News:

As usual while waiting for the next release - don't forget to check the nightly builds in the forum.

Main Menu

Customized Compile

Started by cywareinc, March 15, 2011, 12:54:13 AM

Previous topic - Next topic

cywareinc

Just downloaded code::block, very nice IDE!!!

Are there any guides to configure customized compile/link? 

For linux, I am using APXS to create apache modules.  Is there any way to specify APXS as my default compiler (i.e. apxs -c foo.c) and linker (i.e. apxs -i foo.la).

For Windows, I am using an ARM compiler provided by Verifone.  I currently use Source Navigator to specify the customized compiler and link options.  Thanks.

MortenMacFly

Quote from: cywareinc on March 15, 2011, 12:54:13 AM
For linux, I am using APXS to create apache modules.  Is there any way to specify APXS as my default compiler (i.e. apxs -c foo.c) and linker (i.e. apxs -i foo.la).
If it is command line compatible with a supported compiler, yes. Just change the name of the compiler/linker executables in the global compiler settings. Probably making a copy of the base compiler is useful.
Compiler logging: Settings->Compiler & Debugger->tab "Other"->Compiler logging="Full command line"
C::B Manual: [url="https://www.codeblocks.org/docs/main_codeblocks_en.html"]https://www.codeblocks.org/docs/main_codeblocks_en.html[/url]
C::B FAQ: [url="https://wiki.codeblocks.org/index.php?title=FAQ"]https://wiki.codeblocks.org/index.php?title=FAQ[/url]