problem while trying converting c program from rtems4 to rtems5

2021-01-03 Thread Rotem Dror MTH
Hello, We have an old program (written in c language) running on RTEM 4.10 we are trying to run this program with new environment - RTEM5 with gcc v10.2.0. we also updated the linkcmds file according to linkcmds.base we have done compellation and loading grmon3 successfully. When we start to de

rtems-syms for dynamic load

2020-10-21 Thread Rotem Dror MTH
Hi I'm trying to implement the example found in the user manual of RTEMS (see 9.7.3.3. Loadable Symbols on: https://docs.rtems.org/branches/master/user/exe/loader.html). From this example, it seems that it is necessary to use rtems-syms application. This app is existing on the RCC version. But