Path-Problem Codewarrior 8.2

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

Path-Problem Codewarrior 8.2

1,604 Views
t_wahl
Contributor I
Hello,

we try to build a library. But the compile process stops (#error "DSP device must be __m56800__ "), because it tries to include headerfiles (e.g. ansi_prefix_dsp.h) from the wrong directory. We have the 56f8357 DSP and want to use the M56800E Linker. The included files are from the directory "{compiler}/56800 Support/..." instead of the directory "{compiler}/56800E Support/...". The access path settings in the target options are set correctly. Where else can we find path settings, which need to be changed?


thanks,

thomas
Labels (1)
Tags (1)
0 Kudos
2 Replies

189 Views
GaryOlmstead
Senior Contributor I
I had the exact same problem.  I fixed it by adding a line in the User Paths window of the linker settings box.  I added "{Compiler}M56800E Support" and NOTHING else.
0 Kudos

189 Views
cabl
Contributor III

Hi everybody.

 

Adding  "{Compiler}M56800E Support" to User Paths did not fit me. I had to remove {Compiler} from System Paths (or change it to M56800E).

 

 

0 Kudos