The only way at present is to explicitly add an include directory in your makefile (which is obviously the broken way of doing things and should be fixed at some point).
CFLAGS += -I$(TOSDIR)/sensorboards/mda100/ca Kevin On Mon, Aug 18, 2008 at 2:27 AM, João Paulo Amaro da Costa Luz Carneiro <[EMAIL PROTECTED]> wrote: > Hi, > Can somebody tell me how do I compile for mda100cb? > I tried SENSORBOARD=mda100 make iris > I always get the error TempImplP not found. > I can see the file is under sensorboards/mda100/cb (or ca for > mda100ca) how do I include it or tell the compiler to use this? > Thanks. > > Joao > _______________________________________________ > Tinyos-help mailing list > [email protected] > https://www.millennium.berkeley.edu/cgi-bin/mailman/listinfo/tinyos-help > -- ~Kevin _______________________________________________ Tinyos-help mailing list [email protected] https://www.millennium.berkeley.edu/cgi-bin/mailman/listinfo/tinyos-help
