Problem with g++ [message #114701] |
Sun, 08 August 2004 10:25  |
Eclipse User |
|
|
|
Originally posted by: no.where.man
Hello,
I created a simple "Managed Make C++ Project". When I try to build it, I
get this error:
make -k all
'Building file: ../main.cpp'
g++ -O0 -g3 -Wall -c -fmessage-length=0 -omain.o ../main.cpp
g++: installation problem, cannot exec `as': No such file or directory
Where can I find information about this error, and how to fix it?
Thanks.
|
|
|
Re: Problem with g++ [message #114732 is a reply to message #114701] |
Sun, 08 August 2004 13:58  |
Eclipse User |
|
|
|
Originally posted by: no.where.man
Was missing binutils from path.
"CB" <no@where.man> wrote in message news:cf5cvt$5uq$1@eclipse.org...
> Hello,
>
> I created a simple "Managed Make C++ Project". When I try to build it, I
> get this error:
>
> make -k all
> 'Building file: ../main.cpp'
> g++ -O0 -g3 -Wall -c -fmessage-length=0 -omain.o ../main.cpp
> g++: installation problem, cannot exec `as': No such file or directory
>
> Where can I find information about this error, and how to fix it?
> Thanks.
>
>
|
|
|
Powered by
FUDForum. Page generated in 0.02648 seconds