Author Topic: Switching to target: default  (Read 3683 times)

fredo

  • Guest
Switching to target: default
« on: April 12, 2006, 02:25:47 pm »
Hi

i am learning the laguage c in windows. i have download an installed "codeblocks-1.0rc2_mingw.exe". But by compiling the simplest programm "hallo world", i receive the next message:


Switching to target: default
Linking console executable: U:\C_programm\third\console.exe
mingw32-g++.exe: no input files
Process terminated with status 1 (0 minutes, 0 seconds)
0 errors, 0 warnings
 

Could anyone help me please

thanks a lot

Offline mandrav

  • Project Leader
  • Administrator
  • Lives here!
  • *****
  • Posts: 4315
    • Code::Blocks IDE
Re: Switching to target: default
« Reply #1 on: April 12, 2006, 03:28:24 pm »
Very nice fredo:

Not only you hijacked the other topic, you 're cross-posting the same problem in multiple boards.
And on top of that, you 're posting a beginner's problem in the developer's section...

This is your last warning.
Be patient!
This bug will be fixed soon...

fredo

  • Guest
Re: Switching to target: default
« Reply #2 on: April 18, 2006, 07:04:15 pm »
It was my first time to write in this forum. It was difficult for me to localize the topic of my question. Please excuse me for the trouble i have caused! I hope, this time, i am in the indicated group?

Could you resolve the problem of this topic please?


MfG

Offline killerbot

  • Administrator
  • Lives here!
  • *****
  • Posts: 5493
Re: Switching to target: default
« Reply #3 on: April 18, 2006, 08:39:30 pm »
Fredo,

let's get you first upgraded.
1) forget about CB RC2 : uninstall it
2) go to the wiki and look for the nightly cookbook -> it explains how to install manually the GCC compiler and how to install a nightly build (all the other stuff mentioned in there you can forget about)
3) redo your little programming exercise; if it does not work, tell us exactly what you did