How to set enviroment in Code::Blocks

All off topic discussions go here. Everything from the funny thing your cat did to your favorite tv shows. Non-programming computer questions are ok too.
Post Reply
User avatar
GendoIkari
Posts: 7
Joined: Thu Jan 04, 2007 6:46 am

Post by GendoIkari »

How can i set enviroment in Code::Blocks to compile in the right way my os?
It says me:
"mingw32-g++.exe: binary: No such file or directory"
i've put this options for compiler:
-fomit-frame-pointer -nostdlib -nostdinc -Wall -O -march=i386
and for linker:
-Bstatic --oformat binary -Ttext 0x10000

what have i to do?
distantvoices
Member
Member
Posts: 1600
Joined: Wed Oct 18, 2006 11:59 am
Location: Vienna/Austria
Contact:

Post by distantvoices »

Oh, come on, now, you can't be serious at all. What's your intention posting an unrelated question to this thread,lad?
"mingw32-g++.exe: binary: No such file or directory"
BTW - installing some compiler might help, eh? RTFM & STFW ain't bad too. This is ridiculous. I ain't do your homework.

You better ask this in a thread of its own now, will you?
... the osdever formerly known as beyond infinity ...
BlueillusionOS iso image
earlz
Member
Member
Posts: 1546
Joined: Thu Jul 07, 2005 11:00 pm
Contact:

Post by earlz »

did you download the package that includes mingw? if so then are you sure it automatically detected mingw and set paths appropriately?

if all this has been done then make a post on the codeblocks forum, it will get much more response
Post Reply