Good morning
I have a project imported from the KDS. Whe I try to build it gives this message
14:45:13 **** Clean-only build of configuration Debug2 for project Capas2p0_008 ****
make clean
MAKE Version 5.41 Copyright (c) 1987, 2014 Embarcadero Technologies, Inc.
Error makefile 6: Command syntax error
Error makefile 11: Command syntax error
Error makefile 12: Command syntax error
Error makefile 13: Command syntax error
Error makefile 14: Command syntax error
Error makefile 15: Command syntax error
and more of.
It seems it is conflicting with the Embarcadero make.
What to do?
Thank You
Pietro
Solved! Go to Solution.
Hello @pietrodicastri,
Could you please give us more details about what you are doing? Which MCUXpresso IDE version are you using? Which OS do you have both in VBox and your computer? From which microcontroller are you importing the project? Is the project an example code or your own development?
At the meantime, could you please take a look at the following information?
Kind regards, Raul.
Hello @pietrodicastri,
Could you please give us more details about what you are doing? Which MCUXpresso IDE version are you using? Which OS do you have both in VBox and your computer? From which microcontroller are you importing the project? Is the project an example code or your own development?
At the meantime, could you please take a look at the following information?
Kind regards, Raul.
Good morning
I am using Windows 10 x64, MCUXpresso v11.7.1_9221.
In the VBOX I use the same operating system. The project is using the K64, and it is a huge development not imported from any example.
The project has worked for years on KDS. Possibly after the installation of the Embarcadero CBuilder new release the problem started. The KDS does not find the JTAG without any consistent message other than a generic error. The MCUxpresso does not want to build at all because is trying to use the make of Embarcadero.
I tried to test the MCUxpresso with an example project and it works.
That's all.
It seems something went wrong during the export. But I would prefer to use the KDS still.
Thank You
Pietro