User forums > Embedded development

Customized Compile

(1/1)

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).

--- End quote ---
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.

Navigation

[0] Message Index

Go to full version