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.

RTOS/TMS320C6748: LCDK6748: Unable to build Network support packages, XDC tools error.

Part Number: TMS320C6748
Other Parts Discussed in Thread: OMAPL138, SYSBIOS

Tool/software: TI-RTOS

HI,

I have some questions related to the NDK package for C6748LCDK, I want to send and receive some data from LCDK6748 to PC via ethernet. Where can I find some simple example programs or any kind of guide which guides about using the stack from ground up? I have referred to the document SPRAAX4 – July 2008, but the content in it is outdated. I am a beginner at this, so what isndk_evm6748_elf_examples.zip the thing should I read/try before moving forward with this NDK? 

I have ndk_2_26_00_08 and ndk_2_25_01_11 installed in C:/ti and after that, I installed the NSP(nsp_1_10_02_09 and nsp_1_10_03_15) but when I try to  build the examples from the NSP it shows this error:

I am already using the latest version of xdc tools and i was also facing the errors while rebuilding the NDK, it was about the compiler version, i am using the compiler version C6000 7.2.24.


**** Clean-only build of configuration Debug for project ndk_evm6748_elf_cfgdemo ****

"C:\\ti\\ccsv7\\utils\\bin\\gmake" -k clean

DEL /F "ndk_evm6748_elf_cfgdemo.hex" "configPkg\linker.cmd" "configPkg\compiler.opt" "ndk_evm6748_elf_cfgdemo.out"
RMDIR /S/Q "configPkg\"
DEL /F "cfgdemo.obj" "emacHooks.obj" "evminit.obj" "webpage.obj"
DEL /F "cfgdemo.d" "emacHooks.d" "evminit.d" "webpage.d"
Could Not Find C:\Users\agraw\workspace_v7\ndk_evm6748_elf_cfgdemo\Debug\ndk_evm6748_elf_cfgdemo.hex
Could Not Find C:\Users\agraw\workspace_v7\ndk_evm6748_elf_cfgdemo\Debug\ndk_evm6748_elf_cfgdemo.out
Could Not Find C:\Users\agraw\workspace_v7\ndk_evm6748_elf_cfgdemo\Debug\cfgdemo.obj
Could Not Find C:\Users\agraw\workspace_v7\ndk_evm6748_elf_cfgdemo\Debug\cfgdemo.d
'Finished clean'

**** Build Finished ****

**** Build of configuration Debug for project ndk_evm6748_elf_cfgdemo ****

"C:\\ti\\ccsv7\\utils\\bin\\gmake" -k all

'Building file: "../cfgdemo.cfg"'
'Invoking: XDCtools'
"C:/ti/xdctools_3_50_03_33_core/xs" --xdcpath="C:/ti/bios_6_40_01_15/packages;C:/ti/ndk_2_26_00_08/packages;C:/ti/nsp_1_10_03_15/packages;C:/ti/pdk_omapl138_1_0_4/packages;C:/ti/edma3_lld_2_12_05_30C/packages;C:/ti/ipc_3_47_01_00/packages;C:/ti/ccsv7/ccs_base;" xdc.tools.configuro -o configPkg -t ti.targets.elf.C674 -p ti.platforms.evm6748 -r release -c "C:/ti/ccsv7/tools/compiler/c6000_7.4.24" "../cfgdemo.cfg"
making package.mak (because of package.bld) ...
generating interfaces for package configPkg (because package/package.xdc.inc is older than package.xdc) ...
configuring cfgdemo.xe674 from package/cfg/cfgdemo_pe674.cfg ...
subdir_rules.mk:19: recipe for target 'build-284100591-inproc' failed
error: xdc.cfg.Program: "C:/ti/xdctools_3_50_03_33_core/packages/xdc/cfg/Program.xs", line 71: xdc.cfg.Program : The package 'ti.sysbios.family.c64p' is not compatible with XDCtools used in this build. Please either use XDCtools compatible with that package, or update the product containing that package, or rebuild the package with XDCtools 3.50 or later.
js: "C:/ti/xdctools_3_50_03_33_core/packages/xdc/cfg/Main.xs", line 160: Error: Configuration failed!
gmake.exe: *** [package/cfg/cfgdemo_pe674.xdl] Error 1
js: "C:/ti/xdctools_3_50_03_33_core/packages/xdc/tools/Cmdr.xs", line 52: Error: xdc.tools.configuro: configuration failed due to earlier errors (status = 2); 'linker.cmd' deleted.
gmake[1]: *** [build-284100591-inproc] Error 1
gmake: *** [build-284100591] Error 2
subdir_rules.mk:16: recipe for target 'build-284100591' failed
gmake: Target 'all' not remade because of errors.

**** Build Finished ****