Build Issue on Windows 10

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

Build Issue on Windows 10

1,988 Views
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 Kudos
2 Replies

1,970 Views
ErichStyger
Senior Contributor V

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

Tags (1)
0 Kudos

1,960 Views
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

Tags (1)
0 Kudos