-
Notifications
You must be signed in to change notification settings - Fork 369
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
cross compiling for qnx #144
Comments
I can't really offer any help here, since I'm not familiar with and don't have access to QNX. You might try installing the latest auto tools (autoconf, automake, libtool) on your QNX system and re-generate the configure script on the system (by running aclocal, acheader, autoconf, etc.), and see if that resolves it. |
hi, cy did fix this issue? cus im facing the same issue. |
@zangetsudo nope, I didn't get it to work. In the end I used another header only library. |
I have succeeded in building libconfig for qnx7 aarch64le in windows by using msys2. Please use the following example: export QNX_HOST=/c/QNX/qnx710/host/win64/x86_64 #Please change the qnx path export AR=$QNX_HOST/usr/bin/$ABI-ar.exe mkdir -p out autoreconf -if |
Hi I'm trying to cross compile for qnx7 aarch64le from my ubuntu 18.04 environment.
I tried the following configurations. However, during compilation, I seem to be lacking this file
.deps/libconfig___la-libconfigcpp.TPlo
. I have no experience with libtool and cross compilation so wish someone can help me here.error when I run make,
The text was updated successfully, but these errors were encountered: