On Jan 28, 2011, at 6:38 AM, Scott Corbin wrote:

> Hello,
>  
> I am having a compiler problem that I’m hoping someone can shed some light 
> on.  I have a configuration file that doesn’t appear to be getting included 
> in the build.  This configuration file is in the same directory as a module 
> file that is getting included in the build. I know the module is being 
> included in the build because the compiler is complaining that some items are 
> “not connected”.  These “not connected” items have connections spelled out in 
> the configuration file.  I can create syntax errors in the configuration file 
> that would normally cause the compiler to throw a fit, but not in this case.  
> The names of the module and configuration files are HPLUSART1M.nc and 
> HPLUSART1C.nc so they are valid file names (the compiler appears to ignore 
> files with extensions it does not use such as .txt).  These files do not 
> exist anywhere else in the directory structure.  Note, I am new to TinyOS and 
> the XubunTOS development environment.  Any idea what is going wrong?
>  
> Thanks,
> Scott

There are existing files with those names, and those existing files appear 
earlier in the search path? I.e., your files are being shadowed?

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

Reply via email to