Now I have done it. Not getting a compiled hex file thru my stupity. This just happened recently, so it is something that I did. Here is the Crimson Editor message that I get:
---------- Capture Output ----------
> "C:\Program Files\GCBasic\Compile.bat" C:\PROGRA~1\CRIMSO~1\Zigbee\16648A~2
Great Cow BASIC (0.9 3/4/2007)
Compiling C:\PROGRA~1\CRIMSO~1\Zigbee\16648A~2 ...
Program compiled successfully!
Assembling program ...
The system cannot find the path specified.
Could Not Find C:\PROGRA~1\GCBASIC\compiled.cod
Downloading program ...
> Terminated with exit code 0.
Here is the current Makeasm.bat file:
@ECHO OFF
C:\progra~1\gputils\bin\gpasm -i -w2 compiled.asm >compiled.err
del compiled.cod>nul
So the compiled.asm file is made and then stops there. No compiled.hex or
compiled.list files made. Have messed with the Path variable recently, any ideas?
Thanks,
Kent
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Hi, I've the same problem: I've installed GCBasic in drive D.
Simply you must edit compile.bat, opening it with notepad, and
change the path with the correct path where you had instlled GCBasic.
Papadopol Lucian
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Now I have done it. Not getting a compiled hex file thru my stupity. This just happened recently, so it is something that I did. Here is the Crimson Editor message that I get:
---------- Capture Output ----------
> "C:\Program Files\GCBasic\Compile.bat" C:\PROGRA~1\CRIMSO~1\Zigbee\16648A~2
Great Cow BASIC (0.9 3/4/2007)
Compiling C:\PROGRA~1\CRIMSO~1\Zigbee\16648A~2 ...
Program compiled successfully!
Assembling program ...
The system cannot find the path specified.
Could Not Find C:\PROGRA~1\GCBASIC\compiled.cod
Downloading program ...
> Terminated with exit code 0.
Here is the current Makeasm.bat file:
@ECHO OFF
C:\progra~1\gputils\bin\gpasm -i -w2 compiled.asm >compiled.err
del compiled.cod>nul
So the compiled.asm file is made and then stops there. No compiled.hex or
compiled.list files made. Have messed with the Path variable recently, any ideas?
Thanks,
Kent
Reinstalled 9.3 and all is well. Sometimes ignorance is bliss.
Kent
Hi, I've the same problem: I've installed GCBasic in drive D.
Simply you must edit compile.bat, opening it with notepad, and
change the path with the correct path where you had instlled GCBasic.
Papadopol Lucian