Re: cannot link 32 bit app

2021-08-12 Thread C Smith via Xenomai
OK, yeah I had mistakenly put --ldflags in the xeno-config line for CFLAGS = This was also problem: LDLIBS= $(shell $(XENOCONFIG) --skin=native --ldflags) \ $(shell $(XENOCONFIG) --skin=rtdm --ldflags) \ $(shell $(XENOCONFIG) --skin=posix --ldflags) That used to work in Xenomai 2.6 but not in

Re: cannot link 32 bit app

2021-08-12 Thread Jan Kiszka via Xenomai
On 12.08.21 07:50, C Smith wrote: > Hi Jan,Thanks for your prompt reply.  I reduced my very large app to > about 200 lines, it only starts one periodic process. but I still get > this error during linkage: > > /usr/xenomai/lib/xenomai/bootstrap.o: In function `xenomai_main': >

Re: cannot link 32 bit app

2021-08-11 Thread C Smith via Xenomai
Hi Jan,Thanks for your prompt reply. I reduced my very large app to about 200 lines, it only starts one periodic process. but I still get this error during linkage: /usr/xenomai/lib/xenomai/bootstrap.o: In function `xenomai_main': /usr/src/xenomai-3.1/lib/boilerplate/init/bootstrap.c:94:

Re: cannot link 32 bit app

2021-08-07 Thread Jan Kiszka via Xenomai
On 07.08.21 09:43, C Smith via Xenomai wrote: > I can compile but not link my xenomai app. I get: > /usr/bin/ld: skipping incompatible /usr/xenomai/lib/libtrank.so when > searching for -ltrank > /usr/bin/ld: skipping incompatible /usr/xenomai/lib/libcobalt.so when > searching for -lcobalt > etc. >

cannot link 32 bit app

2021-08-07 Thread C Smith via Xenomai
I can compile but not link my xenomai app. I get: /usr/bin/ld: skipping incompatible /usr/xenomai/lib/libtrank.so when searching for -ltrank /usr/bin/ld: skipping incompatible /usr/xenomai/lib/libcobalt.so when searching for -lcobalt etc. I am testing xenomai 3.1 with x86-64 bit kernel 4.19.89