Faiq Ali Sayed
Faiq Ali Sayed
Hi everyone, I am also running into the same issue did anyone find a solution for this? when I hit the command to create a VM, the terminal hangs with...
Hi, I found this post helpful for creating the QNX VM, as I am struggling to create VM for QNX using Qemu. after creating the VM using this way, I...
@charantejaabbavathini Thank for the rep for which build file are you talking about? I only have QNX-IFS file at hand.. Faiq
@charantejaabbavathini thank you for more information. I am able to create the VM and mounted the diskimage, but now I can not execute mkdir inorder to create directory structure. any...
Also found issue while running command from windows10 having gcc ERROR: openssl/1.1.1l: Error in build() method, line 748 self._make() while calling '_make', line 684 self._run_make() while calling '_run_make', line 639...
Hi thanks for prompt rep, I have updated the host profile also with `build_type=Debug` but still getting same error.. Regarding conantoolchain.cmake I am not sure how to use it. I...
Hi, after using the conantoolchain.cmake I am stil getting same error. below are the command sequence.. ``` conan install .. --build missing --profile:build=default --profile:host=aarch64 cmake .. -DCMAKE_TOOLCHAIN_FILE=conan_toolchain.cmake -DCMAKE_BUILD_TYPE=Release cmake --build...
So after updating my profile settings from Debug to Release, conan generated a Release folder instead of Debug, thats expected. making changes in Cmakelist.txt file, it looks like ``` cmake_minimum_required(VERSION...
ah ok, Now I changed the name of the app to `qnxrestinio`. Second I added `#include "restinio/core.hpp"` in the src/qnxrestinio.app file. you mean I should also include --build missing parameter...
So you mean, I dont need to use conan install now, my command sequence at the terminal is ``` $ conan new cmake_lib -d name=qnxrestinio -d version=0.7.2 -d requires="restinio/[*]" $...