Build Issue on Windows 10

キャンセル
次の結果を表示 
表示  限定  | 次の代わりに検索 
もしかして: 

Build Issue on Windows 10

2,947件の閲覧回数
rppolicy
Contributor II

I recently had a PC refresh at work and Kinetis Design Studio V3.2 does not work on it.  The new PC is windows 10, but my home computer is also windows 10 and has no issues.

Using a New Processor Expert project (pretty much blank), I get the following error:

Static_Code/System/subdir.mk:24: recipe for target 'Static_Code/System/CPU_Init.o' failed
make: *** [Static_Code/System/CPU_Init.o] Error 244

I imported a known good project and get the exact same error.  Installing KDS 3.2 twice did not fix the issue.

Does anyone know what the issue could be?

- Rick

 

0 件の賞賛
返信
2 返答(返信)

2,929件の閲覧回数
ErichStyger
Specialist I

Hi Rick,

- try a Project > Clean, then a build

- or: delete the output (Debug) folder first.

I guess you have an invalid make file somehow in the build output folder

Otherwise: can you post your project?

I hope this helps,

Erich

タグ(1)
0 件の賞賛
返信

2,919件の閲覧回数
rppolicy
Contributor II

Thank you for the reply Erich.  However, that did not fix the issue (tried multiple times).

However, I did seem to fix the issue.  I had a hunch that the IDE couldn't find the compiler/linker, so I looked at the build settings.  The compiler/linker works if I switch the Builder Type from External builder to Internal builder.  The output of the console looks radically different from my home computer setup, but it does work properly.  I will try to figure out why External works on my home computer...

- Rick

タグ(1)
0 件の賞賛
返信