This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

CCS v5.3 failure to import project from command line

Hi,

I have written a simple batch file (

0871.import_all.txt
Fullscreen
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
@echo off
echo.
echo **********************************************************************
echo TC4-LP Rev 01 Reference System importing
echo **********************************************************************
echo.
set PROJ_NAME=mod-biospsp_drivers
set WS_PATH=D:\Rapid_Mobile\projects\client-rapidm\tc4_lp\make\tc4_lp_rev01_ccs5
set PROJ_PATH=%WS_PATH%\%PROJ_NAME%
set ECLIPSE_PATH=C:\ti\ccsv5\eclipse
%ECLIPSE_PATH%\eclipsec -data "%WS_PATH%" -application com.ti.ccstudio.apps.projectImport -ccs.location "%PROJ_PATH%" -noSplash
echo --------------------------------------------------------------------------------
set PROJ_NAME=mod-date_time_lib
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
) that imports all my CCS projects from the command line into my workspace. This batch file worked fine when I used CCS v5.2, but when I upgraded to CCS v5.3.0.00090, this no longer seems to be working.

The error while importing refers me to the .log file (4010.output.log), but I do not really know what to make from it.

Can someone please assist me?

Regards

  Reinier