Hi again Jate, I've been looking thru codesourcery's documentation and I've seen that the examples that are shown use m68k's gcc and g++ without specifying the type of target processor. Do you specify the processor thru the C flags when compiling? If not, then the compiler may generate illegal instructions for your processor (there are instructions in coldfire V4 and V3 cores that are not supported by V2). To get information about how you can specify the target processor type:
m68k-uclinux-gcc --target-help Claude
_______________________________________________ uClinux-dev mailing list [email protected] http://mailman.uclinux.org/mailman/listinfo/uclinux-dev This message was resent by [email protected] To unsubscribe see: http://mailman.uclinux.org/mailman/options/uclinux-dev
