[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [Newsgroup Home]
[news.eclipse.dsdp.rtsc] Re: RTSC Module Primer / Lesson 0+1 Examples / Windows Double-Quotes - SOLUTION

Sorry, here is the solution. Don't do this - put the whole path into double-quotes:

XDCROOT = "C:/Programme/Texas Instruments/xdctools_3_10_03"
C6XTOOLS = "C:/Programme/Texas Instruments/C6000 Code Generation Tools 6.1.10"


But put every "part" which contanis spaces into double-quotes:

XDCROOT = C:/Programme/"Texas Instruments"/xdctools_3_10_03
C6XTOOLS = C:/Programme/"Texas Instruments"/"C6000 Code Generation Tools 6.1.10"


This works!

Question: will this work on Linux too? I'm not familiar enough with the Linux file systems.

Regards,
Andi