All I can tell you is there seems to be something wrong with your compiler installation. cc1 is normally installed as part of the libc package for your compiler. You either haven't installed it, installed it incorrectly, or somehow the rest of your gcc installation isn't recognizing that it's installed.
In the case of msp430 its cc1 is placed in something similar to 'opt/msp430/lib/gcc-lib/msp430/3.2.3/cc1 And for avr its '/usr/libexec/gcc/avr/3.4.3/cc1 Does a file similar to this exist for your compiler? Try running 'locate cc1' to see if you have it anywhere. Kevin On Nov 1, 2007 5:50 PM, mejda chouaieb <[EMAIL PROTECTED]> wrote: > Hello all, > i'm trying to compile the Null application for jennic with the ba-elf-gcc > compiler but I have these problems : > ____________________________________________________________ > ba-elf-gcc: error trying to exec 'cc1': execvp: No such file or directory > <commandline>: failed to preprocess /usr/lib/ncc/nesc_nx.h > ba-elf-gcc: error trying to exec 'cc1': execvp: No such file or directory > <commandline>: failed to preprocess /opt/tinyos-2.x/tos/system/tos.h > ba-elf-gcc: error trying to exec 'cc1': execvp: No such file or directory > <commandline>: failed to preprocess /opt/tinyos-2.x/tos/system/TinySchedulerC > $ > kBasic' > ba-elf-gcc: error trying to exec 'cc1': execvp: No such file or directory > <commandline>: failed to preprocess NullAppC.nc > make: *** [exe0] Error 1 > ______________________________________________________________ > > can someone help me to fix these problems ? > Thanks. > > > > ____________________________________________________________________________________________ > Découvrez le blog Yahoo! Mail : dernières nouveautés, astuces, conseils.. et > vos réactions ! > http://blog.mail.yahoo.fr > > _______________________________________________ > 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
