Compile process aborted on QNX real-time system #2374
-
Hi everyone! The first time I started the compilation, a lot of errors appeared immediately about the to_string() function that I fixed by following this link and then adding the relative Now a lot of other errors (which were probably already there before) such as:
The compiler (ntox86-g++.exe (GCC) 5.2.0) writes me to include some alternatives like:
Should I make some changes inside the json.hpp file by adding these libraries? Maybe the first question should be...can I use json library with Qnx? If you want I can copy the entire error log but it is quite large. Thank you. |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
Seems like the compiler has a lot of issues to compile C++11 code. As long as you can propose fixes that are within the standard, we could add them to the library. |
Beta Was this translation helpful? Give feedback.
Seems like the compiler has a lot of issues to compile C++11 code. As long as you can propose fixes that are within the standard, we could add them to the library.