Continue to Site

Welcome to EDAboard.com

Welcome to our site! EDAboard.com is an international Electronics Discussion Forum focused on EDA software, circuits, schematics, books, theory, papers, asic, pld, 8051, DSP, Network, RF, Analog Design, PCB, Service Manuals... and a whole lot more! To participate you need to register. Registration is free. Click here to register now.

CODE::BLOCKS IDE CROSS COMPILER USING FREE C AND C++ COMPILE

Status
Not open for further replies.

VSMVDD

Banned
Joined
Jun 12, 2005
Messages
643
Helped
92
Reputation
184
Reaction score
34
Trophy points
1,308
Location
scotland uk
Activity points
0
FIRST

CODE::BLOCKS is a must have ide

www.codeblocks.org
download the rc2 installer and install it
visit the forum
next download the nightly build the mingw dll and also the wxwidgets dll

make a folder within the codeblocks installation called NIGHTLYS


unpak the newest nighly build to the nightly folder
and change your ide startup shortcut to point to the exe file
within the nightly and not the main folders version
unpak the two dlls to the nightly folder

and your ready

there is two flavours of installer
one that comes with mingw and one that hasnt got it

for c compilers like SDCC etc{more get added all the time}
you dont need mingw unless you use c2c or another type micro c style you can also plumb in

youll find it a friendly place to write code and it works magic!!!


for c++ it is also hard to beat
offering multiple compiles accross several compilers and platforms


good luck with code::blocks

at least give it a go

for micro c language and micro chips as well as high level support
its really hard to beat


youll find the guys there very ready to solve any bugs
and ive so far had little problems i did solve

www.codeblocks.org


if you need help to set it up pm me and ill help

also dont forget to add the nighlys as its crap without it
the main rc2 version is very old


oh.... and its free .... there is a plugins sdk {and many plugins already}
and the source for the ide is there also
 

Status
Not open for further replies.

Part and Inventory Search

Welcome to EDABoard.com

Sponsor

Back
Top