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.

erro while building libray sources...

Other Parts Discussed in Thread: SYSBIOS

Hi

I am trying to rebuild profinet samples and get the following error message from code composer.

Any idea of the issue?

Kind regards,

Martial Maneché

"C:\\EntwicklungMGB2\\ti\\ccsv6\\utils\\bin\\gmake" -k all
'Building file: ../app.cfg'
'Invoking: XDCtools'
"C:/EntwicklungMGB2/ti/xdctools_3_31_02_38_core/xs" --xdcpath="C:/EntwicklungMGB2/ti/ndk_2_24_03_35/packages;C:/EntwicklungMGB2/ti/bios_6_42_02_29/packages;" xdc.tools.configuro -o configPkg -t gnu.targets.arm.A8F -p ti.platforms.evmAM3359 -r release -c "C:/EntwicklungMGB2/ti/ccsv6/tools/compiler/gcc-arm-none-eabi-4_8-2014q3" "../app.cfg"
making package.mak (because of package.bld) ...
generating interfaces for package configPkg (because package/package.xdc.inc is older than package.xdc) ...
configuring app.xa8fg from package/cfg/app_pa8fg.cfg ...
generating custom ti.sysbios library makefile ...
Starting build of library sources ...
C:/Users/bttem/AppData/Local/Temp/make4620-1.sh: 1: Syntax error: ")" unexpected
gmake: *** [C:/ENC238~1/ti/SYSBIO~1.2/sdk/examples/TI-AM3~1.2)/src/sysbios/sysbios.aa8fg] Error 2
Build of libraries failed.
error: xdc.cfg.SourceDir: "C:/EntwicklungMGB2/ti/xdctools_3_31_02_38_core/packages/xdc/cfg/SourceDir.xs", line 209: xdc.cfg.SourceDir : Build of generated source libraries failed: exit status = 2:

js: "C:/EntwicklungMGB2/ti/xdctools_3_31_02_38_core/packages/xdc/cfg/Main.xs", line 160: Error: Configuration failed!
gmake.exe: *** [package/cfg/app_pa8fg.xdl] Error 1
gmake.exe: *** Deleting file `package/cfg/app_pa8fg.xdl'
gmake.exe: *** [package/cfg/app_pa8fg.xdl] Deleting file `package/cfg/app_pa8fg.h'
gmake.exe: *** [package/cfg/app_pa8fg.xdl] Deleting file `package/cfg/app_pa8fg.c'
js: "C:/EntwicklungMGB2/ti/xdctools_3_31_02_38_core/packages/xdc/tools/Cmdr.xs", line 51: Error: xdc.tools.configuro: configuration failed due to earlier errors (status = 2); 'linker.cmd' deleted.
gmake: *** [configPkg/linker.cmd] Error 1
gmake: Target `all' not remade because of errors.

**** Build Finished ****

  • Anyway for you to attach your project or a cutdown version of your project that exhibits the problem?
    Or maybe, try one of the SYSBIOS kernel examples to see if you get the same issue.

    Unless I can reproduce it on my end, its hard to say what the problem could be.

    Judah