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

Reply via email to