On 10/24/07, Chan kenniel <[EMAIL PROTECTED]> wrote:
> Dear all,
>
> I tried to use the following command to try to see the compiled C file, but
> it said file truncated.
> Does anyone know what happen about this? Thanks for your time.
>
> $ ncc OscilloscopeM.nc -fnesc-cfile=afile
> avr-gcc: afile: linker input file unused because linking not done
> /cygdrive/c/DOCUME~1/admin/LOCALS~1/Temp/cciFJL03.o: file
> not recognized: File t
> runcated

Check afile, it should have your C code (I think the lack of .c
extension to afile confuses some of he compilation stages). Note
howecer that that code is always visible in build/<platform>/app.c
after a succesful compilation anyway, so you don't really need to use
-fnesc-cfile in most cases.

David Gay


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

Reply via email to