10/08/2021 4:10 PM
post121619
|
Hi Florian
First, I know of no successful Rust on QNX/NTO.
However; your first try won't work as there are too many differences between glibc and the NTO libc.
Yes Linux does, depending on your distribution, provide a lot of POSIX API(s), but for instance the POSIX threads are in
a separate library pthread library on Linux, but contained within the NTO libc. This is where many of your missing
symbols may have come from, the differences between library contents.
Jim
|
|
|