Hi Carlos,
Hi Pascal,
I installed CW 10.6 Evaluation for Kinetis MCU to build my application CA_TB6 with MQX 4.1.1.
The PEx project for my BSP library is the same I used with KDS 1.1.1.
I have successfully built all my MQX libraries with the CW 10.6 GCC C Compiler.
Building my application in Debug configuration outputs the following error stopping the build process:
Errors occurred during the build.
Errors running builder 'CDT Builder' on project 'CA_TB6'.
java.lang.NullPointerException
Why I get that error? What is java.lang.NullPointerException?
So, I cannot use the CW debugger.
Building my application in Release configuration is successful, instead. So I can flash the ELF file into my board and test it.
But I get the same situation as with KDS executable ELF file: all of my board functions work properly, except with my CAN test, that fails also with CW 10.6 GCC C Compiler.
So I think my issue reside on my BSP created with the same PEx project file.
But where?
Best Regards,
Alessandro