Hi,
I use EZSDK 05.02.01.59, and the version of C6RUN is 0.98.0.0.
I made a lib use c6run and it works ok when I called it using cpp on the ARM side.
Also the QT program has tested on ARM side, worked fine.
But when I put them together, I got a message "Aborted" when I started the QT application.
I try to find where the program reached, and I found it stopped at the first line of QT program
QApplication a(argc, argv);
I think maybe this is because some memory problem.
I found in the C6run config file
------------------------------------------------------------------------------------------------------------------------------------------------------
config.mak
PLATFORM=TI816x
C6RUN_INSTALL_DIR=/media/ezsdk/ezsdk_dm816x-evm_5_02_01_59/component-sources/c6run_0_98_00_00
IPC=syslink
DSPOS=sysbios6
GPPOS=linux
SHAREDMEM=cmem
DSP_REGION_BASE_ADDR=0x96C00000
DSP_REGION_CMEM_SIZE=0x02000000
DSP_REGION_CODE_SIZE=0x01500000
------------------------------------------------------------------------------------------------------------------------------------------------------
Memory configures seems different with the table in this URL http://processors.wiki.ti.com/index.php/EZSDK_Memory_Map
Is this an error of C6run? How can I fix the memory configs?
Any advises will be greatly appreciated.
Regards,
Lei