[Tinyos-help] Relocation Errors with TOSSIM in T2
Aurélien Francillon
aurelien.francillon at inrialpes.fr
Thu May 31 03:19:14 PDT 2007
Hi Ryan,
Le jeudi 31 mai 2007 11:58, J. Ryan Stinnett a écrit :
> I've just moved from TinyOS 1.x to T2 and was trying to compile TOSSIM for
> the Blink app, but got these errors which I don't know how to fix. I'd
> greatly appreciate any suggestions!
>
> $ make micaz sim
...
> avr-gcc: unrecognized option `-tossim'
...
You are building with the wrong compiler, tossim is an application to run on
your computer it should be built with regular compiler (i.e. not a
cross-compiler).
You probably have somewhere in your environement or makefile a line like :
CC=avr-gcc
while you need to build with plain gcc
cheers,
Aurélien
More information about the Tinyos-help
mailing list