On Fri, Oct 16, 2020 at 3:18 PM Thomas Barth via curl-library <[email protected]> wrote: > > Hello everybody, > > first of all I want to explain my main task. > > I want to develop an OpenApi client for the OS QNX 7.0.0 which runs on a > ARM64 (aarch64le) hardware. > For this task I need the curl library for QNX. And here starts the . > > I develop on a Windows 10 host with QNX Momentics and CMake- GUI. > For the first goal to build curl library for QNX I use CMake- GUI. > I created a little make configuration file for the QNX environment > which I use for the cross-compiling with the CMake- GUI. > > In the attachment file I added the GUI output of the CMake- GUI > It shows a lot of "not found" and "failed!" entries. > > Is anybody out there who had done anything equal or tried anything equal > and who can help me. >
Could you please share your toolchain file? According to the logs you've provided it looks like you using an incorrect toolchain environment for cross-compilation. Here the example https://cmake.org/cmake/help/latest/manual/cmake-toolchains.7.html#cross-compiling-for-qnx > > Mit freundlichen Grüßen / With kind regards > > Thomas Barth > Software developer > ------------------------------------------------------------------- > Unsubscribe: https://cool.haxx.se/list/listinfo/curl-library > Etiquette: https://curl.haxx.se/mail/etiquette.html -- Best Regards, Sergei Nikulov ------------------------------------------------------------------- Unsubscribe: https://cool.haxx.se/list/listinfo/curl-library Etiquette: https://curl.haxx.se/mail/etiquette.html
