Showing posts with label gcc. Show all posts
Showing posts with label gcc. Show all posts

Wednesday, 7 July 2010

CodeLite IDE

Today I was looking at the Wikipedia page for the GCC compiler & I noticed there was a section listing the different IDE's you can use with it. Most of them I'd already used such as Dev-C++ & Code::Blocks but I noticed one which I hadn't seen before called CodeLite.


I've spent the past few hours using it & have found it to be quite useful, it's a lot like Code::blocks but a bit simpler to use.

Tuesday, 31 March 2009

GCC Warning Options

If you ever encounter an error such as...

Warning: multi-line comment

The warning can be suppressed by using the following...

-Wno-comment

More information on the various warning options that are available to you in GCC can be found here.

Sunday, 2 November 2008

MinGW32 Download

I recently uninstalled the Code::Blocks IDE & decided to go back to writing my programs in notepad & compiling from the command line or using Makefiles.

I had difficulty getting the MinGW installer to download the relevant files, so I had a look on the MinGW  mailing list & found this post where someone else was having problems.

The OP was told he should download the TDM/MinGW installer from here. I did that & it downloaded & installed perfectly first time.


Powered by ScribeFire.