2022-05-19 12:04 AM
Hi All.
'C:/TouchGFXProjects/MyApplication_1/Middlewares/Third_Party/FreeRTOS/Source/portable/IAR/ARM_CM4F/port.c', needed by 'C:/TouchGFXProjects/MyApplication_1/EWARM/STM32F429I-EVAL/Obj/Middlewares/FreeRTOS/port.o', missing and no known rule to make it
Subj in question.
2022-05-24 01:48 AM
I think you need to describe, in detail, the steps you took to create the project.
Try creating a new project, and recording your steps (you could use screenshots).
If you then get the same problem, you have the steps for other people to reproduce it;
If you don't get the same problem, then there must have been some mistake in your first attempt.
2022-05-24 07:19 AM
Hello AKovy,
This document does not describe all the steps, it just help you with the "tricky" part with IAR and the .map file. What you need to do is to "Generate code" from STM32CubeMX. This step is mandatory, especially if you change the compiler which is the case because you use IAR here.
So just try to generate code with STM32CubeMX after the creation of your project with TouchGFX Designer.
/Osman
2022-05-25 01:48 AM
2022-05-30 01:32 AM
Hello Akovy,
Indeed, it seems that you didn't generate code from CubeMX. Can you try with it ?
/Osman
2022-06-02 08:50 AM
Hi.
Yes, I can try, and have already tried. Everything is fine. I have another question. Why is in TouchGFX designer exist a "project generation" options item here that does not work.
Best regards.
2022-06-03 01:45 AM
Hello AKovy,
The "Generate code" from TouchGFX Designer doesn't mean it will compile your project. This will only write some code based on your UI and it will generate code in TouchGFX/generated folder.
/Osman
2022-06-06 02:15 AM
@AKovy "have already tried. Everything is fine"
So is your problem now fixed?
Did you work out exactly what was wrong to start with?
If it is fixed, please mark the solution:
"I have another question"
Please start a new thread for a new question