Sign in

username:

password:



Not a member?

Search code-comp



Search tips

Subscribe to code-comp



code-comp by Keywords

ARM7 | BIOS | Bug | EVM | JTAG | Linker | LOG_printf | McBSP | Profiling | Relocation | RTDX | Simulator | Target | Watch

Ads

Discussion Groups

Discussion Groups | Code-Composer | Preprocessor in CCS

Technical discussions about Code Composer Studio.

  

Post a new Thread

Preprocessor in CCS - bell...@hotmail.com - Dec 20 7:45:10 2006



Hi,

I need to do the following project building steps in the given order:

1 - Call the C preprocessor
2 - Call "my own program" for additional preprocessing
3 - Call the compiler
4 - Call the linker

Steps 1, 3 and 4 are automatic in CCS. But is there a way to break the building execution so I
can insert my own step 2?

There are flags in CCS to generate a .pp output from the preprocessor. But then either the
build stops or it continues with compilation without giving me a chance to do something about
the intermediate .pp file.

I know this can be solved using an external makefile, but any solutions using CCS without
external makefile?

Thank you.



(You need to be a member of code-comp -- send a blank email to code-comp-subscribe@yahoogroups.com )