Replies: 1 comment
-
Where is this error being reported? Is it when the cFE core tries to load sample_app.obj? Are you linking the cFE core to the RTEMS image? ( like in the pc-rtems platform)
I believe you can also list the undefined symbols in an object
The Code (Text) symbols should be in the core image. They should satisfy the undefined symbols in sample_app.obj Since we are considering deprecating RTEMS 4.11 support in the cFS, can I ask why you use RTEMS 4.11 and not 5.1? Alan |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
sample_app.obj dl_info fails to load symbols even after compiling it statically
unresolved symbol: CFE_ES_PerfLogAdd
unresolved symbol: CFE_SB_ReceiveBuffer
unresolved symbol: CFE_EVS_SendEvent
we compiled cfs for rtems 4.11 and trying to run it on leon3 processor
any idea why it fails to load symbols ?
Beta Was this translation helpful? Give feedback.
All reactions