I'm using the IAR EWARM Ver 7.20.2 and MQX 3.8.
I have a lot of errors with the following include directories for the MQX when build eGUI_Demo_d4dLib - Debug, see attached file eGUI_Demo_d4dLib_error.log.
$_MQX_PATH_$\lib\twrk70f120m.iar\debug\bsp
$_MQX_PATH_$\lib\twrk70f120m.iar\debug\bsp\Generated_Code
$_MQX_PATH_$\lib\twrk70f120m.iar\debug\psp
$_MQX_PATH_$\lib\twrk70f120m.iar\debug\mfs
$_MQX_PATH_$\lib\twrk70f120m.iar\debug
I cannot find out the above path, then I have no error if these include directories as below.
$_MQX_PATH_$\lib\twrk70f120m.iar\bsp
$_MQX_PATH_$\lib\twrk70f120m.iar\bsp\Generated_Code
$_MQX_PATH_$\lib\twrk70f120m.iar\psp
$_MQX_PATH_$\lib\twrk70f120m.iar\mfs
$_MQX_PATH_$\lib\twrk70f120m.iar
I also have a lot of errors with the following include directories for the MQX when build eGUI_Demo - Debug.
$_MQX_PATH_$\lib\twrk70f120m.iar\debug\bsp
$_MQX_PATH_$\lib\twrk70f120m.iar\debug\bsp\Generated_Code
$_MQX_PATH_$\lib\twrk70f120m.iar\debug\psp
$_MQX_PATH_$\lib\twrk70f120m.iar\debug\mfs
$_MQX_PATH_$\lib\twrk70f120m.iar\debug\shell
$_MQX_PATH_$\lib\twrk70f120m.iar\debug\usb
$_MQX_PATH_$\lib\twrk70f120m.iar\debug
Therefore, I also modified include directories as below, but I have a lot of errors, see attached file eGUI_Demo_error.log.
$_MQX_PATH_$\lib\twrk70f120m.iar\bsp
$_MQX_PATH_$\lib\twrk70f120m.iar\bsp\Generated_Code
$_MQX_PATH_$\lib\twrk70f120m.iar\psp
$_MQX_PATH_$\lib\twrk70f120m.iar\mfs
$_MQX_PATH_$\lib\twrk70f120m.iar\shell
$_MQX_PATH_$\lib\twrk70f120m.iar\usb
$_MQX_PATH_$\lib\twrk70f120m.iar
Please advise to fix the above error as soon as possible.
Best regards,
Takashima