Skip to main content
ledi001
Associate III
November 21, 2024
Solved

make: *** No rule to make target 'C:/Utilities/trace/adv_trace/stm32_adv_trace.c', ...

  • November 21, 2024
  • 3 replies
  • 1363 views

Hi,

I have copied a sample project from STM32Cube_FW_WBA_V1.4.1 to another location.
After importing the project into CubeIDE1.16.1 and compiling it, I got the error message:

 

make: *** No rule to make target 'C:/Utilities/trace/adv_trace/stm32_adv_trace.c', needed by 'Utilities/stm32_adv_trace.o'. Stop.

 

 After cleaning the project, same result. Can somebody help?

 

Best answer by ledi001

I solved the problem when i opend the regarding folder with "Open Projects from File System..."

3 replies

Technical Moderator
November 21, 2024

Hello @ledi001 

Could you refer to this thread it could help you solve the issue!

KR,

Souhaib

To give better visibility on the answered topics, please click on Accept as Solution on the reply which solved your issue or answered your question.
ledi001
ledi001Author
Associate III
November 21, 2024

Hello @Souhaib MAZHOUD 

i want to use the project BLE_p2pServer_ota for STM32WBA55 as template and expand it.

Therfore i have to copy the project in my SVN repository.

ledi001
ledi001Author
Associate III
November 21, 2024

Then i tried to export the project as archive file (.zip file) by using the export wizard and import it as "Existing Projects into Workspace" but i got the same error.

ledi001
ledi001AuthorBest answer
Associate III
November 29, 2024

I solved the problem when i opend the regarding folder with "Open Projects from File System..."