Where is GCC on the Angstrom Image?

I've installed the latest angstrom demo image and it doesn't seem to
have CC, CC1 or GCC installed as part of it. When I run "whereis
gcc", this is all I get:

gcc: /usr/lib/gcc /usr/libexec/gcc

I've tried installing GCC with "opkg install gcc" but it says it's
already installed and I cannot find the bin executable anywhere.

Thanks,
Jeremy

I've installed the latest angstrom demo image and it doesn't seem to
have CC, CC1 or GCC installed as part of it. When I run "whereis
gcc", this is all I get:

gcc: /usr/lib/gcc /usr/libexec/gcc

I've tried installing GCC with "opkg install gcc" but it says it's
already installed and I cannot find the bin executable anywhere.

Try: opkg install task-native-sdk

Philip

Try: opkg install task-native-sdk

Philip

Thanks, that got me a little father. Now when I try to compile
PictureGrabber (http://bit.ly/fzuxR) I get this error:

# make
gcc -O2 -s -Wall -DJPEG -DNODEBUG PictureGrabber.c -ljpeg -o
PictureGrabber
gcc: error trying to exec 'cc1': execvp: No such file or directory
make: *** [PictureGrabber] Error 1

I've tried uninstalling gcc/g++/libgcc and reinstalling but that does
not fix it.

Thanks,
Jeremy

Try: opkg install task-native-sdk

Philip

Thanks, that got me a little father. Now when I try to compile
PictureGrabber (http://bit.ly/fzuxR) I get this error:

# make
gcc -O2 -s -Wall -DJPEG -DNODEBUG PictureGrabber.c -ljpeg -o
PictureGrabber
gcc: error trying to exec 'cc1': execvp: No such file or directory
make: *** [PictureGrabber] Error 1

I've tried uninstalling gcc/g++/libgcc and reinstalling but that does
not fix it.

I can't find the email I used to do this, but try adding

opkg install cpp

Philip