Hi @EdwinHz ,
The error is with this component,
make -r -j16 all
make[1]: *** No rule to make target '../freertos/freertos-kernel/portable/GCC/ARM_CM33_NTZ/non_secure/portasm.c', needed by 'freertos/freertos-kernel/portable/GCC/ARM_CM33_NTZ/non_secure/portasm.o'. Stop.
Surprisingly I am not seeing the issue now.
These are the steps followed,
- Created a new workspace folder(C:/Test/ws) and while launching the MCU Xpresso IDE provided this as a workspace path
- Copied the Free RTOS code to Test folder
- While trying to build using Debug/Release configuration, Debug is PASS, Release is FAIL.
Now I made few changes,
- Created a new workspace folder(C:/Test/new_ws) and while launching the MCU Xpresso IDE provided this as a workspace path
- Copied the Free RTOS code to new_ws folder
- While trying to build using Debug/Release configuration, now both are PASS.
I am wondering if there is an issue with path or something, then in the first scenario both debug and release has to fail. But only Release configuration build has failed.
Any idea?
Regards,
San