[Tinyos-devel] Re: [Tinyos-help] .platform question

Michiel Konstapel m.konstapel at sownet.nl
Tue Dec 18 03:46:09 PST 2007


> Hmm, not sure where the .target files can be - I'm not a big expert on
> the magic build stuff. A quick perusal of Makerules suggests there's a
> TOSMAKE_PATH variable, but... Anybody else know?
> 
> David, not really in the mood for deep investigations of support/make
> ;-)

Indeed, TOSMAKE_PATH is used to establish extra locations where the build
system will look for .target and .extra files. So, if you put the
-I<directory with .platform> into the <platform>.target file, all you have
to do is add
TOSMAKE_PATH+=<directory with platform.target> to your Makefiles and you're
good to go.
Michiel



More information about the Tinyos-devel mailing list