RE: Euphoria to DJGPP help needed
- Posted by Alvin Koffman <alvin_ka9qlq at yahoo.com> Apr 13, 2002
- 442 views
Well I found strip.exe where it should be. Here's emake.bat set CC=c:\djgpp\bin\redir -o alvins.err -eo echo on @echo main_.c @%CC% -c -w -fsigned-char -O2 -mpentium -ffast-math -fomit-frame-pointer main_.c @echo init_.c @%CC% -c -w -fsigned-char -O2 -mpentium -ffast-math -fomit-frame-pointer init_.c @echo cradle3b.c @%CC% -c -w -fsigned-char -O2 -mpentium -ffast-math -fomit-frame-pointer cradle3b.c @echo get.c @%CC% -c -w -fsigned-char -O2 -mpentium -ffast-math -fomit-frame-pointer get.c @echo wildcard.c @%CC% -c -w -fsigned-char -O2 -mpentium -ffast-math -fomit-frame-pointer wildcard.c @echo linking @%CC% c:\alvin\cradle3b.o -ocradle3b.exe @objfiles.lnk @del *.o @strip c:\alvin\cradle3b.exe @echo you can now execute: cradle3b.exe set CC= Before I put %CC% it gave me an on screen error about line 12 in main.c being undeclaired but doesn't now. still makes no .exe Alvin --- Bernie Ryan <xotron at localnet.com> wrote: > > > Alvin Koffman wrote: > > Sory it took all week, monitor problems. I got this > "Bad > > command or file name" in Alvin.err. It gets down to > linking > > then says > > file not found > > c:\djgpp\bin\strip.exe > > So I took my cloths off and it still didn't work;=/ > > Alvin: > Strip.exe is a program that strips any debug symbols > and information that is contained in your object > files > that you are compiling. The debug information would > have been added if it had been specified on the > command > line during compiling. > You may not have it installed in your djgpp bin on > your > system, I think it comes in the binutl djgpp/gnu zip > file. > you can comment out or remove that command from your > batch file or you can download the utilities from > djgpp. > If you don't use it, it will just create a bigger > compiled > file but should still compile. > Bernie > > > > > > ===== See my homepage at http://ka9qlq.tripod.com/home/ and where I live at http://ka9qlq.tripod.com/CCC/ This is a 256 Megabyte 400 Mhz 13 Gig. plug and pray system.