identical Codewarrior for Coldfire IDE but different GUI behavior

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

identical Codewarrior for Coldfire IDE but different GUI behavior

1,430 Views
JoelWI
Contributor I
I wrote previously about the different binary output from apparently identical tools. Now there is a more obvious difference that is even less likely to be explained by external factors.

When I import an elf file by opening from CW IDE, there is a dialog to choose the debug hardware. The list contains around six options, and the PEMicro USB hardware is not in the list.

A coworker here has identical CW setup according to the 300-plus line files we generate from Help-About Freescale Codewarrior-Installed Products-Save As. But when he opens an elf file, the pop-up dialog contains more choices, around ten, including the PEMicro USB debugger.

What could explain this difference? How can I get the longer list of debuggers to show up when I open an elf file?
Labels (1)
0 Kudos
2 Replies

421 Views
CompilerGuru
NXP Employee
NXP Employee
That's because the connection list is global, not per project.
You can edit the connections with Edit->Preferences->Debugger->RemoteConnections

Daniel
0 Kudos

421 Views
Alban
Senior Contributor II
Hi Daniel, Joel,
 
I was also thinking about the project paths.
I mean the definitions and includes paths can be declared as RELATIVE and not ABSOLUTE.
In that case, your project only works if you saved all relative folders.
 
I know I got myself blocked with that :smileywink:...
 
I managed to start all sentences with "I", how ugly is it! lol
 
Cheers,
Alban.
0 Kudos