Other Parts Discussed in Thread: OMAPL138
Tool/software: Code Composer Studio
I have installed CCS9.1(CCS9.1.0.00010_win64.zip) and processor-sdk(ti-processor-sdk-rtos-omapl138-lcdk-06.00.00.07-Windows-x86-Install.exe), and run as it described on the web ( downloads.ti.com/.../ ) .
I run the following command like 1.4.2.1.1
% setupenv.bat
% gmake all
I run the following command like 1.4.5.1.2
% pdksetupenv.bat
I tried to run pdkProjectCreate.bat but it doesn't make any sample. I actually tried to to run like the following line
%pdkProjectCreate.bat OMAPL138 lcdkOMAPL138 little all all arm
my environment is like this
c:\ti\pdk_omapl138_1_0_9\packages>set
ALLUSERSPROFILE=C:\ProgramData
APPDATA=C:\Users\terui\AppData\Roaming
BIOS5PSP_INSTALL_DIR=D:\ti\pspdrivers_01_30_00_06
CommonProgramFiles=C:\Program Files\Common Files
CommonProgramFiles(x86)=C:\Program Files (x86)\Common Files
CommonProgramW6432=C:\Program Files\Common Files
COMPUTERNAME=TERUI-PC
ComSpec=C:\WINDOWS\system32\cmd.exe
configsetroot=C:\WINDOWS\ConfigSetRoot
DriverData=C:\Windows\System32\Drivers\DriverData
FP_NO_HOST_CHECK=NO
GMAKE_INSTALL_PATH=C:/ti/xdctools_3_51_01_18_core
HOMEDRIVE=C:
HOMEPATH=\Users\terui
IPC_PLATFORM=OMAPL138
LOCALAPPDATA=C:\Users\terui\AppData\Local
LOGONSERVER=\\TERUI-PC
NUMBER_OF_PROCESSORS=8
OneDrive=C:\Users\terui\OneDrive
OS=Windows_NT
Path=C:\ti\xdctools_3_51_01_18_core;C:\ti\xdctools_3_51_01_18_core;C:\ti\xdctools_3_51_01_18_core;C:\Program Files (x86)\Common Files\Oracle\Java\javapath;C:\ProgramData\Oracle\Java\javapath;C:\Program Files\ImageMagick-6.8.9-Q16;C:\Windows\system32;C:\Windows;C:\Windows\System32\Wbem;C:\Windows\System32\WindowsPowerShell\v1.0\;C:\Program Files\TortoiseSVN\bin;C:\Program Files (x86)\Microsoft SQL Server\100\Tools\Binn\;C:\Program Files\Microsoft SQL Server\100\Tools\Binn\;C:\Program Files\Microsoft SQL Server\100\DTS\Binn\;C:\Program Files (x86)\SciTools/bin/pc-win32;C:\Program Files (x86)\WinMerge;C:\Program Files (x86)\Skype\Phone\;C:\Program Files (x86)\Microchip\xc16\v1.26\bin;C:\WINDOWS\system32;C:\WINDOWS;C:\WINDOWS\System32\Wbem;C:\WINDOWS\System32\WindowsPowerShell\v1.0\;C:\Program Files\dotnet\;C:\Program Files\Microsoft SQL Server\130\Tools\Binn\;C:\WINDOWS\System32\OpenSSH\;C:\Program Files\Microsoft VS Code\bin;C:\Users\terui\Anaconda3;C:\Users\terui\Anaconda3\Library\bin;C:\Users\terui\Anaconda3\Scripts;C:\Users\terui\AppData\Local\Microsoft\WindowsApps;C:\Program Files\JetBrains\PyCharm Community Edition 2018.3.3\bin
PATHEXT=.COM;.EXE;.BAT;.CMD;.VBS;.VBE;.JS;.JSE;.WSF;.WSH;.MSC
PDK_SOC=omapl138
PDK_VERSION=1_0_9
PROCESSOR_ARCHITECTURE=AMD64
PROCESSOR_IDENTIFIER=Intel64 Family 6 Model 30 Stepping 5, GenuineIntel
PROCESSOR_LEVEL=6
PROCESSOR_REVISION=1e05
PROC_SDK_INSTALL_PATH=C:/ti/processor_sdk_rtos_omapl138_6_00_00_07
PROC_SDK_VERSION=omapl138_6_00_00_07
ProgramData=C:\ProgramData
ProgramFiles=C:\Program Files
ProgramFiles(x86)=C:\Program Files (x86)
ProgramW6432=C:\Program Files
PROMPT=$P$G
PSModulePath=C:\WINDOWS\system32\WindowsPowerShell\v1.0\Modules\
PUBLIC=C:\Users\Public
PyCharm Community Edition=C:\Program Files\JetBrains\PyCharm Community Edition 2018.3.3\bin;
RULES_MAKE=C:/ti/pdk_omapl138_1_0_9/packages/Rules.make
SDK_INSTALL_PATH=C:/ti
SOC=omapl138
SystemDrive=C:
SystemRoot=C:\WINDOWS
TEMP=C:\Users\terui\AppData\Local\Temp
TMP=C:\Users\terui\AppData\Local\Temp
TOOLS_INSTALL_PATH=C:/ti
USERDOMAIN=terui-PC
USERDOMAIN_ROAMINGPROFILE=terui-PC
USERNAME=terui
USERPROFILE=C:\Users\terui
VS100COMNTOOLS=C:\Program Files (x86)\Microsoft Visual Studio 10.0\Common7\Tools\
windir=C:\WINDOWS
XDC_VERSION=3_51_01_18_core
and errors I had got is like this.
c:\ti\pdk_omapl138_1_0_9\packages>pdkProjectCreate.bat OMAPL138 lcdkOMAPL138 little all example arm
=========================================================================
Configuration:
SOC : OMAPL138
BOARD : lcdkOMAPL138
ENDIAN : little
MODULE : all
PROJECT_TYPE : example
PROCESSOR : arm
PDK_SHORT_NAME : c:\ti\PDK_OM~1\packages\
=========================================================================
Checking Configuration...
Complete
=========================================================================
PDK_PARTNO : OMAPL138
PDK_ECLIPSE_ID : com.ti.pdk.omapl138
RTSC_PLATFORM_NAME : ti.platforms.evmOMAPL138
RTSC_TARGET : ti.targets.arm.elf.Arm9
CCS_DEVICE : "ARM9.OMAPL138"
*****************************************************************************
Detecting all projects in PDK and importing them in the workspace c:\ti\PDK_OM~1\packages\\MyExampleProjects
Detected Test Project: MCASP_Audio_lcdkOMAPL138_armExampleProject
指定されたパスが見つかりません。(<-- Can't find the file path)
Copying macro.ini
指定されたパスが見つかりません。(<-- Can't find the file path)
0 個のファイルをコピーしました。(<-- 0 file copied)
any help ?