Re: Movement of confdefs instance into a static library

2022-03-17 Thread Kinsey Moore
On 3/17/2022 08:35, Sebastian Huber wrote: On 17/03/2022 14:22, Kinsey Moore wrote: On 3/17/2022 00:39, Sebastian Huber wrote: Hello Kinsey, On 16/03/2022 22:57, Kinsey Moore wrote: Is moving the confdefs instance into a shared library supported and expected to work? yes, but the order in w

Re: Movement of confdefs instance into a static library

2022-03-17 Thread Sebastian Huber
On 17/03/2022 14:22, Kinsey Moore wrote: On 3/17/2022 00:39, Sebastian Huber wrote: Hello Kinsey, On 16/03/2022 22:57, Kinsey Moore wrote: Is moving the confdefs instance into a shared library supported and expected to work? yes, but the order in which the linker resolves the dependencies is

Re: Movement of confdefs instance into a static library

2022-03-17 Thread Kinsey Moore
On 3/17/2022 00:39, Sebastian Huber wrote: Hello Kinsey, On 16/03/2022 22:57, Kinsey Moore wrote: Is moving the confdefs instance into a shared library supported and expected to work? yes, but the order in which the linker resolves the dependencies is very important. You have to make sure th

Re: Movement of confdefs instance into a static library

2022-03-16 Thread Sebastian Huber
Hello Kinsey, On 16/03/2022 22:57, Kinsey Moore wrote: Is moving the confdefs instance into a shared library supported and expected to work? yes, but the order in which the linker resolves the dependencies is very important. You have to make sure that the custom configuration is resolved be

Movement of confdefs instance into a static library

2022-03-16 Thread Kinsey Moore
Hi, I'm working on porting Deos integration from RTEMS 5 to RTEMS 6. This requires linking with their shared objects and I've run into a few linking issues with the testsuite. I've narrowed the problems down to the way that some of the tests are built: any test that has its confdefs instance in