I want to build a module using A72 core in a Windows 10 environment.
See "3. Getting Started" in the Platform Development Kit (PDK) J7200 User Guide.
software-dl.ti.com/.../getting_started.html
But I get an error.
The error is as follows.
・C: \ ti \ xdctools_3_61_04_40_core \ gmake -s pdk_libs_allcores BOARD = j7200_evm
C: /Users/E153754/AppData/Local/Temp/make4104-1.sh: 1: C: /Users/E153754/AppData/Local/Temp/make4104-1.sh: C: ti / xdctools_3_61_04_40_core / gmake: not found
gmake: *** [makefile: 281: pdk_libs_allcores] Error 127
・ C: \ ti \ xdctools_3_61_04_40_core \ gmake -s help BOARD = j7200_evm
C: /Users/E153754/AppData/Local/Temp/make6104-1.sh: 1: C: /Users/E153754/AppData/Local/Temp/make6104-1.sh: C: ti / xdctools_3_61_04_40_core / bin / echo: not found
gmake: *** [makefile: 206: help] Error 127
As far as I can see the error, I don't think there is a "/" after the "C:" in "C: ti / xdctools_3_61_04_40_core / gmake".
What should I do?
The procedure for building a PDK is as follows
・PROCESSOR SDK RTOS source package
Download and unzip the following two files from www.tij.co.jp/.../PROCESSOR-SDK-J7200.
-ti-processor-sdk-rtos-j7200-evm-08_00_00_12.tar.gz
Create a "c: \ ti" folder and unzip the folders / files in the "ti-processor-sdk-rtos-j7200-evm-08_00_00_12" folder.
Folder structure after decompression
c:|ti
|bios_6_83_02_07
|cg_xml_2.61.00
|ethfw
|gateway-demos
|gcc-arm-9.2-2019.12-x86_64-aarch64-none-elf
|mcusw
|ndk_3_80_00_19
|ns_2_80_00_17
|pdk_j7200_08_00_00_37
|psdk_rtos
|remote_device
|ti-cgt-arm_20.2.0.LTS
|uia_2_30_01_02
|xdctools_3_61_04_40_core
|index.html
Note) The following two errors occur during decompression
Can not create symbolic link: The client does not have the requested privileges.: C: \ Ti \ ti-processor-sdk-rtos-j7200-evm-08_00_00_12 \ gcc-arm-9.2-2019.12-x86_64-arch64-none-elf \ libexec \ gcc \ aarch64-none-elf \ 9.2.1 \liblto_plugin.so.0
Can not create symbolic link: The client does not have the requested privileges.: C: \ Ti \ ti-processor-sdk-rtos-j7200-evm-08_00_00_12 \ gcc-arm-9.2-2019.12-x86_64-arch64-none-elf \ libexec \ gcc \ aarch64-none-elf \ 9.2.1 \liblto_plugin.so
-ti-processor-sdk-rtos-j7200-evm-08_00_00_12-windows_codegen_tools.tar.gz
Delete the following two folders in the "c: \ ti" folder.
ti-cgt-arm_20.2.0.LTS
xdctools_3_61_04_40_core
-Unzip the folders / files in the "ti-processor-sdk-rtos-j7200-evm-08_00_00_12-windows_codegen_tools" folder to the "c: \ ti" folder.
・ Environment setup
Issue the following command in the CMD window.
set TOOLS_INSTALL_PATH = C: \ ti
set SDK_INSTALL_PATH = C: \ ti
I don't think there is any need to change pdk_tools_path.mk in PDK_INSTALL_DIR / packages / ti / build.
I am also using makefile without any changes.
・ Change the current directory.
cd C: \ ti \ ppk_j7200_08_00_00_37 \ packages \ ti \ build