0

I got the following errors while trying to build discovery example project

Running Linker
clnk -l"C:\Program Files\COSMIC\CXSTM8_16K\Lib"  -o Debug\discover.sm8     -mDebug\discover.map Debug\discover.lkf 
#error clnk Debug\discover.lkf:27 can't open file crtsi0.sm8
#error clnk Debug\discover.lkf:47 can't open file libis0.sm8
#error clnk Debug\discover.lkf:48 can't open file libm0.sm8
 The command: "clnk -l"C:\Program Files\COSMIC\CXSTM8_16K\Lib"  -o Debug\discover.sm8     -mDebug\discover.map Debug\discover.lkf " has failed, the returned value is: 1
exit code=1.

discover.elf - 5 error(s), 0 warning(s)

Any hints much appreciated.

flag

2 Answers

2

Hi,

click on project settings, than on General menu select "Project Specific toolset path" and insert the path: C:\Programmi\COSMIC\CXSTM8_16K (you need to browse it on your PC, as you can see it's for italian).

brazov

link|flag
0

wow, thanks a lot. i was having the same problem - the default toolset path was way off for my installation. works now.

link|flag

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.