Hi guys,

I decided to migrate to Jaunty, and work with TinyOS there. I need to work
with TinyOS 1.x , but installing it
was kinda painfull...

After a lot of work, i got it functional. And i went to try TinyXML,
compiling an Example ( TestXML) . For my surprise, even after seting the
TOSDIR  env. variable ncc didnt recognize it:

Known targets for TinyOS directory home/xubuntos/tinyos-2.x/tos/
and the specified include directories are:
none.
I use TinyOS 1 and 2 (switching between them with the same tos1/tos2
bash_tinyos script of xubuntos). Something got carried from Xubuntos, witch
is pointing to the wrong directory?

I changed the Makerules and added an argument for ncc:
-tosdir:/opt/tinyos-1.x/tos
Along with a lot of tries to "include" this directory.  ncc recognized the
right directory
of tos1 , but it continues to say "none direcotries included" :
compiling TestXml to a mica2 binary
ncc -board=micasb -o build/mica2/main.exe -Os -target=mica2  -Wall -Wshadow
-DDEF_TOS_AM_GROUP=0x7d -tosdir=/opt/tinyos-1.x/tos -I/opt/tinyos-1.x/tos
-L/opt/tinyos-1.x/tos -finline-limit=100000 -fnesc-topdir=/..
-fnesc-cfile=build/mica2/app.c -i"/opt/tinyos-1.x/tos/" TestXml.nc -lm
-I/opt/tinyos-1.x/tos/ -i/opt/tinyos-1.x/tos/ -L/opt/tinyos-1.x/tos/
Unknown target mica2
Known targets for TinyOS directory /opt/tinyos-1.x/tos
and the specified include directories are:
none.

I used every argument i know for including a directory... but none worked.
Why it says "none specified include directories" ?

Cheers, Alessandro Stamatto.
_______________________________________________
Tinyos-help mailing list
[email protected]
https://www.millennium.berkeley.edu/cgi-bin/mailman/listinfo/tinyos-help

Reply via email to