Raphael,

Thank you for your response. I reviewed the registry key:
HKEY_LOCAL_MACHINE\Software\Microsoft\Command Processor\AutoRun\REG_SZ 
And it had some garbage that I erased.
Now I could get more information:
C:\PROGRA~1\SDCC\bin>sdcc -v
SDCC : mcs51/gbz80/z80/avr/ds390/pic16/pic14/TININative/xa51/ds400/hc08
2.6.0 #4
309 (Jul 28 2006) (MINGW32)

C:\PROGRA~1\SDCC\bin>sdcc -V  -c test.c
+ sdcpp.exe -nostdinc -Wall -std=c99 -obj-ext=.rel -DSDCC_MODEL_SMALL
-DSDCC=260
 -DSDCC_mcs51 -D__mcs51 -I"C:\PROGRA~1\SDCC\bin\..\include\mcs51"
-I"C:\PROGRA~1
\SDCC\bin\..\include"  "test.c"
Preproc file not found: Invalid argument

C:\PROGRA~1\SDCC\bin>dir sdcpp.exe
 Volume in drive C is CARLOSPC
 Volume Serial Number is 606C-6C13

 Directory of C:\PROGRA~1\SDCC\bin

07/28/2006  01:59 AM            84,480 sdcpp.exe
               1 File(s)         84,480 bytes
               0 Dir(s)   7,880,830,976 bytes free
 

-----Original Message-----
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] On Behalf Of Raphael Neider
Sent: Sunday, November 12, 2006 6:18 AM
To: sdcc-user@lists.sourceforge.net
Subject: Re: [Sdcc-user] '1' is not recognized...

Hi,

> I downloaded the sdcc-2.6.0-setup.exe and installed in Windows XP.
> When I try the test procedure, (sdcc -c test.c), I get the error:
>  
> '1' is not recognized as an internal or external command, operable
> program or batch file.

Just in case this still in an issue...:

This error is probably emitted from the Windows command-line. Maybe you
have an invalid sdcc.bat batch file in your PATH, which includes invalid
commands such as %SDCC% $1 $2 $3 $4", where "1" should be "$1" and SDCC
is yet unset? You might want to paste the output of
  sdcc -v
and
  sdcc -V -c test.c

If the first one fails, this is definitely a problem with your setup
(SDCC will not call any external programs like linker or assembler).

-- 

Regards,
Raphael Neider



-------------------------------------------------------------------------
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job
easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
_______________________________________________
Sdcc-user mailing list
Sdcc-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/sdcc-user


-------------------------------------------------------------------------
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
_______________________________________________
Sdcc-user mailing list
Sdcc-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/sdcc-user

Reply via email to