Re: Link a simple program and load into RTEMS with dlopen

2018-09-17 Thread Chris Johns
On 18/09/2018 01:29, boldizsar.palo...@esa.int wrote: > Hi, Hi, and welcome. > I'm using RTEMS 4.11 and the builtin POSIX API functions to dynamically load a > program image into memory. The program image is loaded in RTEMS using the > following code: > void* handle = dlopen(prog_name, RTLD_NOW |

Link a simple program and load into RTEMS with dlopen

2018-09-17 Thread Boldizsar . Palotas
Hi, I'm using RTEMS 4.11 and the builtin POSIX API functions to dynamically load a program image into memory. The program image is loaded in RTEMS using the following code: void* handle = dlopen(prog_name, RTLD_NOW | RTLD_GLOBAL); if (!handle) printf("dlopen: %s\n", dlerror()); I'm using the

Re: Upper limit for BSS on SPARC BSP ?

2018-09-17 Thread Sebastian Huber
On 08/09/2018 10:21, Jiri Gaisler wrote: On 09/07/2018 07:47 AM, Hugues Jérôme wrote: Thanks Sebastian and Joel, we will try your suggestions I’ll see with partners what is feasible. I also suspect a difference of behaviour between dmon and grmon monitors when loading the program in memory