This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

NDK with release Build-profile on C6678

Hello,


I just integrated NDK into my project and have a weird observation. The last days I worked with Debug Configuration and I was able to ping the C6678.

Today I switched back to Release Configuration, but ping is not possible. I compared both configurations and found out that the behaviour (ping possible or not) depends on the Build-profile under CCS General->RTSC (see below). I am working now with the Release Configuration and just changed the Build-profile to debug and the ping works. Has anyone a suggestion what is the problem with "release".

The output of my program is identical when I use release or debug:

[Core0] 00:00:01.406 System initialized (PLLs, DDR3, Cache, LEDs).
[Core0] 00:00:01.412 SRIO Driver has been initialized.
[Core0] 00:00:01.417 SGMII successfully initialized.
[Core0] 00:00:01.422 QMSS successfully initialized.
[Core0] 00:00:01.426 CPPI successfully initialized.
[Core0] 00:00:01.431 PA successfully initialized.
PASS successfully initialized
Ethernet subsystem successfully initialized
Ethernet eventId : 48 and vectId (Interrupt) : 7
Registration of the EMAC Successful, waiting for link up ..
[Core0] 00:00:01.452 Network Added: If-1:192.168.123.100
[Core0] 00:00:01.457 NetworkOpen()

Thanks for your help

Benny