Hi,
We have MQX V_5 RTOS library project.
We built BSP and PSP project and created lib files and included in the simple example project (c project) provided by nxp, it was working fine but we need the project in c++.
We tried to convert into cpp project from the IDE option but it was not working.
How to create or convert the MQX project in cpp??
We have converted the example project into cpp project by using project conversion option in IDE. The main file named as hello.c in example project was building without error.
After that started creating other cpp files and header files.
hello.c has some includes like mqx.h, bsp.h, fio.h. (which will internally consists of other driver .h and .c files in lib).
Please find a screenshot of the error we are getting.
IDE version: MCUXpresso IDE v11.8.1_1197
Controller using IMXRT1170
Hi
Please see below link for how to create a new MQX project using GCC C++
Regards
Daniel