Closed dzid26 closed 3 years ago
Ad 1: The QP-bundle installation for Windows will be modified to set the PATH according to the selection of components.
Ad 2: The QPC symbol will NOT be set in the installation. The intent here is exactly to allow users to define this symbol themselves, in case they already have a QPC version that they prefer to use. Please note that QPC is used in the Makefiels only if it is not already defined.
Ad 3: The 32/64bit discrepancy is only an issue, because you have rejected the 32-bit compiler and selected your own 64-bit compiler. If you do this, you own the problem, and now you have to generate a matching 64-bit QPC library. But the main intent of the QP-Win32 port is emulating and testing of the deeply embedded code on Windows. For that, 32-bit compiler is much better suited, because it better matches 32-bit embedded processors. I hope this makes sense.
32bit compiler makes a lot of sense. Thank you for your clarification
Few small issues:
C:\qp\qtools\mingw32\bin
was still added to Windows PATH.blinky
couldn't find qpc.h. I am not sure if that was intended. I added QPC system variable and it went further fine.