Hi All,
I'm using the image processing program openMP project will run on a c6670 EVM.
Demo program runs correctly. But when I build the project, i see an error:
ti.sdo.ipc.SharedRegion : Segment: 0xa0100000 overlaps with: SL2_RAM .xdchelp /image_processing_openmp_evmc6670l line 367 C/C++ Problem
**** Build of configuration Debug for project image_processing_openmp_evmc6670l ****
"C:\\ti\\ccsv5\\utils\\bin\\gmake" -k all
'Webpage Convert'
C:/ti/ccsv5/utils/gmake/gmake -C ../webpages/tool/php -j 4
process_begin: CreateProcess(NULL, C:/ti/ccsv5/utils/gmake/gmake -C ../webpages/tool/php -j 4, ...) failed.
make (e=2): The system cannot find the file specified.
gmake[1]: [pre-build] Error 2 (ignored)
' '
'Building file: ../image_processing_openmp_evmc6670l.cfg'
'Invoking: XDCtools'
"C:/Program Files/Texas Instruments/xdctools_3_23_04_60/xs" --xdcpath="C:/ti/bios_6_35_03_47/packages;C:/Program Files/Texas Instruments/imglib_c66x_3_1_1_0/packages;C:/Program Files/Texas Instruments/omp_1_02_00_05/packages;C:/Program Files/Texas Instruments/ipc_1_25_03_15/packages;C:/Program Files/Texas Instruments/pdk_C6670_1_1_2_6/packages;C:/Program Files/Texas Instruments/ndk_2_22_03_20/packages;C:/Program Files/Texas Instruments/mcsdk_2_01_02_06;C:/Program Files/Texas Instruments/mcsdk_2_01_02_06/demos;C:/ti/ccsv5/ccs_base;" xdc.tools.configuro -o configPkg -t ti.targets.elf.C66 -p demos.image_processing.openmp.evmc6670l.platform -r debug -b "C:/Users/neon/workspace_v5_4 op/image_processing_openmp_evmc6670l/platform/config.bld" -c "C:/ti/ccsv5/tools/compiler/c6000_7.4.2" --compileOptions "--gcc" "../image_processing_openmp_evmc6670l.cfg"
making package.mak (because of package.bld) ...
generating interfaces for package configPkg (because package/package.xdc.inc is older than package.xdc) ...
configuring image_processing_openmp_evmc6670l.xe66 from package/cfg/image_processing_openmp_evmc6670l_pe66.cfg ...
error: ti.sdo.ipc.SharedRegion: "C:/Program Files/Texas Instruments/ipc_1_25_03_15/packages/ti/sdo/ipc/SharedRegion.xs", line 367: ti.sdo.ipc.SharedRegion : Segment: 0xa0100000 overlaps with: SL2_RAM
js: "C:/Program Files/Texas Instruments/xdctools_3_23_04_60/packages/xdc/cfg/Main.xs", line 149: Error: Configuration failed!
gmake.exe: *** [package/cfg/image_processing_openmp_evmc6670l_pe66.xdl] Error 1
js: "C:/Program Files/Texas Instruments/xdctools_3_23_04_60/packages/xdc/tools/Cmdr.xs", line 51: Error: xdc.tools.configuro: configuration failed due to earlier errors (status = 2); 'linker.cmd' deleted.
gmake[1]: *** [configPkg/compiler.opt] Error 1
gmake[1]: Target `main-build' not remade because of errors.
gmake: *** [all] Error 2
**** Build Finished ****
How do I edit this demo project and I use this program?
Ccs v5.4:
Ipc 1.25.3.15
Mcsdk 1.1.2.6
Ndk 2.22.3.20
Sys/bios 6.35.3.47
Uia 1.3.1.08
Thank you for your reply