Re: Unresolved Symbols using RTL on pc686

2018-09-25 Thread Hickey, Joseph P. (GRC-LSS0)[Vantage Partners, LLC]
On 09/25/2018 02:01 AM, Sebastian Huber wrote: On 24/09/2018 21:41, Hickey, Joseph P. (GRC-LSS0)[Vantage Partners, LLC] wrote: I'm currently seeing some unexpected behavior where references to non-initialized global variables inside a loaded module are not getting resolved properly after

Re: Unresolved Symbols using RTL on pc686

2018-09-24 Thread Sebastian Huber
Hello Joseph, On 24/09/2018 21:41, Hickey, Joseph P. (GRC-LSS0)[Vantage Partners, LLC] wrote: I'm currently seeing some unexpected behavior where references to non-initialized global variables inside a loaded module are not getting resolved properly after dlopen().I'm using RTEMS 4.11.3 with

Re: Unresolved Symbols using RTL on pc686

2018-09-24 Thread Chris Johns
On 25/09/2018 05:41, Hickey, Joseph P. (GRC-LSS0)[Vantage Partners, LLC] wrote: > Hi All -- Hello and welcome. > > I'm currently seeing some unexpected behavior where references to > non-initialized global variables inside a loaded module are not getting > resolved > properly after dlopen().I'm

Unresolved Symbols using RTL on pc686

2018-09-24 Thread Hickey, Joseph P. (GRC-LSS0)[Vantage Partners, LLC]
Hi All -- I'm currently seeing some unexpected behavior where references to non-initialized global variables inside a loaded module are not getting resolved properly after dlopen().I'm using RTEMS 4.11.3 with the pc686 BSP. This is reproducible using the libtests that are distributed with RTE