Re: rosetta error: Unimplemented syscall number 282 Trace/breakpoint trap

2024-03-20 Thread Volkan SALMA
Great! It worked! Thank you very much Gedare! On Monday, March 18, 2024 at 10:05:39 PM GMT+1, Gedare Bloom wrote: On Mon, Mar 4, 2024 at 6:39 AM Volkan SALMA wrote: > > Dear Rtems users, > > Newbie here.. > > I compiled a basic i386 project using the docker image of >

multiple definition of `_Semaphore_Wait', multiple definition of `_Semaphore_Post' , undefined reference to `__dso_handle'

2024-03-20 Thread Heinz Junkes
Hi, I am currently trying to get EPICS running on MVME2500 and have used the BSP qoriq_e500 (RTEMS6, libbsd, from master). And get the following error: make -C O.RTEMS-qoriq_e500 -f ../Makefile TOP=../../../.. \ T_A=RTEMS-qoriq_e500 install make[4]: Entering directory

Re: multiple definition of `_Semaphore_Wait', multiple definition of `_Semaphore_Post' , undefined reference to `__dso_handle'

2024-03-20 Thread Sebastian Huber
Hello Heinz, On 20.03.24 16:31, Heinz Junkes wrote: /home/rtems/MVME2500_PCI/rtems/6/bin/powerpc-rtems6-g++ -o libComTestHarness -static -L/home/rtems/MVME2500_PCI/EPICS/epics-base/lib/RTEMS-qoriq_e500 -L/home/rtems/MVME2500_PCI/rtems/6/powerpc-rtems6/qoriq_e500/lib -mcpu=8540 -msoft-float

Re: multiple definition of `_Semaphore_Wait', multiple definition of `_Semaphore_Post' , undefined reference to `__dso_handle'

2024-03-20 Thread Heinz Junkes
Thanks, that's it, with -qrtems it works. I am now trying to use pkg-config as you recommended. Danke Heinz > On 20. Mar 2024, at 16:41, Sebastian Huber > wrote: > > Hello Heinz, > > On 20.03.24 16:31, Heinz Junkes wrote: >> /home/rtems/MVME2500_PCI/rtems/6/bin/powerpc-rtems6-g++ -o >>