Hello, I want to create a new platform based on the msp430 and CC2420 chip. Therefore I have modified some files of the directory /tos/chips/msp430/usart and copied them into my platform directory.
My problem is that the compiler does not use my local copy of msp430usart.h, but the original file in /tos/chips/msp430/usart. I have copied the file into /platforms/myplatform/msp430/usart as well as in /platforms/myplatform and both did not work. I got the following error: In component `LocMoteSerialP': /tinyos_svn/tos/platforms/myplatform/LocMoteSerialP.nc:9: `UBR_1_2MHZ_115200' undeclared here (not in a function) make: *** [exe0] Error 1 Any idea why he takes the wrong file? My .platform file looks like (without cc2420): push( @includes, qw( %T/platforms/ myplatform %T/platforms/ myplatform /chips/msp430 %T/platforms/ myplatform /chips/msp430/timer %T/platforms/ myplatform /chips/msp430/usart %T/chips/msp430 %T/chips/msp430/dma %T/chips/msp430/pins %T/chips/msp430/timer %T/chips/msp430/usart %T/lib/timer %T/lib/serial %T/lib/power ) ); Hoping for some help, Best whishes Tobi _______________________________________________ Tinyos-help mailing list [email protected] https://www.millennium.berkeley.edu/cgi-bin/mailman/listinfo/tinyos-help
