Email: Password: Remember Me | Create Account (Free)

Back to Subject List

Old thread has been locked -- no new posts accepted in this thread
???
10/11/00 05:52
Read: times


 
#5635 - RE: sdcc
Hi Mak,

I spend also many hours to install the SDCC.
And I found 2 important things:

1.
No root of a RAMDISK accepted as temp directory.
You must first create a subdirectory on the RAMDISK.

2.
The SDCC is very case sensitive.
But Windows create directories in many different ways:
upper case, lower case or the first character only upper case.
These all result in trouble with SDCC.

So you must open a DOS-box and check all SDCC directory
and file names, if in lower case (use the DIR command).
If not, you must use the MOVE command to convert it, e.g.:

move name1 name2

The MOVE command convert to exact the same writing, as name2 was written.


Peter


List of 6 messages in thread
TopicAuthorDate
sdcc            01/01/70 00:00      
RE: sdcc            01/01/70 00:00      
RE: sdcc            01/01/70 00:00      
RE: sdcc            01/01/70 00:00      
RE: sdcc            01/01/70 00:00      
RE: sdcc            01/01/70 00:00      

Back to Subject List