I want to use MAD to run a multicore build where different cores run different executables. I try running the maptool.py utility in
c:\Program Files\Texas Instruments\mcsdk_2_00_01_12\tools\boot_loader\mad-utils\map-tool
as per the instructions in
http://processors.wiki.ti.com/index.php/MAD_Utils_User_Guide#MAP_tool_configuration
However I get syntax errors like:
c:\Program Files\Texas Instruments\mcsdk_2_00_01_12\tools\boot_loader\mad-utils\map-tool>maptool.py config-files\maptoolCfg_C6678_windows.json
File "C:\Program Files\Texas Instruments\mcsdk_2_00_01_12\tools\boot_loader\mad-utils\map-tool\maptool.py", line 82
except OSError, e:
^
SyntaxError: invalid syntax
And after trying to fix (remove) the offending code I get more syntax errors.
Is there a certain version of Python I should use for this? Or what is the issue?