Not really a solution, but if you're getting what appears to be compiler errors have you tried using a different compiler? GNUARM (http://www.gnuarm.com) have pre-built arm-elf-gcc toolchains available for download.
Robert On 12/6/05, Jason LeBrun <[EMAIL PROTECTED]> wrote: > I'm attempting to build some code for iMotes. I have the ARM ADS tools > for Linux, but I am unable to successfully link projects. The step that > compiles using arm-thumb-elf-gcc seems to be fine, but the armlink step > gives this error: > > Fatal error: L6042U: Relocation #0 in main.exe.o(.text) is wrt a mapping > symbol(#2, Last Map Symbol = #20). > > According to ARM documentation, this is usually the result of the > compiler doing something incorrectly. I'm using arm-thumb-elf-gcc > version 3.4. > > I'm really at a loss as to what actions I should be taking to attempt to > fix this. Any suggestions would be great. > > Thanks, > > Jason > > > _______________________________________________ > Tinyos-help mailing list > [email protected] > https://mail.millennium.berkeley.edu/cgi-bin/mailman/listinfo/tinyos-help > _______________________________________________ Tinyos-help mailing list [email protected] https://mail.millennium.berkeley.edu/cgi-bin/mailman/listinfo/tinyos-help
