lloyd / yajl

A fast streaming JSON parsing library in C.
http://lloyd.github.com/yajl
ISC License
2.15k stars 435 forks source link

How to cross compile yajl for qnx? #249

Open lglokeshgandham opened 1 year ago

lglokeshgandham commented 1 year ago

Hi Team,

I'm trying to cross compile yajl for qnx. I'm facing below error in make step.

"~/qnx710/host/linux/x86_64/usr/bin/aarch64-unknown-nto-qnx7.1.0-ld: ../../yajl-2.1.1/lib/libyajl.so.2.1.1: undefined reference to `__isinf' collect2: error: ld returned 1 exit status test/api/CMakeFiles/gen-extra-close.dir/build.make:84: recipe for target 'test/api/gen-extra-close' failed ".

Can you please guide here?

Attached the log files for configure and make steps.

yajl_make.log yajl_configure.log

Thanks in Advance