Firstly, I have read the document you provided, it did solve my problem with the help of some specific content. But I have encoutered the new trouble, you can see the problem as below, it is shown as follows:
**** Build of configuration Debug for project hello_world_arm ****
"C:\\ti\\ccs920\\ccs\\utils\\bin\\gmake" -k -j 8 all -O
Building target: "hello_world_arm.out"
Invoking: GNU Linker
"C:/ti/ccs920/ccs/tools/compiler/gcc-arm-none-eabi-7-2017-q4-major-win32/bin/arm-none-eabi-gcc-7.2.1.exe" -mtune=cortex-a15 -marm -Og -g -gdwarf-3 -gstrict-dwarf -Wall -specs="nosys.specs" -mfloat-abi=hard -Wl,-Map,"hello_world_arm.map" -o"hello_world_arm.out" "./main.o" -Wl,-T"../66AK2Gxx.lds" -Wl,--start-group -lc -Wl,--end-group
makefile:143: recipe for target 'hello_world_arm.out' failed
../66AK2Gxx.lds:158: undefined symbol `HEAPSIZE' referenced in expression
collect2.exe: error: ld returned 1 exit status
gmake[1]: *** [hello_world_arm.out] Error 1
gmake: *** [all] Error 2
makefile:139: recipe for target 'all' failed
**** Build Finished ****
And I have the question , what kind of file can run on the ARM kernel. The file I tried to load was .c file. It that possible to run on the ARM kernel?
Hope for your reply. Thanks a lot.
suafie
