Forum Topic - QNX7.1 unable to link libfreetype.so library: invalid string offset: (4 Items)
   
QNX7.1 unable to link libfreetype.so library: invalid string offset  
Hi, I'm try to build a application under QNX7.1 (armle-v7), using the free type library but it seems that the binary in 
the QNX7.1 installation
is not correct: it is a QNX's release bug? has anyone used this library ?
Thanks in advance,
M. Sangalli
qnx710\target\qnx7\armle-v7\usr\lib

this is the  error message:
\qnx710\host\win64\x86_64\usr\bin\arm-unknown-nto-qnx7.1.0eabi-ld: /qnx710/target/qnx7/armle-v7/usr/lib/libfreetype.so: 
invalid string offset 4920 >= 4259 for section `.strtab'
Re: QNX7.1 unable to link libfreetype.so library: invalid string offset  
Is the library inside an IFS? In theory, this could be caused by mkifs stripping the binary. If the library is in an IFS
, try specifying it with the [+raw] attribute.

Kind regards,
Thomas
Re: QNX7.1 unable to link libfreetype.so library: invalid string offset  
I can reproduce with a trivial example. It works for aarch64le, but reports these strtab errors for ARMv7.

--Elad
Re: QNX7.1 unable to link libfreetype.so library: invalid string offset  
Oh, but it's a warning, not an error. The test code still builds.

--Elad