‎08-25-2006
08:49 PM
4,022 Views

skip
Contributor I
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Is there any way to remove unused or unwanted connections from a project? I was able to do it using Codewarrior HC12 V3.1. Thanks in advance!
Solved! Go to Solution.
1 Solution
‎08-29-2006
08:08 AM
1,418 Views

CrasyCat
Specialist III
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Hello
Well with CodeWarrior for HC08 V5.0 we have changed the GUI a little bit.
The connections available in the connections drop down box are really only available connections
in the installed software.
This only shows you available connections you can change to. It does not add any data to the actual project file.
If you switch to the "Target" tab in your .mcp window you will see that there is only one single build target available.
This was changed completely from the V3.1 layout.
CrasyCat
4 Replies
‎08-28-2006
10:08 AM
1,418 Views

CrasyCat
Specialist III
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Hello
CodeWarrior for HC08 V5.1 is working slightly differently from V3.1.
If you create your project using thy V5.1 wizard you can easily switch between different connections or MCU. So we do not generate connections specific build targets any more.
You should not have any unwanted connections any more with that release.
CrasyCat
‎08-28-2006
01:53 PM
1,418 Views

skip
Contributor I
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Using the new project wizard, I have four connections that appear for the processor I am using. These are:
1. Full Chip Simulation
2. P&E Multilink/Cyclone Pro
3. SofTec HCS08
4. HCS08 Serial Monitor
I really only need the P&E selection, so is there a way to not include these others in a project? We have non-software techs that periodically use the compiler and I am trying to reduce the number of selections they have to reduce potential future errors.
‎08-29-2006
08:08 AM
1,419 Views

CrasyCat
Specialist III
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Hello
Well with CodeWarrior for HC08 V5.0 we have changed the GUI a little bit.
The connections available in the connections drop down box are really only available connections
in the installed software.
This only shows you available connections you can change to. It does not add any data to the actual project file.
If you switch to the "Target" tab in your .mcp window you will see that there is only one single build target available.
This was changed completely from the V3.1 layout.
CrasyCat
‎08-29-2006
12:49 PM
1,418 Views

skip
Contributor I
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Thanks for the info CrasyCat.
