Hello.
I tried to make MAD image with sample that is "image_processing".
But I met an error. So I ask you to help.
I used compiler ver7.4.4 (C:\ti\ccsv5\tools\compiler\c6000_7.4.4)
And I use python27.
Thus, I modified the batch file like below. (C:\ti\mcsdk_2_01_02_06\demos\image_processing\utils\mad\evmc6670l\build_mad_image.bat)
@set PATH="C:\ti\ccsv5\tools\compiler\c6000_7.4.4\bin";%PATH%
@rd /s /q tmp
c:\python27\python ..\..\..\..\..\tools\boot_loader\mad-utils\map-tool\maptool.py config-files\maptoolCfg_evmc6670l.json
Then, I started to build MAD image
->
C:\ti\mcsdk_2_01_02_06\demos\image_processing\utils\mad\evmc6670l>build_mad_image.bat
C:\ti\mcsdk_2_01_02_06\demos\image_processing\utils\mad\evmc6670l>c:\python27\python ..\..\..\..\..\tools\boot_loader\mad-utils\map-tool\maptool.py config-files\maptoolCfg_evmc6670l.json
C:\ti\mcsdk_2_01_02_06\demos\image_processing\utils\mad\evmc6670l>"strip6x" -o=./tmp/strippedImages\master.strip ./images/appImages\master
C:\ti\mcsdk_2_01_02_06\demos\image_processing\utils\mad\evmc6670l>"strip6x" -o=./tmp/strippedImages\slave.strip ./images/appImages\slave
...
C:\ti\mcsdk_2_01_02_06\demos\image_processing\utils\mad\evmc6670l>"prelink6x" c:\users\admin\appdata\local\temp\tmp5qxxch\prelink.cmd
error: input object file, 'c:\users\admin\appdata\local\temp\tmp5qxxch\master', is not dynamic
"c:\users\admin\appdata\local\temp\tmp5qxxch\master", line 1: error: illegal input character: '0x7f'
"c:\users\admin\appdata\local\temp\tmp5qxxch\master", line 1: error: illegal input character: '"'"'
"c:\users\admin\appdata\local\temp\tmp5qxxch\master", line 3: error: illegal input character: '0x7'
"c:\users\admin\appdata\local\temp\tmp5qxxch\master", line 3: error: illegal input character: '0xffffffc7'
"c:\users\admin\appdata\local\temp\tmp5qxxch\master", line 10: error: invalid option:
-cZ.d0d#0P?g60<0iH0Z0k_0kk0}0n?o??q?P?s?F?u
0u?F?x?F?z?{1{
"c:\users\admin\appdata\local\temp\tmp5qxxch\master", line 15: error: invalid option: -equiv=content-type
fatal error: cannot find file: FileExt
ERROR: Prelinker run pass-1 failed <= error at prelinker
Please help me to make MAD image with sample.