Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Language IDEs » C / C++ IDE (CDT) » g++: no input files
g++: no input files [message #180807] Fri, 08 December 2006 00:54 Go to next message
Eclipse UserFriend
Originally posted by: al.kaiser.comcast.net

hi: i'm new to eclipse. i'm getting a linker error:
g++: no input files

when my test project is compiled. apparently i have not set up the project
properties correctly. Can someone help me out?

tia
Re: no input files [message #180814 is a reply to message #180807] Fri, 08 December 2006 01:51 Go to previous messageGo to next message
Eclipse UserFriend
Originally posted by: al.kaiser.comcast.net

i'm including the full text of the compile output:

**** Build of configuration Debug for project calendar ****

make -k all

'Building file: C:/wx/samples/calendar/calendar.cpp'

'Invoking: GCC C++ Compiler'

g++ -D__GNUWIN32__ -D__WINDOWS__ -D__WXMSW__ -D__WXDEBUG__ -DSTRICT -U__WXMSW__
-I"C:\wx\include\" -O0 -g3 -Wall -c -fmessage-length=0 -MMD -MP -MF"calendar.d"
-MT"calendar.d" -o"calendar.o" "C:/wx/samples/calendar/calendar.cpp"

g++: no input files

make: *** [calendar.o] Error 1

make: Target `all' not remade because of errors.

Build complete for project calendar


hth

"al kaiser" <al.kaiser@comcast.net> wrote in message
news:elad49$ni3$1@utils.eclipse.org...
> hi: i'm new to eclipse. i'm getting a linker error:
> g++: no input files
>
> when my test project is compiled. apparently i have not set up the
> project properties correctly. Can someone help me out?
>
> tia
>
>
Re: no input files [message #180822 is a reply to message #180807] Fri, 08 December 2006 02:03 Go to previous message
Eclipse UserFriend
Originally posted by: al.kaiser.comcast.net

i thought it would be helpful to include the text from the compile. thanks
again for any thoughts. btw, this is a managed make project.

**** Build of configuration Debug for project calendar ****


make -k all

'Building file: C:/wx/samples/calendar/calendar.cpp'

'Invoking: GCC C++ Compiler'

g++ -D__GNUWIN32__ -D__WINDOWS__ -D__WXMSW__ -D__WXDEBUG__ -DSTRICT -U__WXMSW__
-I"C:\wx\include\" -O0 -g3 -Wall -c -fmessage-length=0 -MMD -MP -MF"calendar.d"
-MT"calendar.d" -o"calendar.o" "C:/wx/samples/calendar/calendar.cpp"

g++: no input files

make: *** [calendar.o] Error 1

make: Target `all' not remade because of errors.

Build complete for project calendar



"al kaiser" <al.kaiser@comcast.net> wrote in message
news:elad49$ni3$1@utils.eclipse.org...
> hi: i'm new to eclipse. i'm getting a linker error:
> g++: no input files
>
> when my test project is compiled. apparently i have not set up the
> project properties correctly. Can someone help me out?
>
> tia
>
>
Previous Topic:lock up while editing
Next Topic:CDT toolchain problems moving from CDT 3.0.0 to CDT 3.1.1
Goto Forum:
  


Current Time: Thu Dec 26 19:47:33 GMT 2024

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

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

Back to the top