make: *** No rule to make target '../linker_script.ld', needed by 'D2GL_SC_FMCW.elf'.

Tip / Sign in to post questions, reply, level up, and achieve exciting badges. Know more

cross mob
User22005
Level 1
Level 1
5 replies posted 5 questions asked First reply posted
I’m working on the Infineon D2GL_SC_FMCW sample project. It builds fine as a C only project. If I add a single C++ file to it, it generates the following error:

make: *** No rule to make target '../linker_script.ld', needed by 'D2GL_SC_FMCW.elf'. Stop

After I added the .cpp file, it added an ARM-GCC C++ Compiler to the Tool Settings.

I haven’t been able to find and references to this error on the Internet.
0 Likes
2 Replies
Vasanth
Moderator
Moderator
Moderator
250 sign-ins 500 solutions authored First question asked
Hi,

Kindly refer this thread.

Best Regards,
Vasanth
0 Likes
User22005
Level 1
Level 1
5 replies posted 5 questions asked First reply posted
I looked at that thread already. Couldn't find anything in it to fix my problem. Is there some specific part of it you wanted me to look at? Is there an Application Note by Infineon on how to set up DAVE to do C++?
0 Likes