Hi Marek,
Thanks for your suggestion. I tried it and the following happens:
- the project is successfully created along with a main.cpp
- the build is successful, with some warnings:
| Description | Resource | Path | Location | Type |
| redeclaration of memory region `m_text' | CppTest222 | | line 61, external location: /opt/Freescale/KDS_v3/toolchain/arm-none-eabi/bin/ld:../MK82FN256xxx15_ram.ld | C/C++ Problem |
| redeclaration of memory region `m_interrupts' | CppTest222 | | line 59, external location: /opt/Freescale/KDS_v3/toolchain/arm-none-eabi/bin/ld:../MK82FN256xxx15_ram.ld | C/C++ Problem |
| redeclaration of memory region `m_data' | CppTest222 | | line 60, external location: /opt/Freescale/KDS_v3/toolchain/arm-none-eabi/bin/ld:../MK82FN256xxx15_ram.ld | C/C++ Problem |
- but when I try to upload & debug the project, I get this:

and the board is still executing the old program.
I looked into the logs, but I can't figure out what could be wrong.
Here are the consoles from KDS:
CDT-Global-Build-Console - Pastebin.com
gdb-traces - Pastebin.com
JLinkGDBServerCL - Pastebin.com
arm-none-eabi-gdb - Pastebin.com
Can you please take a look?
Thanks,
Attila