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.

Compiler/TDA2HG: Toolchain issue with ARM-A15 compiler

Part Number: TDA2HG
Other Parts Discussed in Thread: SYSBIOS

Tool/software: TI C/C++ Compiler

Project uses Cmake build system and needs assembly implementation of memcpy for cortex-a15 to improve performance.

I'm using ARM toolchain that comes with CCS [gcc-arm-none-eabi-4.7].I'm getting a strange build issue when including the assembly function in the project.

Build is failing when give a "clean build" with errors

c:/ti/ccsv5/tools/compiler/gcc-arm-none-eabi-4_7-2013q3/bin/../lib/gcc/arm-none-eabi/4.7.4/../../../../arm-none-eabi/lib\libc.a(lib_a-exit.o): In function `exit':
exit.c:(.text.exit+0x2c): undefined reference to `_exit'
c:/ti/ccsv5/tools/compiler/gcc-arm-none-eabi-4_7-2013q3/bin/../lib/gcc/arm-none-eabi/4.7.4/../../../../arm-none-eabi/lib/crt0.o: In function `start':
(.text+0xec): undefined reference to `main'
collect2.exe: error: ld returned 1 exit status

jom: C:\mFAS_Code\dev_branch\development_branch\scratch\del\1_build\application_lvds_tda2xx_ti_a15_r\a15\CMakeFiles\a15_tda2xx_ti_a15_r.dir\build.make [a15\CMakeFiles\a15_tda2xx_ti_a15_r.dir\source\arch\tda2xx_ti_a15\memcpy_nw.s.obj] Error 1

jom: C:\mFAS_Code\dev_branch\development_branch\scratch\del\1_build\application_lvds_tda2xx_ti_a15_r\CMakeFiles\Makefile2 [a15\CMakeFiles\a15_tda2xx_ti_a15_r.dir\all] Error 2

jom: C:\mFAS_Code\dev_branch\development_branch\scratch\del\1_build\application_lvds_tda2xx_ti_a15_r\Makefile [all] Error 2

Second build on the same directory is success. I've already checked the "--specs" option in my linker flags,set to "rdimon.specs"

Below are the linker & cflags used,

C_FLAGS =  "-c -Wall -mcpu=cortex-a15 -mfpu=neon-vfpv4 -mtune=cortex-a15 -marm -mfloat-abi=hard -fno-exceptions -specs=rdimon.specs"

LINKER_FLAGS =  "-mfloat-abi=hard -fno-exceptions -g -Wall -v -nostartfiles -Wl,--gc-sections -lgcc -lc -lm -lrdimon"

ASM_FLAGS = "-c -x assembler-with-cpp -mcpu=cortex-a15 -mtune=cortex-a15 -marm -mfloat-abi=hard -mfpu=neon -fno-exceptions "

and also tried with start_group and end_group options as below.

LINKER_FLAGS = "-mfloat-abi=hard -fno-exceptions -g -Wall -v -nostartfiles -Wl,--gc-sections -Wl,--start-group -lgcc -lc -lm -lrdimon -Wl,--end-group"

but same error is observed on "clean build" only.

Attached the ARM assembly code used and compiler error log.

Let me know any other Linker/ASM flags required.

log_Err_on_clean_build.txt

log_compilation_success_second_build.txt
===============================================================================

CMake toolchain from source:
	C:\mFAS_Code\dev_branch\development_branch\scratch\del\application_lvds
At:
	C:\mFAS_Code\dev_branch\development_branch\scratch\del\1_build\application_lvds_tda2xx_ti_a15_r

===============================================================================

Folder: application_lvds
Folder: common_packages
Module: astl
Module: camera
Module: camera_types
Folder: common
Module: cpu
Module: dbg
Module: dlog
Module: dma
Module: fnt
Module: hwtmr
Module: img
Module: mem
Module: memmgr
Module: mon
Module: mtd
Module: osw
Module: sys
Module: typs
Module: utf
Module: vtg
Module: icamera_dal
Module: lalgebra
Module: mathlib_wrapper
Module: nanopb_valeo
Folder: fw_lvds
Folder: video_lvds
Module: lbr
Folder: satcam_lvds
Module: camm
Folder: fw_common
Folder: algorithm
Module: algc
Folder: basic
Module: cmd
Module: dbm
Module: dsi
Module: ipg
Module: lpc
Module: lwt
Module: pin
Module: stat
Module: utl
Folder: video
Module: bmp
Module: camera_dal
Module: lut
Module: p2_ovl
Module: vip
Module: vop
Module: vpm
Module: vfs
Module: iwdgt
Module: vsrv
Module: ivsrv
Module: ivclnt
Module: rtp
Folder: fw_application
Folder: algorithm_p1
Folder: algorithm_app
Module: algcfglistener
Module: algfactory
Module: demoalg
Folder: basic_p1
Module: app_params
Module: conr
Module: dlogmon
Module: p1cmd
Folder: video_p1
Module: p1_ovl
Module: wdgt
Folder: nvm_p1
Module: nfsh
Module: Eep_38_24LC64
Module: Ea
Module: fshm
Module: fshmw
Module: nvm
Module: nvm_dal
Folder: hostcom_p1
Module: hgw
Module: ipcmfas
Module: app_vspimfas
Folder: wdg_p1
Module: iwdg
Module: wdgclient
Module: wdgmonitor
Module: wdgserver
Module: wdgrptr
Folder: errrptr_p1
Module: ierrrptr
Module: errrptr
Module: a15
-- Configuring done
-- Generating done
-- Build files have been written to: C:/mFAS_Code/dev_branch/development_branch/scratch/del/1_build/application_lvds_tda2xx_ti_a15_r

===============================================================================

Building:
	C:\mFAS_Code\dev_branch\development_branch\scratch\del\1_build\application_lvds_tda2xx_ti_a15_r

===============================================================================


jom 1.0.14 - empower your cores

[  2%] Built target astl_tda2xx_ti_a15_r
[  3%] Built target camera_tda2xx_ti_a15_r
[  3%] Built target camera_types_extrinsics
[  4%] Built target camera_types_intrinsics
[  5%] Built target cpu_tda2xx_ti_a15_r
[  5%] Built target dbg_tda2xx_ti_a15_r
[  5%] Built target dlog_tda2xx_ti_a15_r
[  7%] Built target dma_tda2xx_ti_a15_r
[  7%] Built target fnt_tda2xx_ti_a15_r
[  8%] Built target hwtmr_tda2xx_ti_a15_r
[ 10%] Built target img_tda2xx_ti_a15_r
[ 11%] Built target mem_tda2xx_ti_a15_r
[ 12%] Built target memmgr_tda2xx_ti_a15_r
[ 14%] Built target mon_tda2xx_ti_a15_r
[ 16%] Built target mtd_tda2xx_ti_a15_r
[ 27%] Built target osw_tda2xx_ti_a15_r
[ 28%] Built target sys_tda2xx_ti_a15_r
[ 28%] Built target typs_tda2xx_ti_a15_r
[ 28%] Built target utf_tda2xx_ti_a15_r
[ 34%] Built target vtg_tda2xx_ti_a15_r
[ 34%] Built target icamera_dal_tda2xx_ti_a15_r
[ 35%] Built target lalgebra_tda2xx_ti_a15_r
[ 35%] Built target mathlib_wrapper_tda2xx_ti_a15_r
[ 36%] Built target nanopb_valeo_tda2xx_ti_a15_r
[ 38%] Built target lbr_tda2xx_ti_a15_r
[ 38%] Built target camm_tda2xx_ti_a15_r
[ 39%] Built target algc_tda2xx_ti_a15_r
[ 40%] Built target cmd_tda2xx_ti_a15_r
[ 41%] Built target dbm_tda2xx_ti_a15_r
[ 41%] Built target dsi_tda2xx_ti_a15_r
[ 41%] Built target ipg_tda2xx_ti_a15_r
[ 44%] Built target lpc_tda2xx_ti_a15_r
[ 46%] Built target lwt_tda2xx_ti_a15_r
[ 46%] Built target pin_tda2xx_ti_a15_r
[ 47%] Built target stat_tda2xx_ti_a15_r
[ 49%] Built target utl_tda2xx_ti_a15_r
[ 49%] Built target bmp_tda2xx_ti_a15_r
[ 50%] Built target camera_dal_tda2xx_ti_a15_r
[ 51%] Built target lut_tda2xx_ti_a15_r
[ 52%] Built target p2_ovl_tda2xx_ti_a15_r
[ 52%] Built target vip_tda2xx_ti_a15_r
[ 53%] Built target vop_tda2xx_ti_a15_r
[ 53%] Built target vpm_tda2xx_ti_a15_r
[ 54%] Built target vfs_tda2xx_ti_a15_r
Scanning dependencies of target iwdgt_tda2xx_ti_a15_r
[ 54%] Building CXX object fw_common/video/iwdgt/CMakeFiles/iwdgt_tda2xx_ti_a15_r.dir/CMakeFiles/CMakeTmp/iwdgt_temp.obj
[ 54%] Built target iwdgt_tda2xx_ti_a15_r
[ 54%] Built target vsrv_tda2xx_ti_a15_r
Scanning dependencies of target ivsrv_tda2xx_ti_a15_r
[ 54%] Building CXX object fw_common/video/ivsrv/CMakeFiles/ivsrv_tda2xx_ti_a15_r.dir/CMakeFiles/CMakeTmp/ivsrv_temp.obj
[ 54%] Built target ivsrv_tda2xx_ti_a15_r
Scanning dependencies of target ivclnt_tda2xx_ti_a15_r
[ 55%] Building CXX object fw_common/video/ivclnt/CMakeFiles/ivclnt_tda2xx_ti_a15_r.dir/CMakeFiles/CMakeTmp/ivclnt_temp.obj
[ 55%] Built target ivclnt_tda2xx_ti_a15_r
[ 56%] Built target rtp_tda2xx_ti_a15_r
[ 57%] Built target algcfglistener_tda2xx_ti_a15_r
[ 57%] Built target algfactory_tda2xx_ti_a15_r
[ 58%] Built target demoalg_tda2xx_ti_a15_r
[ 60%] Built target app_params_tda2xx_ti_a15_r
[ 60%] Built target conr_tda2xx_ti_a15_r
[ 60%] Built target dlogmon_tda2xx_ti_a15_r
[ 60%] Built target p1cmd_tda2xx_ti_a15_r
[ 66%] Built target p1_ovl_tda2xx_ti_a15_r
[ 67%] Built target wdgt_tda2xx_ti_a15_r
[ 71%] Built target nfsh_tda2xx_ti_a15_r
[ 72%] Built target Eep_38_24LC64_tda2xx_ti_a15_r
[ 72%] Built target Ea_tda2xx_ti_a15_r
[ 75%] Built target fshm_tda2xx_ti_a15_r
[ 75%] Built target fshmw_tda2xx_ti_a15_r
[ 76%] Built target nvm_tda2xx_ti_a15_r
[ 78%] Built target nvm_dal_tda2xx_ti_a15_r
[ 78%] Built target hgw_tda2xx_ti_a15_r
[ 90%] Built target ipcmfas_tda2xx_ti_a15_r
[ 90%] Built target app_vspimfas_tda2xx_ti_a15_r
[ 91%] Built target iwdg_tda2xx_ti_a15_r
[ 92%] Built target wdgclient_tda2xx_ti_a15_r
[ 92%] Built target wdgmonitor_tda2xx_ti_a15_r
[ 92%] Built target wdgserver_tda2xx_ti_a15_r
[ 93%] Built target wdgrptr_tda2xx_ti_a15_r
[ 93%] Built target ierrrptr_tda2xx_ti_a15_r
[ 94%] Built target errrptr_tda2xx_ti_a15_r
[ 94%] Built target a15_rtsc_platform_copy
[ 94%] Built target camera_types_tda2xx_ti_a15_r
[ 94%] Built target a15_rtsc_memorymap
[ 95%] Built target a15_rtsc_platform
[ 96%] Built target a15_xdc_config
[ 96%] Linking CXX executable C:\mFAS_Code\dev_branch\development_branch\scratch\del\2_install\images\a15_tda2xx_ti_a15_r.out
Using built-in specs.
COLLECT_GCC=C:/ti/ccsv5/tools/compiler/gcc-arm-none-eabi-4_7-2013q3/bin/arm-none-eabi-gcc.exe
COLLECT_LTO_WRAPPER=c:/ti/ccsv5/tools/compiler/gcc-arm-none-eabi-4_7-2013q3/bin/../lib/gcc/arm-none-eabi/4.7.4/lto-wrapper.exe
Target: arm-none-eabi
Configured with: /home/build/work/GCC-4-7-build/src/gcc/configure --build=i686-linux-gnu --host=i586-mingw32 --target=arm-none-eabi --prefix=/home/build/work/GCC-4-7-build/install-mingw --libexecdir=/home/build/work/GCC-4-7-build/install-mingw/lib --infodir=/home/build/work/GCC-4-7-build/install-mingw/share/doc/gcc-arm-none-eabi/info --mandir=/home/build/work/GCC-4-7-build/install-mingw/share/doc/gcc-arm-none-eabi/man --htmldir=/home/build/work/GCC-4-7-build/install-mingw/share/doc/gcc-arm-none-eabi/html --pdfdir=/home/build/work/GCC-4-7-build/install-mingw/share/doc/gcc-arm-none-eabi/pdf --enable-languages=c,c++ --disable-decimal-float --disable-libffi --disable-libgomp --disable-libmudflap --disable-libquadmath --disable-libssp --disable-libstdcxx-pch --disable-nls --disable-shared --disable-threads --disable-tls --with-gnu-as --with-gnu-ld --with-headers=yes --with-newlib --with-python-dir=share/gcc-arm-none-eabi --with-sysroot=/home/build/work/GCC-4-7-build/install-mingw/arm-none-eabi --with-libiconv-prefix=/home/build/work/GCC-4-7-build/build-mingw/host-libs/usr --with-gmp=/home/build/work/GCC-4-7-build/build-mingw/host-libs/usr --with-mpfr=/home/build/work/GCC-4-7-build/build-mingw/host-libs/usr --with-mpc=/home/build/work/GCC-4-7-build/build-mingw/host-libs/usr --with-ppl=/home/build/work/GCC-4-7-build/build-mingw/host-libs/usr --with-cloog=/home/build/work/GCC-4-7-build/build-mingw/host-libs/usr --with-libelf=/home/build/work/GCC-4-7-build/build-mingw/host-libs/usr --with-host-libstdcxx='-static-libgcc -Wl,-Bstatic,-lstdc++,-Bdynamic -lm' --with-pkgversion='GNU Tools for ARM Embedded Processors' --with-multilib-list=armv6-m,armv7-m,armv7e-m,armv7-r
Thread model: single
gcc version 4.7.4 20130913 (release) [ARM/embedded-4_7-branch revision 202601] (GNU Tools for ARM Embedded Processors) 
COMPILER_PATH=c:/ti/ccsv5/tools/compiler/gcc-arm-none-eabi-4_7-2013q3/bin/../lib/gcc/arm-none-eabi/4.7.4/;c:/ti/ccsv5/tools/compiler/gcc-arm-none-eabi-4_7-2013q3/bin/../lib/gcc/;c:/ti/ccsv5/tools/compiler/gcc-arm-none-eabi-4_7-2013q3/bin/../lib/gcc/arm-none-eabi/4.7.4/../../../../arm-none-eabi/bin/
LIBRARY_PATH=c:/ti/ccsv5/tools/compiler/gcc-arm-none-eabi-4_7-2013q3/bin/../lib/gcc/arm-none-eabi/4.7.4/fpu/;c:/ti/ccsv5/tools/compiler/gcc-arm-none-eabi-4_7-2013q3/bin/../lib/gcc/arm-none-eabi/4.7.4/../../../../arm-none-eabi/lib/fpu/;c:/ti/ccsv5/tools/compiler/gcc-arm-none-eabi-4_7-2013q3/bin/../arm-none-eabi/lib/fpu/;c:/ti/ccsv5/tools/compiler/gcc-arm-none-eabi-4_7-2013q3/bin/../lib/gcc/arm-none-eabi/4.7.4/;c:/ti/ccsv5/tools/compiler/gcc-arm-none-eabi-4_7-2013q3/bin/../lib/gcc/;c:/ti/ccsv5/tools/compiler/gcc-arm-none-eabi-4_7-2013q3/bin/../lib/gcc/arm-none-eabi/4.7.4/../../../../arm-none-eabi/lib/;c:/ti/ccsv5/tools/compiler/gcc-arm-none-eabi-4_7-2013q3/bin/../arm-none-eabi/lib/
COLLECT_GCC_OPTIONS='-mfloat-abi=hard' '-fno-exceptions' '-g' '-Wall' '-v' '-nostartfiles' '-LC:\ti\xdctools_3_30_06_67_core\packages\gnu\targets\arm\libs\install-native\arm-none-eabi\lib\fpu' '-o' 'C:\mFAS_Code\dev_branch\development_branch\scratch\del\2_install\images\a15_tda2xx_ti_a15_r.out'
 c:/ti/ccsv5/tools/compiler/gcc-arm-none-eabi-4_7-2013q3/bin/../lib/gcc/arm-none-eabi/4.7.4/collect2.exe --sysroot=c:\ti\ccsv5\tools\compiler\gcc-arm-none-eabi-4_7-2013q3\bin\../arm-none-eabi -X -o C:\mFAS_Code\dev_branch\development_branch\scratch\del\2_install\images\a15_tda2xx_ti_a15_r.out -LC:\ti\xdctools_3_30_06_67_core\packages\gnu\targets\arm\libs\install-native\arm-none-eabi\lib\fpu -Lc:/ti/ccsv5/tools/compiler/gcc-arm-none-eabi-4_7-2013q3/bin/../lib/gcc/arm-none-eabi/4.7.4/fpu -Lc:/ti/ccsv5/tools/compiler/gcc-arm-none-eabi-4_7-2013q3/bin/../lib/gcc/arm-none-eabi/4.7.4/../../../../arm-none-eabi/lib/fpu -Lc:/ti/ccsv5/tools/compiler/gcc-arm-none-eabi-4_7-2013q3/bin/../arm-none-eabi/lib/fpu -Lc:/ti/ccsv5/tools/compiler/gcc-arm-none-eabi-4_7-2013q3/bin/../lib/gcc/arm-none-eabi/4.7.4 -Lc:/ti/ccsv5/tools/compiler/gcc-arm-none-eabi-4_7-2013q3/bin/../lib/gcc -Lc:/ti/ccsv5/tools/compiler/gcc-arm-none-eabi-4_7-2013q3/bin/../lib/gcc/arm-none-eabi/4.7.4/../../../../arm-none-eabi/lib -Lc:/ti/ccsv5/tools/compiler/gcc-arm-none-eabi-4_7-2013q3/bin/../arm-none-eabi/lib @C:\Users\spichuma\AppData\Local\Temp\cc7nGEdX --start-group -lgcc -lg -lc --end-group

===============================================================================
=
= Generating binary for a15_tda2xx_ti_a15_r
=
===============================================================================
Parsing the input object file, C:\mFAS_Code\dev_branch\development_branch\scratch\del\2_install\application_lvds_tda2xx_ti_a15_r/../images/a15_tda2xx_ti_a15_r.out.
RPRC conversion complete!
INI File Parsed Successfully
compression complete!
Conversion is successfull and bin file created
[100%] Built target a15_tda2xx_ti_a15_r

===============================================================================

Build OK: -s application_lvds -t a15 -r

===============================================================================


===============================================================================

build.py report:
  Start time: 2017-02-27 19:51:41.250000
  End time:   2017-02-27 19:52:02.444000
  Total time: 0:00:21.194000


Build OK: -s application_lvds -t a15 -r
  Start time: 2017-02-27 19:51:41.276000
  End time:   2017-02-27 19:52:02.444000
  Total time: 0:00:21.168000

===============================================================================

  • Hi,

    It's been a while since I used the GCC4.7, but I just tried here with my CCSv5.5 and found out that using the -nostartfiles gave me errors related to the runtime library. 

    I was able to successfully build a small project here with the following:

    **** Build of configuration Debug for project AM572_test ****
    
    "C:\\CCSv5_5_0\\ccsv5\\utils\\bin\\gmake" -k all 
    'Building file: ../main.c'
    'Invoking: GNU Compiler'
    "C:/CCSv5_5_0/ccsv5/tools/compiler/gcc-arm-none-eabi-4_7-2012q4/bin/arm-none-eabi-gcc.exe" -c -mcpu=cortex-a15 -mtune=cortex-a15 -marm -mfloat-abi=hard -mfpu=neon-vfpv4 -I"C:/CCSv5_5_0/ccsv5/tools/compiler/gcc-arm-none-eabi-4_7-2012q4/arm-none-eabi/include" -g -gstrict-dwarf -Wall -specs="rdimon.specs" -MMD -MP -MF"main.d" -MT"main.d" -o"main.o"  "../main.c"
    'Finished building: ../main.c'
    ' '
    'Building file: ../startup_ARMCA15.S'
    'Invoking: GNU Compiler'
    "C:/CCSv5_5_0/ccsv5/tools/compiler/gcc-arm-none-eabi-4_7-2012q4/bin/arm-none-eabi-gcc.exe" -c -mcpu=cortex-a15 -mtune=cortex-a15 -marm -mfloat-abi=hard -mfpu=neon-vfpv4 -I"C:/CCSv5_5_0/ccsv5/tools/compiler/gcc-arm-none-eabi-4_7-2012q4/arm-none-eabi/include" -g -gstrict-dwarf -Wall -specs="rdimon.specs" -MMD -MP -MF"startup_ARMCA15.d" -MT"startup_ARMCA15.d" -o"startup_ARMCA15.o"  "../startup_ARMCA15.S"
    'Finished building: ../startup_ARMCA15.S'
    ' '
    'Building target: AM572_test.out'
    'Invoking: GNU Linker'
    "C:/CCSv5_5_0/ccsv5/tools/compiler/gcc-arm-none-eabi-4_7-2012q4/bin/arm-none-eabi-gcc.exe" -mfloat-abi=hard -g -gstrict-dwarf -Wall -specs="rdimon.specs" -Wl,-Map,"AM572_test.map" -Wl,--gc-sections -Wl,--defsym,STACKSIZE=0x1C000 -Wl,--defsym,HEAPSIZE=0x400 -o"AM572_test.out" "./startup_ARMCA15.o" "./main.o" -Wl,-T"../AM572x.lds"  -Wl,--start-group -lgcc -lc -lrdimon -Wl,--end-group 
    'Finished building target: AM572_test.out'
    ' '
    
    **** Build Finished ****
    

    Please give this a try and see if this works for you.

    Regards,

    Rafael

  • Hi,

    Tried removing the "nostartfiles" options from linker flags,but with no success.

    I'm observing now even second attempt build on the same directory also getting failed, if I remove "nostartfiles" options from linker flags.

    What could be the reason that a clean build fails but second build attempt on the same directory succeed?

    By the way,I'm using CCS v6.1.

    Attaching the cmake file,assembly file for memcpy function, compilation log for failure and success builds [second attempt build on same directory] with & without "nostartfiles" option included.

    second_build_success_with no_startfiles_option_included.txt
    ===============================================================================
    
    CMake toolchain from source:
    	C:\mFAS_Code\dev_branch\development_branch\scratch\del\application_lvds
    At:
    	C:\mFAS_Code\dev_branch\development_branch\scratch\del\1_build\application_lvds_tda2xx_ti_a15_r
    
    ===============================================================================
    
    Folder: application_lvds
    Folder: common_packages
    Module: astl
    Module: camera
    Module: camera_types
    Folder: common
    Module: cpu
    Module: dbg
    Module: dlog
    Module: dma
    Module: fnt
    Module: hwtmr
    Module: img
    Module: mem
    Module: memmgr
    Module: mon
    Module: mtd
    Module: osw
    Module: sys
    Module: typs
    Module: utf
    Module: vtg
    Module: icamera_dal
    Module: lalgebra
    Module: mathlib_wrapper
    Module: nanopb_valeo
    Folder: fw_lvds
    Folder: video_lvds
    Module: lbr
    Folder: satcam_lvds
    Module: camm
    Folder: fw_common
    Folder: algorithm
    Module: algc
    Folder: basic
    Module: cmd
    Module: dbm
    Module: dsi
    Module: ipg
    Module: lpc
    Module: lwt
    Module: pin
    Module: stat
    Module: utl
    Folder: video
    Module: bmp
    Module: camera_dal
    Module: lut
    Module: p2_ovl
    Module: vip
    Module: vop
    Module: vpm
    Module: vfs
    Module: iwdgt
    Module: vsrv
    Module: ivsrv
    Module: ivclnt
    Module: rtp
    Folder: fw_application
    Folder: algorithm_p1
    Folder: algorithm_app
    Module: algcfglistener
    Module: algfactory
    Module: demoalg
    Folder: basic_p1
    Module: app_params
    Module: conr
    Module: dlogmon
    Module: p1cmd
    Folder: video_p1
    Module: p1_ovl
    Module: wdgt
    Folder: nvm_p1
    Module: nfsh
    Module: Eep_38_24LC64
    Module: Ea
    Module: fshm
    Module: fshmw
    Module: nvm
    Module: nvm_dal
    Folder: hostcom_p1
    Module: hgw
    Module: ipcmfas
    Module: app_vspimfas
    Folder: wdg_p1
    Module: iwdg
    Module: wdgclient
    Module: wdgmonitor
    Module: wdgserver
    Module: wdgrptr
    Folder: errrptr_p1
    Module: ierrrptr
    Module: errrptr
    Module: a15
    -- Configuring done
    -- Generating done
    CMake Warning:
      Manually-specified variables were not used by the project:
    
        CMAKE_TOOLCHAIN_FILE
    
    
    -- Build files have been written to: C:/mFAS_Code/dev_branch/development_branch/scratch/del/1_build/application_lvds_tda2xx_ti_a15_r
    
    ===============================================================================
    
    Building:
    	C:\mFAS_Code\dev_branch\development_branch\scratch\del\1_build\application_lvds_tda2xx_ti_a15_r
    
    ===============================================================================
    
    
    jom 1.0.14 - empower your cores
    
    [  2%] Built target astl_tda2xx_ti_a15_r
    [  3%] Built target camera_tda2xx_ti_a15_r
    [  4%] Built target camera_types_intrinsics
    [  4%] Built target camera_types_extrinsics
    [  5%] Built target cpu_tda2xx_ti_a15_r
    [  5%] Built target dbg_tda2xx_ti_a15_r
    [  5%] Built target dlog_tda2xx_ti_a15_r
    [  7%] Built target dma_tda2xx_ti_a15_r
    [  7%] Built target fnt_tda2xx_ti_a15_r
    [  8%] Built target hwtmr_tda2xx_ti_a15_r
    [ 10%] Built target img_tda2xx_ti_a15_r
    [ 11%] Built target mem_tda2xx_ti_a15_r
    [ 12%] Built target memmgr_tda2xx_ti_a15_r
    [ 14%] Built target mon_tda2xx_ti_a15_r
    [ 16%] Built target mtd_tda2xx_ti_a15_r
    [ 27%] Built target osw_tda2xx_ti_a15_r
    [ 28%] Built target sys_tda2xx_ti_a15_r
    [ 28%] Built target typs_tda2xx_ti_a15_r
    [ 28%] Built target utf_tda2xx_ti_a15_r
    [ 34%] Built target vtg_tda2xx_ti_a15_r
    [ 34%] Built target icamera_dal_tda2xx_ti_a15_r
    [ 35%] Built target lalgebra_tda2xx_ti_a15_r
    [ 35%] Built target mathlib_wrapper_tda2xx_ti_a15_r
    [ 36%] Built target nanopb_valeo_tda2xx_ti_a15_r
    [ 38%] Built target lbr_tda2xx_ti_a15_r
    [ 38%] Built target camm_tda2xx_ti_a15_r
    [ 39%] Built target algc_tda2xx_ti_a15_r
    [ 40%] Built target cmd_tda2xx_ti_a15_r
    [ 41%] Built target dbm_tda2xx_ti_a15_r
    [ 41%] Built target dsi_tda2xx_ti_a15_r
    [ 41%] Built target ipg_tda2xx_ti_a15_r
    [ 44%] Built target lpc_tda2xx_ti_a15_r
    [ 46%] Built target lwt_tda2xx_ti_a15_r
    [ 46%] Built target pin_tda2xx_ti_a15_r
    [ 47%] Built target stat_tda2xx_ti_a15_r
    [ 49%] Built target utl_tda2xx_ti_a15_r
    [ 49%] Built target bmp_tda2xx_ti_a15_r
    [ 50%] Built target camera_dal_tda2xx_ti_a15_r
    [ 51%] Built target lut_tda2xx_ti_a15_r
    [ 52%] Built target p2_ovl_tda2xx_ti_a15_r
    [ 52%] Built target vip_tda2xx_ti_a15_r
    [ 53%] Built target vop_tda2xx_ti_a15_r
    [ 53%] Built target vpm_tda2xx_ti_a15_r
    [ 54%] Built target vfs_tda2xx_ti_a15_r
    Scanning dependencies of target iwdgt_tda2xx_ti_a15_r
    [ 54%] Building CXX object fw_common/video/iwdgt/CMakeFiles/iwdgt_tda2xx_ti_a15_r.dir/CMakeFiles/CMakeTmp/iwdgt_temp.obj
    [ 54%] Built target iwdgt_tda2xx_ti_a15_r
    Scanning dependencies of target ivsrv_tda2xx_ti_a15_r
    [ 54%] Building CXX object fw_common/video/ivsrv/CMakeFiles/ivsrv_tda2xx_ti_a15_r.dir/CMakeFiles/CMakeTmp/ivsrv_temp.obj
    [ 54%] Built target ivsrv_tda2xx_ti_a15_r
    Scanning dependencies of target ivclnt_tda2xx_ti_a15_r
    [ 55%] Building CXX object fw_common/video/ivclnt/CMakeFiles/ivclnt_tda2xx_ti_a15_r.dir/CMakeFiles/CMakeTmp/ivclnt_temp.obj
    [ 55%] Built target ivclnt_tda2xx_ti_a15_r
    [ 56%] Built target rtp_tda2xx_ti_a15_r
    [ 57%] Built target algcfglistener_tda2xx_ti_a15_r
    [ 57%] Built target algfactory_tda2xx_ti_a15_r
    [ 58%] Built target demoalg_tda2xx_ti_a15_r
    [ 60%] Built target app_params_tda2xx_ti_a15_r
    [ 60%] Built target conr_tda2xx_ti_a15_r
    [ 60%] Built target dlogmon_tda2xx_ti_a15_r
    [ 60%] Built target p1cmd_tda2xx_ti_a15_r
    [ 66%] Built target p1_ovl_tda2xx_ti_a15_r
    [ 67%] Built target wdgt_tda2xx_ti_a15_r
    [ 71%] Built target nfsh_tda2xx_ti_a15_r
    [ 72%] Built target Eep_38_24LC64_tda2xx_ti_a15_r
    [ 72%] Built target Ea_tda2xx_ti_a15_r
    [ 75%] Built target fshm_tda2xx_ti_a15_r
    [ 75%] Built target fshmw_tda2xx_ti_a15_r
    [ 76%] Built target nvm_tda2xx_ti_a15_r
    [ 78%] Built target nvm_dal_tda2xx_ti_a15_r
    [ 78%] Built target hgw_tda2xx_ti_a15_r
    [ 90%] Built target ipcmfas_tda2xx_ti_a15_r
    [ 90%] Built target app_vspimfas_tda2xx_ti_a15_r
    [ 91%] Built target iwdg_tda2xx_ti_a15_r
    [ 92%] Built target wdgclient_tda2xx_ti_a15_r
    [ 92%] Built target wdgmonitor_tda2xx_ti_a15_r
    [ 92%] Built target wdgserver_tda2xx_ti_a15_r
    [ 93%] Built target wdgrptr_tda2xx_ti_a15_r
    [ 93%] Built target ierrrptr_tda2xx_ti_a15_r
    [ 94%] Built target errrptr_tda2xx_ti_a15_r
    [ 94%] Built target a15_rtsc_platform_copy
    [ 94%] Built target camera_types_tda2xx_ti_a15_r
    [ 94%] Built target a15_rtsc_memorymap
    [ 95%] Built target a15_rtsc_platform
    [ 96%] Built target a15_xdc_config
    [ 97%] Building CXX object a15/CMakeFiles/a15_tda2xx_ti_a15_r.dir/source/arch/tda2xx_ti_a15/dbmrecord.obj
    [ 97%] Building CXX object a15/CMakeFiles/a15_tda2xx_ti_a15_r.dir/source/arch/tda2xx_ti_a15/dbmbaserecordmanager_core.obj
    [ 97%] Building CXX object a15/CMakeFiles/a15_tda2xx_ti_a15_r.dir/source/arch/tda2xx_ti_a15/voplvdsout.obj
    [ 97%] Building CXX object a15/CMakeFiles/a15_tda2xx_ti_a15_r.dir/source/arch/tda2xx_ti_a15/renalgdebugimagemgr.obj
    [ 98%] Building CXX object a15/CMakeFiles/a15_tda2xx_ti_a15_r.dir/source/appmain.obj
    [ 98%] Building CXX object a15/CMakeFiles/a15_tda2xx_ti_a15_r.dir/source/arch/tda2xx_ti_a15/algwrapper.obj
    [ 99%] Building CXX object a15/CMakeFiles/a15_tda2xx_ti_a15_r.dir/source/a15logsink.obj
    [ 99%] Building ASM object a15/CMakeFiles/a15_tda2xx_ti_a15_r.dir/source/arch/tda2xx_ti_a15/memcpy_nw.s.obj
    [ 99%] Building CXX object a15/CMakeFiles/a15_tda2xx_ti_a15_r.dir/source/Ipcthread.obj
    [ 99%] Building CXX object a15/CMakeFiles/a15_tda2xx_ti_a15_r.dir/source/appthreads.obj
    [ 99%] Building CXX object a15/CMakeFiles/a15_tda2xx_ti_a15_r.dir/source/ipgmenu.obj
    [ 99%] Building CXX object a15/CMakeFiles/a15_tda2xx_ti_a15_r.dir/source/voplvdsoutcommandmanager.obj
    [100%] Building CXX object a15/CMakeFiles/a15_tda2xx_ti_a15_r.dir/source/validateinfolistner.obj
    [100%] Building CXX object a15/CMakeFiles/a15_tda2xx_ti_a15_r.dir/source/telnetthread.obj
    In file included from C:\ti\ndk_2_24_00_11_arm_5.0.8\packages/ti/ndk/inc/nettools/nettools.h:78:0,
                     from C:\ti\ndk_2_24_00_11_arm_5.0.8\packages/ti/ndk/inc/_nettool.h:39,
                     from C:\ti\ndk_2_24_00_11_arm_5.0.8\packages/ti/ndk/inc/netmain.h:40,
                     from C:\mFAS_Code\dev_branch\development_branch\scratch\del\application_lvds\a15\source\telnetthread.h:38,
                     from C:\mFAS_Code\dev_branch\development_branch\scratch\del\application_lvds\a15\source\telnetthread.cpp:53:
    C:\ti\ndk_2_24_00_11_arm_5.0.8\packages/ti/ndk/inc/nettools/inc/dnsif.h:50:0: warning: "OVERFLOW" redefined [enabled by default]
    In file included from C:\mFAS_Code\dev_branch\development_branch\scratch\del\application_lvds\a15\source\telnetthread.cpp:51:0:
    c:\ti\ccsv5\tools\compiler\gcc-arm-none-eabi-4_7-2013q3\bin\../lib/gcc/arm-none-eabi/4.7.4/../../../../arm-none-eabi/include/math.h:517:0: note: this is the location of the previous definition
    In file included from C:\ti\ndk_2_24_00_11_arm_5.0.8\packages/ti/ndk/inc/nettools/nettools.h:78:0,
                     from C:\ti\ndk_2_24_00_11_arm_5.0.8\packages/ti/ndk/inc/_nettool.h:39,
                     from C:\ti\ndk_2_24_00_11_arm_5.0.8\packages/ti/ndk/inc/netmain.h:40,
                     from C:\mFAS_Code\dev_branch\development_branch\scratch\del\2_install\application_lvds_tda2xx_ti_a15_r\rtp/vrtp.h:35,
                     from C:\mFAS_Code\dev_branch\development_branch\scratch\del\2_install\application_lvds_tda2xx_ti_a15_r\rtp/rtp_yuyv_mux.h:5,
                     from C:\mFAS_Code\dev_branch\development_branch\scratch\del\2_install\application_lvds_tda2xx_ti_a15_r\rtp/rtp_yuyv_thread.h:13,
                     from C:\mFAS_Code\dev_branch\development_branch\scratch\del\2_install\application_lvds_tda2xx_ti_a15_r\rtp/rawYUYVServer.h:37,
                     from C:\mFAS_Code\dev_branch\development_branch\scratch\del\application_lvds\a15\source/appthreads.h:44,
                     from C:\mFAS_Code\dev_branch\development_branch\scratch\del\application_lvds\a15\source\appmain.cpp:59:
    C:\ti\ndk_2_24_00_11_arm_5.0.8\packages/ti/ndk/inc/nettools/inc/dnsif.h:50:0: warning: "OVERFLOW" redefined [enabled by default]
    In file included from C:\mFAS_Code\dev_branch\development_branch\scratch\del\2_install\application_lvds_tda2xx_ti_a15_r\typs/vector.h:35:0,
                     from C:\mFAS_Code\dev_branch\development_branch\scratch\del\2_install\application_lvds_tda2xx_ti_a15_r\typs/rect.h:35,
                     from C:\mFAS_Code\dev_branch\development_branch\scratch\del\2_install\application_lvds_tda2xx_ti_a15_r\img/splane.h:36,
                     from C:\mFAS_Code\dev_branch\development_branch\scratch\del\2_install\application_lvds_tda2xx_ti_a15_r\img/image.h:38,
                     from C:\mFAS_Code\dev_branch\development_branch\scratch\del\2_install\application_lvds_tda2xx_ti_a15_r\img/simage_mtd_desc.h:34,
                     from C:\mFAS_Code\dev_branch\development_branch\scratch\del\2_install\application_lvds_tda2xx_ti_a15_r\img/image_mtd_array.h:37,
                     from C:\mFAS_Code\dev_branch\development_branch\scratch\del\2_install\application_lvds_tda2xx_ti_a15_r\vip/vipiclient.h:31,
                     from C:\mFAS_Code\dev_branch\development_branch\scratch\del\2_install\application_lvds_tda2xx_ti_a15_r\algc/algcontroller.h:30,
                     from C:\mFAS_Code\dev_branch\development_branch\scratch\del\2_install\application_lvds_tda2xx_ti_a15_r\algc/ialgfactory.h:31,
                     from C:\mFAS_Code\dev_branch\development_branch\scratch\del\application_lvds\a15\source/appthreads.h:38,
                     from C:\mFAS_Code\dev_branch\development_branch\scratch\del\application_lvds\a15\source\appmain.cpp:59:
    c:\ti\ccsv5\tools\compiler\gcc-arm-none-eabi-4_7-2013q3\bin\../lib/gcc/arm-none-eabi/4.7.4/../../../../arm-none-eabi/include/math.h:517:0: note: this is the location of the previous definition
    In file included from C:\mFAS_Code\dev_branch\development_branch\scratch\del\2_install\application_lvds_tda2xx_ti_a15_r\rtp/rtp_yuyv_thread.h:13:0,
                     from C:\mFAS_Code\dev_branch\development_branch\scratch\del\2_install\application_lvds_tda2xx_ti_a15_r\rtp/rawYUYVServer.h:37,
                     from C:\mFAS_Code\dev_branch\development_branch\scratch\del\application_lvds\a15\source/appthreads.h:44,
                     from C:\mFAS_Code\dev_branch\development_branch\scratch\del\application_lvds\a15\source\appmain.cpp:59:
    C:\mFAS_Code\dev_branch\development_branch\scratch\del\2_install\application_lvds_tda2xx_ti_a15_r\rtp/rtp_yuyv_mux.h:53:16: warning: non-static data member initializers only available with -std=c++11 or -std=gnu++11 [enabled by default]
    C:\mFAS_Code\dev_branch\development_branch\scratch\del\2_install\application_lvds_tda2xx_ti_a15_r\rtp/rtp_yuyv_mux.h:54:16: warning: non-static data member initializers only available with -std=c++11 or -std=gnu++11 [enabled by default]
    In file included from C:\mFAS_Code\dev_branch\development_branch\scratch\del\2_install\application_lvds_tda2xx_ti_a15_r\rtp/rtp_yuyv_thread.h:13:0,
                     from C:\mFAS_Code\dev_branch\development_branch\scratch\del\2_install\application_lvds_tda2xx_ti_a15_r\rtp/rawYUYVServer.h:37,
                     from C:\mFAS_Code\dev_branch\development_branch\scratch\del\application_lvds\a15\source\appthreads.h:44,
                     from C:\mFAS_Code\dev_branch\development_branch\scratch\del\application_lvds\a15\source\appthreads.cpp:100:
    C:\mFAS_Code\dev_branch\development_branch\scratch\del\2_install\application_lvds_tda2xx_ti_a15_r\rtp/rtp_yuyv_mux.h:53:16: warning: non-static data member initializers only available with -std=c++11 or -std=gnu++11 [enabled by default]
    C:\mFAS_Code\dev_branch\development_branch\scratch\del\2_install\application_lvds_tda2xx_ti_a15_r\rtp/rtp_yuyv_mux.h:54:16: warning: non-static data member initializers only available with -std=c++11 or -std=gnu++11 [enabled by default]
    [100%] Linking CXX executable C:\mFAS_Code\dev_branch\development_branch\scratch\del\2_install\images\a15_tda2xx_ti_a15_r.out
    Using built-in specs.
    COLLECT_GCC=C:/ti/ccsv5/tools/compiler/gcc-arm-none-eabi-4_7-2013q3/bin/arm-none-eabi-gcc.exe
    COLLECT_LTO_WRAPPER=c:/ti/ccsv5/tools/compiler/gcc-arm-none-eabi-4_7-2013q3/bin/../lib/gcc/arm-none-eabi/4.7.4/lto-wrapper.exe
    Target: arm-none-eabi
    Configured with: /home/build/work/GCC-4-7-build/src/gcc/configure --build=i686-linux-gnu --host=i586-mingw32 --target=arm-none-eabi --prefix=/home/build/work/GCC-4-7-build/install-mingw --libexecdir=/home/build/work/GCC-4-7-build/install-mingw/lib --infodir=/home/build/work/GCC-4-7-build/install-mingw/share/doc/gcc-arm-none-eabi/info --mandir=/home/build/work/GCC-4-7-build/install-mingw/share/doc/gcc-arm-none-eabi/man --htmldir=/home/build/work/GCC-4-7-build/install-mingw/share/doc/gcc-arm-none-eabi/html --pdfdir=/home/build/work/GCC-4-7-build/install-mingw/share/doc/gcc-arm-none-eabi/pdf --enable-languages=c,c++ --disable-decimal-float --disable-libffi --disable-libgomp --disable-libmudflap --disable-libquadmath --disable-libssp --disable-libstdcxx-pch --disable-nls --disable-shared --disable-threads --disable-tls --with-gnu-as --with-gnu-ld --with-headers=yes --with-newlib --with-python-dir=share/gcc-arm-none-eabi --with-sysroot=/home/build/work/GCC-4-7-build/install-mingw/arm-none-eabi --with-libiconv-prefix=/home/build/work/GCC-4-7-build/build-mingw/host-libs/usr --with-gmp=/home/build/work/GCC-4-7-build/build-mingw/host-libs/usr --with-mpfr=/home/build/work/GCC-4-7-build/build-mingw/host-libs/usr --with-mpc=/home/build/work/GCC-4-7-build/build-mingw/host-libs/usr --with-ppl=/home/build/work/GCC-4-7-build/build-mingw/host-libs/usr --with-cloog=/home/build/work/GCC-4-7-build/build-mingw/host-libs/usr --with-libelf=/home/build/work/GCC-4-7-build/build-mingw/host-libs/usr --with-host-libstdcxx='-static-libgcc -Wl,-Bstatic,-lstdc++,-Bdynamic -lm' --with-pkgversion='GNU Tools for ARM Embedded Processors' --with-multilib-list=armv6-m,armv7-m,armv7e-m,armv7-r
    Thread model: single
    gcc version 4.7.4 20130913 (release) [ARM/embedded-4_7-branch revision 202601] (GNU Tools for ARM Embedded Processors) 
    COMPILER_PATH=c:/ti/ccsv5/tools/compiler/gcc-arm-none-eabi-4_7-2013q3/bin/../lib/gcc/arm-none-eabi/4.7.4/;c:/ti/ccsv5/tools/compiler/gcc-arm-none-eabi-4_7-2013q3/bin/../lib/gcc/;c:/ti/ccsv5/tools/compiler/gcc-arm-none-eabi-4_7-2013q3/bin/../lib/gcc/arm-none-eabi/4.7.4/../../../../arm-none-eabi/bin/
    LIBRARY_PATH=c:/ti/ccsv5/tools/compiler/gcc-arm-none-eabi-4_7-2013q3/bin/../lib/gcc/arm-none-eabi/4.7.4/fpu/;c:/ti/ccsv5/tools/compiler/gcc-arm-none-eabi-4_7-2013q3/bin/../lib/gcc/arm-none-eabi/4.7.4/../../../../arm-none-eabi/lib/fpu/;c:/ti/ccsv5/tools/compiler/gcc-arm-none-eabi-4_7-2013q3/bin/../arm-none-eabi/lib/fpu/;c:/ti/ccsv5/tools/compiler/gcc-arm-none-eabi-4_7-2013q3/bin/../lib/gcc/arm-none-eabi/4.7.4/;c:/ti/ccsv5/tools/compiler/gcc-arm-none-eabi-4_7-2013q3/bin/../lib/gcc/;c:/ti/ccsv5/tools/compiler/gcc-arm-none-eabi-4_7-2013q3/bin/../lib/gcc/arm-none-eabi/4.7.4/../../../../arm-none-eabi/lib/;c:/ti/ccsv5/tools/compiler/gcc-arm-none-eabi-4_7-2013q3/bin/../arm-none-eabi/lib/
    COLLECT_GCC_OPTIONS='-mfloat-abi=hard' '-fno-exceptions' '-g' '-Wall' '-v' '-nostartfiles' '-LC:\ti\xdctools_3_30_06_67_core\packages\gnu\targets\arm\libs\install-native\arm-none-eabi\lib\fpu' '-o' 'C:\mFAS_Code\dev_branch\development_branch\scratch\del\2_install\images\a15_tda2xx_ti_a15_r.out'
     c:/ti/ccsv5/tools/compiler/gcc-arm-none-eabi-4_7-2013q3/bin/../lib/gcc/arm-none-eabi/4.7.4/collect2.exe --sysroot=c:\ti\ccsv5\tools\compiler\gcc-arm-none-eabi-4_7-2013q3\bin\../arm-none-eabi -X -o C:\mFAS_Code\dev_branch\development_branch\scratch\del\2_install\images\a15_tda2xx_ti_a15_r.out -LC:\ti\xdctools_3_30_06_67_core\packages\gnu\targets\arm\libs\install-native\arm-none-eabi\lib\fpu -Lc:/ti/ccsv5/tools/compiler/gcc-arm-none-eabi-4_7-2013q3/bin/../lib/gcc/arm-none-eabi/4.7.4/fpu -Lc:/ti/ccsv5/tools/compiler/gcc-arm-none-eabi-4_7-2013q3/bin/../lib/gcc/arm-none-eabi/4.7.4/../../../../arm-none-eabi/lib/fpu -Lc:/ti/ccsv5/tools/compiler/gcc-arm-none-eabi-4_7-2013q3/bin/../arm-none-eabi/lib/fpu -Lc:/ti/ccsv5/tools/compiler/gcc-arm-none-eabi-4_7-2013q3/bin/../lib/gcc/arm-none-eabi/4.7.4 -Lc:/ti/ccsv5/tools/compiler/gcc-arm-none-eabi-4_7-2013q3/bin/../lib/gcc -Lc:/ti/ccsv5/tools/compiler/gcc-arm-none-eabi-4_7-2013q3/bin/../lib/gcc/arm-none-eabi/4.7.4/../../../../arm-none-eabi/lib -Lc:/ti/ccsv5/tools/compiler/gcc-arm-none-eabi-4_7-2013q3/bin/../arm-none-eabi/lib @C:\Users\spichuma\AppData\Local\Temp\ccxH3yb3 --start-group -lgcc -lg -lc --end-group
    
    ===============================================================================
    =
    = Generating binary for a15_tda2xx_ti_a15_r
    =
    ===============================================================================
    Parsing the input object file, C:\mFAS_Code\dev_branch\development_branch\scratch\del\2_install\application_lvds_tda2xx_ti_a15_r/../images/a15_tda2xx_ti_a15_r.out.
    RPRC conversion complete!
    INI File Parsed Successfully
    compression complete!
    Conversion is successfull and bin file created
    [100%] Built target a15_tda2xx_ti_a15_r
    
    ===============================================================================
    
    Build OK: -s application_lvds -t a15 -r
    
    ===============================================================================
    
    
    ===============================================================================
    
    build.py report:
      Start time: 2017-03-01 12:11:24.605000
      End time:   2017-03-01 12:11:51.365000
      Total time: 0:00:26.760000
    
    
    Build OK: -s application_lvds -t a15 -r
      Start time: 2017-03-01 12:11:24.642000
      End time:   2017-03-01 12:11:51.365000
      Total time: 0:00:26.723000
    
    ===============================================================================
    
    
    log_no_startfiles_second_build.txt
    ===============================================================================
    
    CMake toolchain from source:
    	C:\mFAS_Code\dev_branch\development_branch\scratch\del\application_lvds
    At:
    	C:\mFAS_Code\dev_branch\development_branch\scratch\del\1_build\application_lvds_tda2xx_ti_a15_r
    
    ===============================================================================
    
    Folder: application_lvds
    Folder: common_packages
    Module: astl
    Module: camera
    Module: camera_types
    Folder: common
    Module: cpu
    Module: dbg
    Module: dlog
    Module: dma
    Module: fnt
    Module: hwtmr
    Module: img
    Module: mem
    Module: memmgr
    Module: mon
    Module: mtd
    Module: osw
    Module: sys
    Module: typs
    Module: utf
    Module: vtg
    Module: icamera_dal
    Module: lalgebra
    Module: mathlib_wrapper
    Module: nanopb_valeo
    Folder: fw_lvds
    Folder: video_lvds
    Module: lbr
    Folder: satcam_lvds
    Module: camm
    Folder: fw_common
    Folder: algorithm
    Module: algc
    Folder: basic
    Module: cmd
    Module: dbm
    Module: dsi
    Module: ipg
    Module: lpc
    Module: lwt
    Module: pin
    Module: stat
    Module: utl
    Folder: video
    Module: bmp
    Module: camera_dal
    Module: lut
    Module: p2_ovl
    Module: vip
    Module: vop
    Module: vpm
    Module: vfs
    Module: iwdgt
    Module: vsrv
    Module: ivsrv
    Module: ivclnt
    Module: rtp
    Folder: fw_application
    Folder: algorithm_p1
    Folder: algorithm_app
    Module: algcfglistener
    Module: algfactory
    Module: demoalg
    Folder: basic_p1
    Module: app_params
    Module: conr
    Module: dlogmon
    Module: p1cmd
    Folder: video_p1
    Module: p1_ovl
    Module: wdgt
    Folder: nvm_p1
    Module: nfsh
    Module: Eep_38_24LC64
    Module: Ea
    Module: fshm
    Module: fshmw
    Module: nvm
    Module: nvm_dal
    Folder: hostcom_p1
    Module: hgw
    Module: ipcmfas
    Module: app_vspimfas
    Folder: wdg_p1
    Module: iwdg
    Module: wdgclient
    Module: wdgmonitor
    Module: wdgserver
    Module: wdgrptr
    Folder: errrptr_p1
    Module: ierrrptr
    Module: errrptr
    Module: a15
    -- Configuring done
    -- Generating done
    -- Build files have been written to: C:/mFAS_Code/dev_branch/development_branch/scratch/del/1_build/application_lvds_tda2xx_ti_a15_r
    
    ===============================================================================
    
    Building:
    	C:\mFAS_Code\dev_branch\development_branch\scratch\del\1_build\application_lvds_tda2xx_ti_a15_r
    
    ===============================================================================
    
    
    jom 1.0.14 - empower your cores
    
    [  2%] Built target astl_tda2xx_ti_a15_r
    [  3%] Built target camera_tda2xx_ti_a15_r
    [  3%] Built target camera_types_extrinsics
    [  4%] Built target camera_types_intrinsics
    [  5%] Built target cpu_tda2xx_ti_a15_r
    [  5%] Built target dbg_tda2xx_ti_a15_r
    [  5%] Built target dlog_tda2xx_ti_a15_r
    [  7%] Built target dma_tda2xx_ti_a15_r
    [  7%] Built target fnt_tda2xx_ti_a15_r
    [  8%] Built target hwtmr_tda2xx_ti_a15_r
    [ 10%] Built target img_tda2xx_ti_a15_r
    [ 11%] Built target mem_tda2xx_ti_a15_r
    [ 12%] Built target memmgr_tda2xx_ti_a15_r
    [ 14%] Built target mon_tda2xx_ti_a15_r
    [ 16%] Built target mtd_tda2xx_ti_a15_r
    [ 27%] Built target osw_tda2xx_ti_a15_r
    [ 28%] Built target sys_tda2xx_ti_a15_r
    [ 28%] Built target typs_tda2xx_ti_a15_r
    [ 28%] Built target utf_tda2xx_ti_a15_r
    [ 34%] Built target vtg_tda2xx_ti_a15_r
    [ 34%] Built target icamera_dal_tda2xx_ti_a15_r
    [ 35%] Built target lalgebra_tda2xx_ti_a15_r
    [ 35%] Built target mathlib_wrapper_tda2xx_ti_a15_r
    [ 36%] Built target nanopb_valeo_tda2xx_ti_a15_r
    [ 38%] Built target lbr_tda2xx_ti_a15_r
    [ 38%] Built target camm_tda2xx_ti_a15_r
    [ 39%] Built target algc_tda2xx_ti_a15_r
    [ 40%] Built target cmd_tda2xx_ti_a15_r
    [ 41%] Built target dbm_tda2xx_ti_a15_r
    [ 41%] Built target dsi_tda2xx_ti_a15_r
    [ 41%] Built target ipg_tda2xx_ti_a15_r
    [ 44%] Built target lpc_tda2xx_ti_a15_r
    [ 46%] Built target lwt_tda2xx_ti_a15_r
    [ 46%] Built target pin_tda2xx_ti_a15_r
    [ 47%] Built target stat_tda2xx_ti_a15_r
    [ 49%] Built target utl_tda2xx_ti_a15_r
    [ 49%] Built target bmp_tda2xx_ti_a15_r
    [ 50%] Built target camera_dal_tda2xx_ti_a15_r
    [ 51%] Built target lut_tda2xx_ti_a15_r
    [ 52%] Built target p2_ovl_tda2xx_ti_a15_r
    [ 52%] Built target vip_tda2xx_ti_a15_r
    [ 53%] Built target vop_tda2xx_ti_a15_r
    [ 53%] Built target vpm_tda2xx_ti_a15_r
    [ 54%] Built target vfs_tda2xx_ti_a15_r
    Scanning dependencies of target iwdgt_tda2xx_ti_a15_r
    [ 54%] Building CXX object fw_common/video/iwdgt/CMakeFiles/iwdgt_tda2xx_ti_a15_r.dir/CMakeFiles/CMakeTmp/iwdgt_temp.obj
    [ 54%] Built target iwdgt_tda2xx_ti_a15_r
    [ 54%] Built target vsrv_tda2xx_ti_a15_r
    Scanning dependencies of target ivsrv_tda2xx_ti_a15_r
    [ 54%] Building CXX object fw_common/video/ivsrv/CMakeFiles/ivsrv_tda2xx_ti_a15_r.dir/CMakeFiles/CMakeTmp/ivsrv_temp.obj
    [ 54%] Built target ivsrv_tda2xx_ti_a15_r
    Scanning dependencies of target ivclnt_tda2xx_ti_a15_r
    [ 55%] Building CXX object fw_common/video/ivclnt/CMakeFiles/ivclnt_tda2xx_ti_a15_r.dir/CMakeFiles/CMakeTmp/ivclnt_temp.obj
    [ 55%] Built target ivclnt_tda2xx_ti_a15_r
    [ 56%] Built target rtp_tda2xx_ti_a15_r
    [ 57%] Built target algcfglistener_tda2xx_ti_a15_r
    [ 57%] Built target algfactory_tda2xx_ti_a15_r
    [ 58%] Built target demoalg_tda2xx_ti_a15_r
    [ 60%] Built target app_params_tda2xx_ti_a15_r
    [ 60%] Built target conr_tda2xx_ti_a15_r
    [ 60%] Built target dlogmon_tda2xx_ti_a15_r
    [ 60%] Built target p1cmd_tda2xx_ti_a15_r
    [ 66%] Built target p1_ovl_tda2xx_ti_a15_r
    [ 67%] Built target wdgt_tda2xx_ti_a15_r
    [ 71%] Built target nfsh_tda2xx_ti_a15_r
    [ 72%] Built target Eep_38_24LC64_tda2xx_ti_a15_r
    [ 72%] Built target Ea_tda2xx_ti_a15_r
    [ 75%] Built target fshm_tda2xx_ti_a15_r
    [ 75%] Built target fshmw_tda2xx_ti_a15_r
    [ 76%] Built target nvm_tda2xx_ti_a15_r
    [ 78%] Built target nvm_dal_tda2xx_ti_a15_r
    [ 78%] Built target hgw_tda2xx_ti_a15_r
    [ 90%] Built target ipcmfas_tda2xx_ti_a15_r
    [ 90%] Built target app_vspimfas_tda2xx_ti_a15_r
    [ 91%] Built target iwdg_tda2xx_ti_a15_r
    [ 92%] Built target wdgclient_tda2xx_ti_a15_r
    [ 92%] Built target wdgmonitor_tda2xx_ti_a15_r
    [ 92%] Built target wdgserver_tda2xx_ti_a15_r
    [ 93%] Built target wdgrptr_tda2xx_ti_a15_r
    [ 93%] Built target ierrrptr_tda2xx_ti_a15_r
    [ 94%] Built target errrptr_tda2xx_ti_a15_r
    [ 94%] Built target a15_rtsc_platform_copy
    [ 94%] Built target camera_types_tda2xx_ti_a15_r
    [ 94%] Built target a15_rtsc_memorymap
    [ 95%] Built target a15_rtsc_platform
    [ 96%] Built target a15_xdc_config
    [ 97%] Building CXX object a15/CMakeFiles/a15_tda2xx_ti_a15_r.dir/source/arch/tda2xx_ti_a15/dbmrecord.obj
    [ 98%] Building CXX object a15/CMakeFiles/a15_tda2xx_ti_a15_r.dir/source/arch/tda2xx_ti_a15/renalgdebugimagemgr.obj
    [ 98%] Building CXX object a15/CMakeFiles/a15_tda2xx_ti_a15_r.dir/source/arch/tda2xx_ti_a15/dbmbaserecordmanager_core.obj
    [ 98%] Building CXX object a15/CMakeFiles/a15_tda2xx_ti_a15_r.dir/source/arch/tda2xx_ti_a15/algwrapper.obj
    [ 98%] Building ASM object a15/CMakeFiles/a15_tda2xx_ti_a15_r.dir/source/arch/tda2xx_ti_a15/memcpy_nw.s.obj
    [ 98%] Building CXX object a15/CMakeFiles/a15_tda2xx_ti_a15_r.dir/source/arch/tda2xx_ti_a15/voplvdsout.obj
    [ 99%] Building CXX object a15/CMakeFiles/a15_tda2xx_ti_a15_r.dir/source/appmain.obj
    [ 99%] Building CXX object a15/CMakeFiles/a15_tda2xx_ti_a15_r.dir/source/Ipcthread.obj
    [ 99%] Building CXX object a15/CMakeFiles/a15_tda2xx_ti_a15_r.dir/source/appthreads.obj
    [ 99%] Building CXX object a15/CMakeFiles/a15_tda2xx_ti_a15_r.dir/source/voplvdsoutcommandmanager.obj
    [100%] Building CXX object a15/CMakeFiles/a15_tda2xx_ti_a15_r.dir/source/ipgmenu.obj
    [100%] Building CXX object a15/CMakeFiles/a15_tda2xx_ti_a15_r.dir/source/telnetthread.obj
    [100%] Building CXX object a15/CMakeFiles/a15_tda2xx_ti_a15_r.dir/source/validateinfolistner.obj
    [100%] Building CXX object a15/CMakeFiles/a15_tda2xx_ti_a15_r.dir/source/a15logsink.obj
    In file included from C:\ti\ndk_2_24_00_11_arm_5.0.8\packages/ti/ndk/inc/nettools/nettools.h:78:0,
                     from C:\ti\ndk_2_24_00_11_arm_5.0.8\packages/ti/ndk/inc/_nettool.h:39,
                     from C:\ti\ndk_2_24_00_11_arm_5.0.8\packages/ti/ndk/inc/netmain.h:40,
                     from C:\mFAS_Code\dev_branch\development_branch\scratch\del\application_lvds\a15\source\telnetthread.h:38,
                     from C:\mFAS_Code\dev_branch\development_branch\scratch\del\application_lvds\a15\source\telnetthread.cpp:53:
    C:\ti\ndk_2_24_00_11_arm_5.0.8\packages/ti/ndk/inc/nettools/inc/dnsif.h:50:0: warning: "OVERFLOW" redefined [enabled by default]
    In file included from C:\mFAS_Code\dev_branch\development_branch\scratch\del\application_lvds\a15\source\telnetthread.cpp:51:0:
    c:\ti\ccsv5\tools\compiler\gcc-arm-none-eabi-4_7-2013q3\bin\../lib/gcc/arm-none-eabi/4.7.4/../../../../arm-none-eabi/include/math.h:517:0: note: this is the location of the previous definition
    In file included from C:\ti\ndk_2_24_00_11_arm_5.0.8\packages/ti/ndk/inc/nettools/nettools.h:78:0,
                     from C:\ti\ndk_2_24_00_11_arm_5.0.8\packages/ti/ndk/inc/_nettool.h:39,
                     from C:\ti\ndk_2_24_00_11_arm_5.0.8\packages/ti/ndk/inc/netmain.h:40,
                     from C:\mFAS_Code\dev_branch\development_branch\scratch\del\2_install\application_lvds_tda2xx_ti_a15_r\rtp/vrtp.h:35,
                     from C:\mFAS_Code\dev_branch\development_branch\scratch\del\2_install\application_lvds_tda2xx_ti_a15_r\rtp/rtp_yuyv_mux.h:5,
                     from C:\mFAS_Code\dev_branch\development_branch\scratch\del\2_install\application_lvds_tda2xx_ti_a15_r\rtp/rtp_yuyv_thread.h:13,
                     from C:\mFAS_Code\dev_branch\development_branch\scratch\del\2_install\application_lvds_tda2xx_ti_a15_r\rtp/rawYUYVServer.h:37,
                     from C:\mFAS_Code\dev_branch\development_branch\scratch\del\application_lvds\a15\source/appthreads.h:44,
                     from C:\mFAS_Code\dev_branch\development_branch\scratch\del\application_lvds\a15\source\appmain.cpp:59:
    C:\ti\ndk_2_24_00_11_arm_5.0.8\packages/ti/ndk/inc/nettools/inc/dnsif.h:50:0: warning: "OVERFLOW" redefined [enabled by default]
    In file included from C:\mFAS_Code\dev_branch\development_branch\scratch\del\2_install\application_lvds_tda2xx_ti_a15_r\typs/vector.h:35:0,
                     from C:\mFAS_Code\dev_branch\development_branch\scratch\del\2_install\application_lvds_tda2xx_ti_a15_r\typs/rect.h:35,
                     from C:\mFAS_Code\dev_branch\development_branch\scratch\del\2_install\application_lvds_tda2xx_ti_a15_r\img/splane.h:36,
                     from C:\mFAS_Code\dev_branch\development_branch\scratch\del\2_install\application_lvds_tda2xx_ti_a15_r\img/image.h:38,
                     from C:\mFAS_Code\dev_branch\development_branch\scratch\del\2_install\application_lvds_tda2xx_ti_a15_r\img/simage_mtd_desc.h:34,
                     from C:\mFAS_Code\dev_branch\development_branch\scratch\del\2_install\application_lvds_tda2xx_ti_a15_r\img/image_mtd_array.h:37,
                     from C:\mFAS_Code\dev_branch\development_branch\scratch\del\2_install\application_lvds_tda2xx_ti_a15_r\vip/vipiclient.h:31,
                     from C:\mFAS_Code\dev_branch\development_branch\scratch\del\2_install\application_lvds_tda2xx_ti_a15_r\algc/algcontroller.h:30,
                     from C:\mFAS_Code\dev_branch\development_branch\scratch\del\2_install\application_lvds_tda2xx_ti_a15_r\algc/ialgfactory.h:31,
                     from C:\mFAS_Code\dev_branch\development_branch\scratch\del\application_lvds\a15\source/appthreads.h:38,
                     from C:\mFAS_Code\dev_branch\development_branch\scratch\del\application_lvds\a15\source\appmain.cpp:59:
    c:\ti\ccsv5\tools\compiler\gcc-arm-none-eabi-4_7-2013q3\bin\../lib/gcc/arm-none-eabi/4.7.4/../../../../arm-none-eabi/include/math.h:517:0: note: this is the location of the previous definition
    In file included from C:\mFAS_Code\dev_branch\development_branch\scratch\del\2_install\application_lvds_tda2xx_ti_a15_r\rtp/rtp_yuyv_thread.h:13:0,
                     from C:\mFAS_Code\dev_branch\development_branch\scratch\del\2_install\application_lvds_tda2xx_ti_a15_r\rtp/rawYUYVServer.h:37,
                     from C:\mFAS_Code\dev_branch\development_branch\scratch\del\application_lvds\a15\source/appthreads.h:44,
                     from C:\mFAS_Code\dev_branch\development_branch\scratch\del\application_lvds\a15\source\appmain.cpp:59:
    C:\mFAS_Code\dev_branch\development_branch\scratch\del\2_install\application_lvds_tda2xx_ti_a15_r\rtp/rtp_yuyv_mux.h:53:16: warning: non-static data member initializers only available with -std=c++11 or -std=gnu++11 [enabled by default]
    C:\mFAS_Code\dev_branch\development_branch\scratch\del\2_install\application_lvds_tda2xx_ti_a15_r\rtp/rtp_yuyv_mux.h:54:16: warning: non-static data member initializers only available with -std=c++11 or -std=gnu++11 [enabled by default]
    In file included from C:\mFAS_Code\dev_branch\development_branch\scratch\del\2_install\application_lvds_tda2xx_ti_a15_r\rtp/rtp_yuyv_thread.h:13:0,
                     from C:\mFAS_Code\dev_branch\development_branch\scratch\del\2_install\application_lvds_tda2xx_ti_a15_r\rtp/rawYUYVServer.h:37,
                     from C:\mFAS_Code\dev_branch\development_branch\scratch\del\application_lvds\a15\source\appthreads.h:44,
                     from C:\mFAS_Code\dev_branch\development_branch\scratch\del\application_lvds\a15\source\appthreads.cpp:100:
    C:\mFAS_Code\dev_branch\development_branch\scratch\del\2_install\application_lvds_tda2xx_ti_a15_r\rtp/rtp_yuyv_mux.h:53:16: warning: non-static data member initializers only available with -std=c++11 or -std=gnu++11 [enabled by default]
    C:\mFAS_Code\dev_branch\development_branch\scratch\del\2_install\application_lvds_tda2xx_ti_a15_r\rtp/rtp_yuyv_mux.h:54:16: warning: non-static data member initializers only available with -std=c++11 or -std=gnu++11 [enabled by default]
    [100%] Linking CXX executable C:\mFAS_Code\dev_branch\development_branch\scratch\del\2_install\images\a15_tda2xx_ti_a15_r.out
    Using built-in specs.
    COLLECT_GCC=C:/ti/ccsv5/tools/compiler/gcc-arm-none-eabi-4_7-2013q3/bin/arm-none-eabi-gcc.exe
    COLLECT_LTO_WRAPPER=c:/ti/ccsv5/tools/compiler/gcc-arm-none-eabi-4_7-2013q3/bin/../lib/gcc/arm-none-eabi/4.7.4/lto-wrapper.exe
    Target: arm-none-eabi
    Configured with: /home/build/work/GCC-4-7-build/src/gcc/configure --build=i686-linux-gnu --host=i586-mingw32 --target=arm-none-eabi --prefix=/home/build/work/GCC-4-7-build/install-mingw --libexecdir=/home/build/work/GCC-4-7-build/install-mingw/lib --infodir=/home/build/work/GCC-4-7-build/install-mingw/share/doc/gcc-arm-none-eabi/info --mandir=/home/build/work/GCC-4-7-build/install-mingw/share/doc/gcc-arm-none-eabi/man --htmldir=/home/build/work/GCC-4-7-build/install-mingw/share/doc/gcc-arm-none-eabi/html --pdfdir=/home/build/work/GCC-4-7-build/install-mingw/share/doc/gcc-arm-none-eabi/pdf --enable-languages=c,c++ --disable-decimal-float --disable-libffi --disable-libgomp --disable-libmudflap --disable-libquadmath --disable-libssp --disable-libstdcxx-pch --disable-nls --disable-shared --disable-threads --disable-tls --with-gnu-as --with-gnu-ld --with-headers=yes --with-newlib --with-python-dir=share/gcc-arm-none-eabi --with-sysroot=/home/build/work/GCC-4-7-build/install-mingw/arm-none-eabi --with-libiconv-prefix=/home/build/work/GCC-4-7-build/build-mingw/host-libs/usr --with-gmp=/home/build/work/GCC-4-7-build/build-mingw/host-libs/usr --with-mpfr=/home/build/work/GCC-4-7-build/build-mingw/host-libs/usr --with-mpc=/home/build/work/GCC-4-7-build/build-mingw/host-libs/usr --with-ppl=/home/build/work/GCC-4-7-build/build-mingw/host-libs/usr --with-cloog=/home/build/work/GCC-4-7-build/build-mingw/host-libs/usr --with-libelf=/home/build/work/GCC-4-7-build/build-mingw/host-libs/usr --with-host-libstdcxx='-static-libgcc -Wl,-Bstatic,-lstdc++,-Bdynamic -lm' --with-pkgversion='GNU Tools for ARM Embedded Processors' --with-multilib-list=armv6-m,armv7-m,armv7e-m,armv7-r
    Thread model: single
    gcc version 4.7.4 20130913 (release) [ARM/embedded-4_7-branch revision 202601] (GNU Tools for ARM Embedded Processors) 
    COMPILER_PATH=c:/ti/ccsv5/tools/compiler/gcc-arm-none-eabi-4_7-2013q3/bin/../lib/gcc/arm-none-eabi/4.7.4/;c:/ti/ccsv5/tools/compiler/gcc-arm-none-eabi-4_7-2013q3/bin/../lib/gcc/;c:/ti/ccsv5/tools/compiler/gcc-arm-none-eabi-4_7-2013q3/bin/../lib/gcc/arm-none-eabi/4.7.4/../../../../arm-none-eabi/bin/
    LIBRARY_PATH=c:/ti/ccsv5/tools/compiler/gcc-arm-none-eabi-4_7-2013q3/bin/../lib/gcc/arm-none-eabi/4.7.4/fpu/;c:/ti/ccsv5/tools/compiler/gcc-arm-none-eabi-4_7-2013q3/bin/../lib/gcc/arm-none-eabi/4.7.4/../../../../arm-none-eabi/lib/fpu/;c:/ti/ccsv5/tools/compiler/gcc-arm-none-eabi-4_7-2013q3/bin/../arm-none-eabi/lib/fpu/;c:/ti/ccsv5/tools/compiler/gcc-arm-none-eabi-4_7-2013q3/bin/../lib/gcc/arm-none-eabi/4.7.4/;c:/ti/ccsv5/tools/compiler/gcc-arm-none-eabi-4_7-2013q3/bin/../lib/gcc/;c:/ti/ccsv5/tools/compiler/gcc-arm-none-eabi-4_7-2013q3/bin/../lib/gcc/arm-none-eabi/4.7.4/../../../../arm-none-eabi/lib/;c:/ti/ccsv5/tools/compiler/gcc-arm-none-eabi-4_7-2013q3/bin/../arm-none-eabi/lib/
    COLLECT_GCC_OPTIONS='-mfloat-abi=hard' '-fno-exceptions' '-g' '-Wall' '-v' '-LC:\ti\xdctools_3_30_06_67_core\packages\gnu\targets\arm\libs\install-native\arm-none-eabi\lib\fpu' '-o' 'C:\mFAS_Code\dev_branch\development_branch\scratch\del\2_install\images\a15_tda2xx_ti_a15_r.out'
     c:/ti/ccsv5/tools/compiler/gcc-arm-none-eabi-4_7-2013q3/bin/../lib/gcc/arm-none-eabi/4.7.4/collect2.exe --sysroot=c:\ti\ccsv5\tools\compiler\gcc-arm-none-eabi-4_7-2013q3\bin\../arm-none-eabi -X -o C:\mFAS_Code\dev_branch\development_branch\scratch\del\2_install\images\a15_tda2xx_ti_a15_r.out c:/ti/ccsv5/tools/compiler/gcc-arm-none-eabi-4_7-2013q3/bin/../lib/gcc/arm-none-eabi/4.7.4/fpu/crti.o c:/ti/ccsv5/tools/compiler/gcc-arm-none-eabi-4_7-2013q3/bin/../lib/gcc/arm-none-eabi/4.7.4/fpu/crtbegin.o c:/ti/ccsv5/tools/compiler/gcc-arm-none-eabi-4_7-2013q3/bin/../lib/gcc/arm-none-eabi/4.7.4/../../../../arm-none-eabi/lib/fpu/crt0.o -LC:\ti\xdctools_3_30_06_67_core\packages\gnu\targets\arm\libs\install-native\arm-none-eabi\lib\fpu -Lc:/ti/ccsv5/tools/compiler/gcc-arm-none-eabi-4_7-2013q3/bin/../lib/gcc/arm-none-eabi/4.7.4/fpu -Lc:/ti/ccsv5/tools/compiler/gcc-arm-none-eabi-4_7-2013q3/bin/../lib/gcc/arm-none-eabi/4.7.4/../../../../arm-none-eabi/lib/fpu -Lc:/ti/ccsv5/tools/compiler/gcc-arm-none-eabi-4_7-2013q3/bin/../arm-none-eabi/lib/fpu -Lc:/ti/ccsv5/tools/compiler/gcc-arm-none-eabi-4_7-2013q3/bin/../lib/gcc/arm-none-eabi/4.7.4 -Lc:/ti/ccsv5/tools/compiler/gcc-arm-none-eabi-4_7-2013q3/bin/../lib/gcc -Lc:/ti/ccsv5/tools/compiler/gcc-arm-none-eabi-4_7-2013q3/bin/../lib/gcc/arm-none-eabi/4.7.4/../../../../arm-none-eabi/lib -Lc:/ti/ccsv5/tools/compiler/gcc-arm-none-eabi-4_7-2013q3/bin/../arm-none-eabi/lib @C:\Users\spichuma\AppData\Local\Temp\cckf9UaT --start-group -lgcc -lg -lc --end-group c:/ti/ccsv5/tools/compiler/gcc-arm-none-eabi-4_7-2013q3/bin/../lib/gcc/arm-none-eabi/4.7.4/fpu/crtend.o c:/ti/ccsv5/tools/compiler/gcc-arm-none-eabi-4_7-2013q3/bin/../lib/gcc/arm-none-eabi/4.7.4/fpu/crtn.o
    C:\ti\bios_6_41_04_54\packages\gnu\targets\arm\rtsv7A\lib\boot.aa15fg(startup.oa15fg): In function `_fini':
    C:\ti\bios_6_41_04_54\packages\gnu\targets\arm\rtsv7A/startup.c:94: multiple definition of `_fini'
    c:/ti/ccsv5/tools/compiler/gcc-arm-none-eabi-4_7-2013q3/bin/../lib/gcc/arm-none-eabi/4.7.4/fpu/crti.o:(.fini+0x0): first defined here
    C:\ti\bios_6_41_04_54\packages\gnu\targets\arm\rtsv7A\lib\boot.aa15fg(startup.oa15fg):(.data.__dso_handle+0x0): multiple definition of `__dso_handle'
    c:/ti/ccsv5/tools/compiler/gcc-arm-none-eabi-4_7-2013q3/bin/../lib/gcc/arm-none-eabi/4.7.4/fpu/crtbegin.o:(.data+0x0): first defined here
    collect2.exe: error: ld returned 1 exit status
    jom: C:\mFAS_Code\dev_branch\development_branch\scratch\del\1_build\application_lvds_tda2xx_ti_a15_r\a15\CMakeFiles\a15_tda2xx_ti_a15_r.dir\build.make [C:\mFAS_Code\dev_branch\development_branch\scratch\del\2_install\images\a15_tda2xx_ti_a15_r.out] Error 1
    jom: C:\mFAS_Code\dev_branch\development_branch\scratch\del\1_build\application_lvds_tda2xx_ti_a15_r\CMakeFiles\Makefile2 [a15\CMakeFiles\a15_tda2xx_ti_a15_r.dir\all] Error 2
    jom: C:\mFAS_Code\dev_branch\development_branch\scratch\del\1_build\application_lvds_tda2xx_ti_a15_r\Makefile [all] Error 2
    
    *******************************************************************************
    
    Error building: -s application_lvds -t a15 -r
    
    *******************************************************************************
    
    
    ===============================================================================
    
    build.py report:
      Start time: 2017-03-01 12:05:11.913000
      End time:   2017-03-01 12:05:35.351000
      Total time: 0:00:23.438000
    
    
    Error building: -s application_lvds -t a15 -r
      Start time: 2017-03-01 12:05:11.945000
      End time:   2017-03-01 12:05:35.350000
      Total time: 0:00:23.405000
    
    ===============================================================================
    
    
    *******************************************************************************
    
    There were some errors
    
    *******************************************************************************
    
    
    log_no_startfiles_first_build.txt
    ===============================================================================
    
    CMake toolchain from source:
    	C:\mFAS_Code\dev_branch\development_branch\scratch\del\application_lvds
    At:
    	C:\mFAS_Code\dev_branch\development_branch\scratch\del\1_build\application_lvds_tda2xx_ti_a15_r
    
    ===============================================================================
    
    Folder: application_lvds
    Folder: common_packages
    Module: astl
    Module: camera
    Module: camera_types
    Folder: common
    Module: cpu
    Module: dbg
    Module: dlog
    Module: dma
    Module: fnt
    Module: hwtmr
    Module: img
    Module: mem
    Module: memmgr
    Module: mon
    Module: mtd
    Module: osw
    Module: sys
    Module: typs
    Module: utf
    Module: vtg
    Module: icamera_dal
    Module: lalgebra
    Module: mathlib_wrapper
    Module: nanopb_valeo
    Folder: fw_lvds
    Folder: video_lvds
    Module: lbr
    Folder: satcam_lvds
    Module: camm
    Folder: fw_common
    Folder: algorithm
    Module: algc
    Folder: basic
    Module: cmd
    Module: dbm
    Module: dsi
    Module: ipg
    Module: lpc
    Module: lwt
    Module: pin
    Module: stat
    Module: utl
    Folder: video
    Module: bmp
    Module: camera_dal
    Module: lut
    Module: p2_ovl
    Module: vip
    Module: vop
    Module: vpm
    Module: vfs
    Module: iwdgt
    Module: vsrv
    Module: ivsrv
    Module: ivclnt
    Module: rtp
    Folder: fw_application
    Folder: algorithm_p1
    Folder: algorithm_app
    Module: algcfglistener
    Module: algfactory
    Module: demoalg
    Folder: basic_p1
    Module: app_params
    Module: conr
    Module: dlogmon
    Module: p1cmd
    Folder: video_p1
    Module: p1_ovl
    Module: wdgt
    Folder: nvm_p1
    Module: nfsh
    Module: Eep_38_24LC64
    Module: Ea
    Module: fshm
    Module: fshmw
    Module: nvm
    Module: nvm_dal
    Folder: hostcom_p1
    Module: hgw
    Module: ipcmfas
    Module: app_vspimfas
    Folder: wdg_p1
    Module: iwdg
    Module: wdgclient
    Module: wdgmonitor
    Module: wdgserver
    Module: wdgrptr
    Folder: errrptr_p1
    Module: ierrrptr
    Module: errrptr
    Module: a15
    -- Configuring done
    -- Generating done
    -- Build files have been written to: C:/mFAS_Code/dev_branch/development_branch/scratch/del/1_build/application_lvds_tda2xx_ti_a15_r
    
    ===============================================================================
    
    Building:
    	C:\mFAS_Code\dev_branch\development_branch\scratch\del\1_build\application_lvds_tda2xx_ti_a15_r
    
    ===============================================================================
    
    
    jom 1.0.14 - empower your cores
    
    [  2%] Built target astl_tda2xx_ti_a15_r
    [  3%] Built target camera_tda2xx_ti_a15_r
    [  3%] Built target camera_types_extrinsics
    [  4%] Built target camera_types_intrinsics
    [  5%] Built target cpu_tda2xx_ti_a15_r
    [  5%] Built target dbg_tda2xx_ti_a15_r
    [  5%] Built target dlog_tda2xx_ti_a15_r
    [  7%] Built target dma_tda2xx_ti_a15_r
    [  7%] Built target fnt_tda2xx_ti_a15_r
    [  8%] Built target hwtmr_tda2xx_ti_a15_r
    [ 10%] Built target img_tda2xx_ti_a15_r
    [ 11%] Built target mem_tda2xx_ti_a15_r
    [ 12%] Built target memmgr_tda2xx_ti_a15_r
    [ 14%] Built target mon_tda2xx_ti_a15_r
    [ 16%] Built target mtd_tda2xx_ti_a15_r
    [ 27%] Built target osw_tda2xx_ti_a15_r
    [ 28%] Built target sys_tda2xx_ti_a15_r
    [ 28%] Built target typs_tda2xx_ti_a15_r
    [ 28%] Built target utf_tda2xx_ti_a15_r
    [ 34%] Built target vtg_tda2xx_ti_a15_r
    [ 34%] Built target icamera_dal_tda2xx_ti_a15_r
    [ 35%] Built target lalgebra_tda2xx_ti_a15_r
    [ 35%] Built target mathlib_wrapper_tda2xx_ti_a15_r
    [ 36%] Built target nanopb_valeo_tda2xx_ti_a15_r
    [ 38%] Built target lbr_tda2xx_ti_a15_r
    [ 38%] Built target camm_tda2xx_ti_a15_r
    [ 39%] Built target algc_tda2xx_ti_a15_r
    [ 40%] Built target cmd_tda2xx_ti_a15_r
    [ 41%] Built target dbm_tda2xx_ti_a15_r
    [ 41%] Built target dsi_tda2xx_ti_a15_r
    [ 41%] Built target ipg_tda2xx_ti_a15_r
    [ 44%] Built target lpc_tda2xx_ti_a15_r
    [ 46%] Built target lwt_tda2xx_ti_a15_r
    [ 46%] Built target pin_tda2xx_ti_a15_r
    [ 47%] Built target stat_tda2xx_ti_a15_r
    [ 49%] Built target utl_tda2xx_ti_a15_r
    [ 49%] Built target bmp_tda2xx_ti_a15_r
    [ 50%] Built target camera_dal_tda2xx_ti_a15_r
    [ 51%] Built target lut_tda2xx_ti_a15_r
    [ 52%] Built target p2_ovl_tda2xx_ti_a15_r
    [ 52%] Built target vip_tda2xx_ti_a15_r
    [ 53%] Built target vop_tda2xx_ti_a15_r
    [ 53%] Built target vpm_tda2xx_ti_a15_r
    [ 54%] Built target vfs_tda2xx_ti_a15_r
    Scanning dependencies of target iwdgt_tda2xx_ti_a15_r
    [ 54%] Building CXX object fw_common/video/iwdgt/CMakeFiles/iwdgt_tda2xx_ti_a15_r.dir/CMakeFiles/CMakeTmp/iwdgt_temp.obj
    [ 54%] Built target iwdgt_tda2xx_ti_a15_r
    [ 54%] Built target vsrv_tda2xx_ti_a15_r
    Scanning dependencies of target ivsrv_tda2xx_ti_a15_r
    [ 54%] Building CXX object fw_common/video/ivsrv/CMakeFiles/ivsrv_tda2xx_ti_a15_r.dir/CMakeFiles/CMakeTmp/ivsrv_temp.obj
    [ 54%] Built target ivsrv_tda2xx_ti_a15_r
    Scanning dependencies of target ivclnt_tda2xx_ti_a15_r
    [ 55%] Building CXX object fw_common/video/ivclnt/CMakeFiles/ivclnt_tda2xx_ti_a15_r.dir/CMakeFiles/CMakeTmp/ivclnt_temp.obj
    [ 55%] Built target ivclnt_tda2xx_ti_a15_r
    [ 56%] Built target rtp_tda2xx_ti_a15_r
    [ 57%] Built target algcfglistener_tda2xx_ti_a15_r
    [ 57%] Built target algfactory_tda2xx_ti_a15_r
    [ 58%] Built target demoalg_tda2xx_ti_a15_r
    [ 60%] Built target app_params_tda2xx_ti_a15_r
    [ 60%] Built target conr_tda2xx_ti_a15_r
    [ 60%] Built target dlogmon_tda2xx_ti_a15_r
    [ 60%] Built target p1cmd_tda2xx_ti_a15_r
    [ 66%] Built target p1_ovl_tda2xx_ti_a15_r
    [ 67%] Built target wdgt_tda2xx_ti_a15_r
    [ 71%] Built target nfsh_tda2xx_ti_a15_r
    [ 72%] Built target Eep_38_24LC64_tda2xx_ti_a15_r
    [ 72%] Built target Ea_tda2xx_ti_a15_r
    [ 75%] Built target fshm_tda2xx_ti_a15_r
    [ 75%] Built target fshmw_tda2xx_ti_a15_r
    [ 76%] Built target nvm_tda2xx_ti_a15_r
    [ 78%] Built target nvm_dal_tda2xx_ti_a15_r
    [ 78%] Built target hgw_tda2xx_ti_a15_r
    [ 90%] Built target ipcmfas_tda2xx_ti_a15_r
    [ 90%] Built target app_vspimfas_tda2xx_ti_a15_r
    [ 91%] Built target iwdg_tda2xx_ti_a15_r
    [ 92%] Built target wdgclient_tda2xx_ti_a15_r
    [ 92%] Built target wdgmonitor_tda2xx_ti_a15_r
    [ 92%] Built target wdgserver_tda2xx_ti_a15_r
    [ 93%] Built target wdgrptr_tda2xx_ti_a15_r
    [ 93%] Built target ierrrptr_tda2xx_ti_a15_r
    [ 94%] Built target errrptr_tda2xx_ti_a15_r
    [ 94%] Built target a15_rtsc_platform_copy
    [ 94%] Built target camera_types_tda2xx_ti_a15_r
    [ 94%] Built target a15_rtsc_memorymap
    [ 96%] Built target a15_xdc_config
    [ 96%] Linking CXX executable C:\mFAS_Code\dev_branch\development_branch\scratch\del\2_install\images\a15_tda2xx_ti_a15_r.out
    Using built-in specs.
    COLLECT_GCC=C:/ti/ccsv5/tools/compiler/gcc-arm-none-eabi-4_7-2013q3/bin/arm-none-eabi-gcc.exe
    COLLECT_LTO_WRAPPER=c:/ti/ccsv5/tools/compiler/gcc-arm-none-eabi-4_7-2013q3/bin/../lib/gcc/arm-none-eabi/4.7.4/lto-wrapper.exe
    Target: arm-none-eabi
    Configured with: /home/build/work/GCC-4-7-build/src/gcc/configure --build=i686-linux-gnu --host=i586-mingw32 --target=arm-none-eabi --prefix=/home/build/work/GCC-4-7-build/install-mingw --libexecdir=/home/build/work/GCC-4-7-build/install-mingw/lib --infodir=/home/build/work/GCC-4-7-build/install-mingw/share/doc/gcc-arm-none-eabi/info --mandir=/home/build/work/GCC-4-7-build/install-mingw/share/doc/gcc-arm-none-eabi/man --htmldir=/home/build/work/GCC-4-7-build/install-mingw/share/doc/gcc-arm-none-eabi/html --pdfdir=/home/build/work/GCC-4-7-build/install-mingw/share/doc/gcc-arm-none-eabi/pdf --enable-languages=c,c++ --disable-decimal-float --disable-libffi --disable-libgomp --disable-libmudflap --disable-libquadmath --disable-libssp --disable-libstdcxx-pch --disable-nls --disable-shared --disable-threads --disable-tls --with-gnu-as --with-gnu-ld --with-headers=yes --with-newlib --with-python-dir=share/gcc-arm-none-eabi --with-sysroot=/home/build/work/GCC-4-7-build/install-mingw/arm-none-eabi --with-libiconv-prefix=/home/build/work/GCC-4-7-build/build-mingw/host-libs/usr --with-gmp=/home/build/work/GCC-4-7-build/build-mingw/host-libs/usr --with-mpfr=/home/build/work/GCC-4-7-build/build-mingw/host-libs/usr --with-mpc=/home/build/work/GCC-4-7-build/build-mingw/host-libs/usr --with-ppl=/home/build/work/GCC-4-7-build/build-mingw/host-libs/usr --with-cloog=/home/build/work/GCC-4-7-build/build-mingw/host-libs/usr --with-libelf=/home/build/work/GCC-4-7-build/build-mingw/host-libs/usr --with-host-libstdcxx='-static-libgcc -Wl,-Bstatic,-lstdc++,-Bdynamic -lm' --with-pkgversion='GNU Tools for ARM Embedded Processors' --with-multilib-list=armv6-m,armv7-m,armv7e-m,armv7-r
    Thread model: single
    gcc version 4.7.4 20130913 (release) [ARM/embedded-4_7-branch revision 202601] (GNU Tools for ARM Embedded Processors) 
    COMPILER_PATH=c:/ti/ccsv5/tools/compiler/gcc-arm-none-eabi-4_7-2013q3/bin/../lib/gcc/arm-none-eabi/4.7.4/;c:/ti/ccsv5/tools/compiler/gcc-arm-none-eabi-4_7-2013q3/bin/../lib/gcc/;c:/ti/ccsv5/tools/compiler/gcc-arm-none-eabi-4_7-2013q3/bin/../lib/gcc/arm-none-eabi/4.7.4/../../../../arm-none-eabi/bin/
    LIBRARY_PATH=c:/ti/ccsv5/tools/compiler/gcc-arm-none-eabi-4_7-2013q3/bin/../lib/gcc/arm-none-eabi/4.7.4/fpu/;c:/ti/ccsv5/tools/compiler/gcc-arm-none-eabi-4_7-2013q3/bin/../lib/gcc/arm-none-eabi/4.7.4/../../../../arm-none-eabi/lib/fpu/;c:/ti/ccsv5/tools/compiler/gcc-arm-none-eabi-4_7-2013q3/bin/../arm-none-eabi/lib/fpu/;c:/ti/ccsv5/tools/compiler/gcc-arm-none-eabi-4_7-2013q3/bin/../lib/gcc/arm-none-eabi/4.7.4/;c:/ti/ccsv5/tools/compiler/gcc-arm-none-eabi-4_7-2013q3/bin/../lib/gcc/;c:/ti/ccsv5/tools/compiler/gcc-arm-none-eabi-4_7-2013q3/bin/../lib/gcc/arm-none-eabi/4.7.4/../../../../arm-none-eabi/lib/;c:/ti/ccsv5/tools/compiler/gcc-arm-none-eabi-4_7-2013q3/bin/../arm-none-eabi/lib/
    COLLECT_GCC_OPTIONS='-mfloat-abi=hard' '-fno-exceptions' '-g' '-Wall' '-v' '-LC:\ti\xdctools_3_30_06_67_core\packages\gnu\targets\arm\libs\install-native\arm-none-eabi\lib\fpu' '-o' 'C:\mFAS_Code\dev_branch\development_branch\scratch\del\2_install\images\a15_tda2xx_ti_a15_r.out'
     c:/ti/ccsv5/tools/compiler/gcc-arm-none-eabi-4_7-2013q3/bin/../lib/gcc/arm-none-eabi/4.7.4/collect2.exe --sysroot=c:\ti\ccsv5\tools\compiler\gcc-arm-none-eabi-4_7-2013q3\bin\../arm-none-eabi -X -o C:\mFAS_Code\dev_branch\development_branch\scratch\del\2_install\images\a15_tda2xx_ti_a15_r.out c:/ti/ccsv5/tools/compiler/gcc-arm-none-eabi-4_7-2013q3/bin/../lib/gcc/arm-none-eabi/4.7.4/fpu/crti.o c:/ti/ccsv5/tools/compiler/gcc-arm-none-eabi-4_7-2013q3/bin/../lib/gcc/arm-none-eabi/4.7.4/fpu/crtbegin.o c:/ti/ccsv5/tools/compiler/gcc-arm-none-eabi-4_7-2013q3/bin/../lib/gcc/arm-none-eabi/4.7.4/../../../../arm-none-eabi/lib/fpu/crt0.o -LC:\ti\xdctools_3_30_06_67_core\packages\gnu\targets\arm\libs\install-native\arm-none-eabi\lib\fpu -Lc:/ti/ccsv5/tools/compiler/gcc-arm-none-eabi-4_7-2013q3/bin/../lib/gcc/arm-none-eabi/4.7.4/fpu -Lc:/ti/ccsv5/tools/compiler/gcc-arm-none-eabi-4_7-2013q3/bin/../lib/gcc/arm-none-eabi/4.7.4/../../../../arm-none-eabi/lib/fpu -Lc:/ti/ccsv5/tools/compiler/gcc-arm-none-eabi-4_7-2013q3/bin/../arm-none-eabi/lib/fpu -Lc:/ti/ccsv5/tools/compiler/gcc-arm-none-eabi-4_7-2013q3/bin/../lib/gcc/arm-none-eabi/4.7.4 -Lc:/ti/ccsv5/tools/compiler/gcc-arm-none-eabi-4_7-2013q3/bin/../lib/gcc -Lc:/ti/ccsv5/tools/compiler/gcc-arm-none-eabi-4_7-2013q3/bin/../lib/gcc/arm-none-eabi/4.7.4/../../../../arm-none-eabi/lib -Lc:/ti/ccsv5/tools/compiler/gcc-arm-none-eabi-4_7-2013q3/bin/../arm-none-eabi/lib @C:\Users\spichuma\AppData\Local\Temp\ccN8tZvx --start-group -lgcc -lg -lc --end-group c:/ti/ccsv5/tools/compiler/gcc-arm-none-eabi-4_7-2013q3/bin/../lib/gcc/arm-none-eabi/4.7.4/fpu/crtend.o c:/ti/ccsv5/tools/compiler/gcc-arm-none-eabi-4_7-2013q3/bin/../lib/gcc/arm-none-eabi/4.7.4/fpu/crtn.o
    C:\ti\bios_6_41_04_54\packages\gnu\targets\arm\rtsv7A\lib\boot.aa15fg(startup.oa15fg): In function `_fini':
    C:\ti\bios_6_41_04_54\packages\gnu\targets\arm\rtsv7A/startup.c:94: multiple definition of `_fini'
    c:/ti/ccsv5/tools/compiler/gcc-arm-none-eabi-4_7-2013q3/bin/../lib/gcc/arm-none-eabi/4.7.4/fpu/crti.o:(.fini+0x0): first defined here
    C:\ti\bios_6_41_04_54\packages\gnu\targets\arm\rtsv7A\lib\boot.aa15fg(startup.oa15fg):(.data.__dso_handle+0x0): multiple definition of `__dso_handle'
    c:/ti/ccsv5/tools/compiler/gcc-arm-none-eabi-4_7-2013q3/bin/../lib/gcc/arm-none-eabi/4.7.4/fpu/crtbegin.o:(.data+0x0): first defined here
    collect2.exe: error: ld returned 1 exit status
    jom: C:\mFAS_Code\dev_branch\development_branch\scratch\del\1_build\application_lvds_tda2xx_ti_a15_r\a15\CMakeFiles\a15_tda2xx_ti_a15_r.dir\build.make [C:\mFAS_Code\dev_branch\development_branch\scratch\del\2_install\images\a15_tda2xx_ti_a15_r.out] Error 1
    jom: C:\mFAS_Code\dev_branch\development_branch\scratch\del\1_build\application_lvds_tda2xx_ti_a15_r\CMakeFiles\Makefile2 [a15\CMakeFiles\a15_tda2xx_ti_a15_r.dir\all] Error 2
    jom: C:\mFAS_Code\dev_branch\development_branch\scratch\del\1_build\application_lvds_tda2xx_ti_a15_r\Makefile [all] Error 2
    
    *******************************************************************************
    
    Error building: -s application_lvds -t a15 -r
    
    *******************************************************************************
    
    
    ===============================================================================
    
    build.py report:
      Start time: 2017-03-01 12:02:32.575000
      End time:   2017-03-01 12:02:54.001000
      Total time: 0:00:21.426000
    
    
    Error building: -s application_lvds -t a15 -r
      Start time: 2017-03-01 12:02:32.603000
      End time:   2017-03-01 12:02:54.001000
      Total time: 0:00:21.398000
    
    ===============================================================================
    
    
    *******************************************************************************
    
    There were some errors
    
    *******************************************************************************
    
    
    2816.memcpy_nw.s

  • Hi,

    Swaminathan Pichumani said:
    Tried removing the "nostartfiles" options from linker flags,but with no success.

    The removal of the option -nostartfiles seems to have passed the previous issue with the symbols _exit and _start, but I am still not convinced this is a good alternative. Therefore I ask: what are the specs you are using in your project? Apart from your first post, I can't find the specific option --specs=<something>.specs' in your log files. 

    I didn't notice you were using SYSBIOS before. Thus I created the attached project using the same versions as you and played with the options to see if I could reproduce the errors.

    I was able to reproduce some of the errors you are getting: the duplicate _fini and __dso_handle were solved by putting back the option -nostartfiles (SYSBIOS seems to have these symbols defined as well). 

    I then started to have some issues with some standard C functions such as _write and others such as _getpid or _kill_r. I then manually included the libraries "c", "gcc" and "rdimon". The project then built fine if I used one of the two below:

    - option "-specs=rdimon.specs" and added the library "rdimon"

    - removed the option -specs and added the library "nosys"

    I could not make the project build with nano. 

    I did not functionally test the project, but I imagine that at least rdimon should work fine. 

    Swaminathan Pichumani said:
    By the way,I'm using CCS v6.1.

    You have several references to C:\ti\ccsv5, therefore my assumption you were using this release.

    Hope this helps,

    Rafael

    AM572x_CA15_Sysbios.zip