When I execute this,
[root@compaps hello]# /home/gcc/arm-none-linix-gnueabi/bin/gcc -o hello.sheeva hello.c
I get this:
gcc: error trying to exec 'cc1': execvp: No such file or directory
Can someone interpret this for me?
Hello
I had the same error so I added the path to the directory which contains 'cc1' to my $PATH by executing this:
"export PATH=$PATH:/home/my_login/LinuxHost/gcc/libexec/gcc/arm-none-linux-gnueabi/4.2.1"
But I still have the same error
"gcc: error trying to exec 'cc1': execvp: No such file or directory"
Can anyone help me?