You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi,i am porting NASA cFS to the STM32H723ZG board using FreeRTOS with CMSIS-RTOS v2 and ARM GCC from STM32CubeIDE. The build progresses, but I am facing issues with embedding cfe_es_startup.scr and missing psp and cfe libraries during linking.
Key Issues
Embedding cfe_es_startup.scr:
STM32 lacks external storage, so i converted cfe_es_startup.scr into a C header file to embed in RAM.
Despite the correct paths and CMake configuration (stm32h723_EMBED_FILELIST), CMake fails to find the file.
Linking Errors—Missing psp and cfe:
Build fails with cannot find -lpsp and cannot find -lcfe.
Verified that psp and cfe are included in targets.cmake, but their libraries are not generated.
Help Needed
Correct approach for embedding cfe_es_startup.scr into RAM.
Fixing missing psp and cfe libraries in the build.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
Hi,i am porting NASA cFS to the STM32H723ZG board using FreeRTOS with CMSIS-RTOS v2 and ARM GCC from STM32CubeIDE. The build progresses, but I am facing issues with embedding cfe_es_startup.scr and missing psp and cfe libraries during linking.
Key Issues
Embedding cfe_es_startup.scr:
STM32 lacks external storage, so i converted cfe_es_startup.scr into a C header file to embed in RAM.
Despite the correct paths and CMake configuration (stm32h723_EMBED_FILELIST), CMake fails to find the file.
Linking Errors—Missing psp and cfe:
Build fails with cannot find -lpsp and cannot find -lcfe.
Verified that psp and cfe are included in targets.cmake, but their libraries are not generated.
Help Needed

Correct approach for embedding cfe_es_startup.scr into RAM.
Fixing missing psp and cfe libraries in the build.
Beta Was this translation helpful? Give feedback.
All reactions