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.
Tuesday, 31 March 2009
GCC Warning Options
If you ever encounter an error such as...
The warning can be suppressed by using the following...
More information on the various warning options that are available to you in GCC can be found here.
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.
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.
Subscribe to:
Posts (Atom)
