Generally, Processor Expert and Device Initialization tools are not intended to be used with C++ and the beans are not tested with C++ compiler.
However, it can be workarounded in Device Initialization tool by adding "extern" in the beginning of the line where is the problem (extern vectorTableEntryType _InterruptVectorTable[]; /* Forward declaration of the vector table */ ).
Please note that after code generation the workaround will be not preserved and you will have to add "extern" again.
This behaviour will be improved in the Processor Expert v1.04.
In Processor Expert please comment the declaration of bool type in PE_Types.h files and disable its generation using menu command "Don´t write" from pop-up menu of PE_Types.h file.
best regards
Vojtech Filip
Processor Expert Support Team