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
While working on #146, there was a need to have a build that was for an "actual" target platform (vs. the nos-linux platform). The cFE build was altered to make CPU2 a pc-linux/posix platform build. This builds successfully, but does not run. For now that is probably not a big deal since it won't be run anyway, but this should be looked into for the future. The problem seems to be missing symbols in the hwlib shared object library. Below shows some of the lines of output that show the problem:
CFS Lib Initialized. Version 2.2.0.02000-001-00:06:02.75432 ES Startup: Loading shared library: /cf/hwlib.so
OS_ModuleLoad_Impl():80:Error loading shared library: ./cf/hwlib.so: undefined symbol: devmem_read
2000-001-00:06:02.75906 ES Startup: Could not load cFE Shared Library: -1
The text was updated successfully, but these errors were encountered:
Got the missing symbols resolved as part of #146. Running still fails... now apps load but the busses/devices don't exist so they cannot connect to them... and eventually the run seg faults (but it does not seg fault under GDB).
While working on #146, there was a need to have a build that was for an "actual" target platform (vs. the nos-linux platform). The cFE build was altered to make CPU2 a pc-linux/posix platform build. This builds successfully, but does not run. For now that is probably not a big deal since it won't be run anyway, but this should be looked into for the future. The problem seems to be missing symbols in the hwlib shared object library. Below shows some of the lines of output that show the problem:
The text was updated successfully, but these errors were encountered: