[Live-devel] how to detect the access unalign issue when porting live555 to uCOS?
Ross Finlayson
finlayson at live555.com
Fri Dec 26 05:18:56 PST 2008
> fPresentationTime = presentationTime; <--- data
>unalign exception occurs here
It looks like you have a buggy compiler. If both "fPresentationTime"
and "presentationTime" are declared as "struct timeval", you should
not be getting a data alignment error when you try to assign one to
the other.
--
Ross Finlayson
Live Networks, Inc.
http://www.live555.com/
More information about the live-devel
mailing list