hi everyone!
i am trying to compile C6runapp example hello_world.c application with DM816X EVM, with c6run_0_97_03_03 that comes along TI ezsdk. I have followed the steps as mentioned here http://processors.wiki.ti.com/index.php/Getting_Started_With_C6Run#TI_DVSDK_v4.00_Setup
After editing the rules.mak to point to the installed toolchain directories, i follow these steps
"make TI816x_config"
"source environment.sh"
-- i add the C6_toolchain_path" to my system path
-- then i try to compile using the script c6runapp-cc -o hitesh <path_to_actual_file>/hello_world.c
i encounter the following error
root@abb-lt-capacitor-linux:/home/abb/Desktop# c6runapp-cc -o hitesh /home/abb/Desktop/C6RUN_EXAMPLES/c6runapp/hello_world/hello_world.c
error #10008-D: cannot find file
"/usr/local/ezsdk/c6run_0_97_03_03/bin/../lib/c6run_dsp/libc6rundsp.a"
"/tmp/24133KRP4e1", line 14: error #10008-D: cannot find file
"/usr/local/ezsdk/c6run_0_97_03_03/bin/../lib/c6run_dsp/c6rundsp.cmd"
warning #10210-D: creating ".stack" section with default size of 0x400; use the
-stack option to change the default size
warning #10210-D: creating ".sysmem" section with default size of 0x400; use
the -heap option to change the default size
error #10010: errors encountered during linking; "hitesh.dsp_image.out" not
built
can somebody help me in sorting out this error ? am i doing something wrong here?
Also is it required to edit the "environment.sh" to point to the toolchain paths?
i have already edited the rules.mak.
thanks
regards
hitesh