Hi,
when i update SDK from 0703 to 0805, i found that the generation file by vision app, for example vx_app_rtos_qnx_mcu2_0.out, missing a lot of symbol in it. it only contain _CIOBUF_, C$$EXIT and C$$IO$$.
i have change PROFILE to debug.
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.
Hi,
when i update SDK from 0703 to 0805, i found that the generation file by vision app, for example vx_app_rtos_qnx_mcu2_0.out, missing a lot of symbol in it. it only contain _CIOBUF_, C$$EXIT and C$$IO$$.
i have change PROFILE to debug.
Hi,
yes, symbols are stripped out from the generated binary to reduce the size.. If you want to load it on CCS, you could use non-stripped version of the binary, which is also available in out folder.
Regards,
Brijesh