Re: [Tinyos-help] Radio files

2007-12-11 Thread Michael Schippling
To get a better view of where stuff comes from (assuming your program compiles...) put this in the Makefile: PFLAGS += -v then ncc will print all the source (but not header...g) files with their full path in the order they are used. MS Michiel Konstapel wrote: The nesC compiler look

RE: [Tinyos-help] Radio files

2007-12-11 Thread Michiel Konstapel
The nesC compiler looks for components in several directories: - The current directory - Include directories passed on the command line (-I), often by setting the CFLAGS variable in the Makefile - Directories specified in your platform's .platform file @includes -