Skip to main content



      Home
Home » Language IDEs » C / C++ IDE (CDT) » Problem with g++
Problem with g++ [message #114701] Sun, 08 August 2004 10:25 Go to next message
Eclipse UserFriend
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 Go to previous message
Eclipse UserFriend
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.
>
>
Previous Topic:Toolchain for Microsoft tools?
Next Topic:Can't navigate through the code
Goto Forum:
  


Current Time: Thu Jul 24 11:11:00 EDT 2025

Powered by FUDForum. Page generated in 0.02648 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top