Tool/software:
Hi everyone
I'm trying to replace an static file path using a Path variable in a cmd file. But i get an error, is not posible find the file
GROUP
{
.TI.ramfunc
{
// -l "C:\\Users\\jgalbis\\Desktop\\Pruebas\\02 CPU1_ok_salto Upgrader\\Proyecto_cpu01\\Application\\Include\\UPGRADER\\F021_API_F2837xD_FPU32.lib" //Works
// -l "$(PROJECT_LOC)/Application/Include/UPGRADER/F021_API_F2837xD_FPU32.lib" //not works
}
} LOAD = APPLICATION,
RUN = RAMLS0,
LOAD_START(_RamfuncsLoadStart),
LOAD_SIZE(_RamfuncsLoadSize),
LOAD_END(_RamfuncsLoadEnd),
RUN_START(_RamfuncsRunStart),
RUN_SIZE(_RamfuncsRunSize),
RUN_END(_RamfuncsRunEnd),
PAGE = 0
Static File Path: 'C:\\Users\\jgalbis\\Desktop\\Pruebas\\02 CPU1_ok_salto Upgrader\\Proyecto_cpu01\\Application\\Include\\UPGRADER\\F021_API_F2837xD_FPU32.lib"'
Path Variable: PROJECT_LOC ' 'C:\Users\jgalbis\Desktop\Pruebas\02 CPU1_ok_salto Upgrader\Proyecto_cpu01'
Is this possible? Is possible use a path variable in a cmd file?
Many thanks in advance
