Questions and discussions about the SDK tools used to program the TD RF modules.
leosw
 
Posts: 17
Joined: Wed Apr 06, 2016 9:46 am

Tools Config links broken

by leosw Fri May 06, 2016 1:58 pm

Hi all!

It looks like all Tools Configurations shortcuts are broken, because the variable is not properly used. An example here :

Code: Select all
-f "${workspace_loc:/${project_name}}/${config_name:${project_name}}/${project_name}.bin" -r


Seems to be the correct way to do that :

Code: Select all
-f "${workspace_loc:/${project_name}/${config_name:${project_name}}/${project_name}.bin}" -r


Léo

P.S. I'm not familiar with Eclipse, especially for C/C++, so I'm maybe wrong.
Return to Tools

Who is online

Users browsing this forum: No registered users and 22 guests