Re: problem while trying converting c program from rtems4 to rtems5

2021-01-03 Thread Sebastian Huber
Hello, On 03/01/2021 13:20, Rotem Dror MTH wrote: we also updated the linkcmds file according to linkcmds.base does this indicate that you use a custom BSP? I would first try to run the RTEMS test suite (start with ticker.exe). If the test results are all right, then I would start migrating

Re: problem while trying converting c program from rtems4 to rtems5

2021-01-03 Thread Gedare Bloom
On Sun, Jan 3, 2021 at 10:04 AM Gedare Bloom wrote: > Hi Rotem, > > We have started to try to capture information to help make migration > easier. See > https://ftp.rtems.org/pub/rtems/releases/5/5.1/docs/html/user/migration/v4_11-to-v5.html > for the migration from 4.11 to 5. That may help you s

Re: problem while trying converting c program from rtems4 to rtems5

2021-01-03 Thread Gedare Bloom
Hi Rotem, We have started to try to capture information to help make migration easier. See https://ftp.rtems.org/pub/rtems/releases/5/5.1/docs/html/user/migration/v4_11-to-v5.html for the migration from 4.11 to 5. That may help you some. In addition, the configuration options are documented at ht

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