In CW10 how do you set up a "build target"

cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

In CW10 how do you set up a "build target"

501 Views
Ainslie
Contributor II

I am trying to use "__ide_target()" which I successfully used on CW7.x projects in the past. In CW10, I only see "Build Configurations" and cannot correlate the two. The HELP is useless.

Labels (1)
0 Kudos
2 Replies

354 Views
J2MEJediMaster
Specialist I

I'm not such about that label but the concept of a "build target" is different on CW 10.0.

 

The closest parallel to the "build target" in the Classic IDE is CW 10's build settings, launch configuration, and with CW 10.1.8, the RSE settings. Stated another way:

 

Classic IDE target = Settings for build (compiler, linker), debugger settings, and connection settings.

 

CW 10.1= Build settings for compiler and linker settings

                 Launch configuration for debugger and connection settings

 

CW 10.1.8= Build settings for compiler and linker settings

                    Launch configuration for debugger settings (type, core assignments...)

                    Remote System Explorer (RSE) has the connection settings for host to target hardware

 

You can find more information on the target settings in the application note AN4253, "Converting Earlier Versions of CodeWarrior for StarCore DSPs Projects to Version 10.1.8".

 

Hope this helps.

 

---Tom

0 Kudos

354 Views
Ainslie
Contributor II

Thanks for the info. My needs are much simpler than a multi-core app: I want to build for both a RAM-based system and a FLASH-based system, which was quite easy in CW7.x. I will read that document for any further clues.

0 Kudos