Finally have some time to try out compiling with zgcc.....but having problem compiling with gcc or g++ compiling sample 'hello' file...
I can cd to /mnt/zgcc and see the various directories in it, including /bin, sample, etc....
When I try to compile the 'hello' file using:
#g++ Â -o hello hello.cpp
g++ : Not found
or
#gcc -o hello hello.cpp
gcc : Not found
I've tried both cd'ing to the /sample/hello directory and trying this and cd'ing to the /mnt/zgcc/bin directory, both ways I get the same result as above.
FWIW, I was able to compile in the past (about a year ago...) using the 'dev-img' file...so not sure what I'm doing wrong here...
What should I be doing to compile???
Thanks for any suggestions!
Mark