Sample program fails with cannot resolve symbol __register_frame_info

Device is the jump start kit for CC9P/Linux (860-CC-9P-9215-LX).
I am just getting started with this kit and have been attempting to run the hello world c example. All compiles and the device appears to be setup correct but when I run it I receive error: cannot resolve symbol __register_frame_info.

did you build your own Linux images? it sounds like there is a difference in the version of Linux in flash and DEL version on your PC. Please build your images and add few examples to rootfs via project properties–> configuration. Does it work that way? now try to build and deploy your app.

1 Like

I suspected that might be the issue and it was, thanks.

No problem! please “select” the answer if your question was answered.