Given that you are getting an exec() error, cc1 is probably a pre-processor
pass for the C compiler. There may be some components of your compiler that
are not installed. I'd go look for a manifest of what's supposed to be in
your compiler package. It could also be a 'standard' gcc component that
has turned up missing on your system.

For instance, I just searched my cygwin and found this:
    C:/cygwin/lib/gcc-lib/i686-pc-cygwin/3.3.3/cc1.exe


MS

mejda chouaieb wrote:
Hi,
I have libc installed for ba-elf because I have 
"C:\jennic\cygwin\ba-elf\ba-elf\lib\libc.a"
but I want to understand what is this cc1 ?

----- Message d'origine ----
De : Kevin Klues <[EMAIL PROTECTED]>
À : mejda chouaieb <[EMAIL PROTECTED]>
Cc : tinyos-help@millennium.berkeley.edu
Envoyé le : Mardi, 30 Octobre 2007, 23h56mn 22s
Objet : Re: [Tinyos-help] I Problems with make "error trying to exec 'cc1' " 
!!!!!!

It doesn't look like you have libc installed for your compiler.

Kevin

On Oct 30, 2007 3:20 PM, mejda chouaieb <[EMAIL PROTECTED]> wrote:
Hello,
I'm trying to complie Null for my new Platforme isense but I have these 
problems, can someone help me to fix these errors ?

____________________________________________________________________________
[EMAIL PROTECTED] /cygdrive/c/jennic/cygwin/opt/tinyos-2.x/apps/Null
$ make isense
/opt/tinyos-2.x/support/make/JN513X/JN513X.rules:43: no file name for `include'
mkdir -p build/isense
   compiling NullAppC to a isense binary
ncc -o build/isense/main.exe -Os -Wall -Wshadow -DDEF_TOS_AM_GROUP=0x7d -Wnesc-a
ll -target=isense -fnesc-cfile=build/isense/app.c -board= -DIDENT_PROGRAM_NAME=\
"NullAppC\" -DIDENT_USER_ID=\"Mejda\" -DIDENT_HOSTNAME=\"MEJDA\" -DIDENT_USER_HA
SH=0x9dac3aceL -DIDENT_UNIX_TIME=0x4727ad39L -DIDENT_UID_HASH=0x309158d5L  NullA
ppC.nc -lm
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.nc
<commandline>: Scheduler `TinySchedulerC' has no scheduling interface named `Tas
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
_______________________________________________________________________________


     
____________________________________________________________________________________________
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
Tinyos-help@Millennium.Berkeley.EDU
https://www.millennium.berkeley.edu/cgi-bin/mailman/listinfo/tinyos-help




_______________________________________________
Tinyos-help mailing list
Tinyos-help@Millennium.Berkeley.EDU
https://www.millennium.berkeley.edu/cgi-bin/mailman/listinfo/tinyos-help

Reply via email to