* Re: Strange ERROR
@ 2003-04-13 10:38 Stas Sergeev
2003-04-14 5:54 ` dosemu 1.1.4 won't compile Darryl Perry
0 siblings, 1 reply; 6+ messages in thread
From: Stas Sergeev @ 2003-04-13 10:38 UTC (permalink / raw)
To: linux-msdos
Hello.
Jacek Nowosielski wrote:
> When I run djgpp under dosEMU it's crash.
> ERROR: CS selector invalid: 0x01CF, type=0 np=1
> leavedos(36|0x24) called - shutting down
> Please HELP me. I have no idea!
What dosemu version? What djgpp prog?
Where is the full log of DPMI events
(-D9+M)? Does it work with dosemu-1.1.4.5
or 1.1.4?
It was verified that djgpp progs are
working without a problems overall.
^ permalink raw reply [flat|nested] 6+ messages in thread* dosemu 1.1.4 won't compile 2003-04-13 10:38 Strange ERROR Stas Sergeev @ 2003-04-14 5:54 ` Darryl Perry 2003-04-14 7:04 ` Justin Zygmont 2003-04-14 13:37 ` Bart Oldeman 0 siblings, 2 replies; 6+ messages in thread From: Darryl Perry @ 2003-04-14 5:54 UTC (permalink / raw) To: linux-msdos I'm trying to compile dosemu 1.1.4 on RH7.2, and after doing default-configure, then make, I get the following error: make[2]: Leaving directory `/home/dperry/dosemu-1.1.4/src/commands' make[2]: Entering directory `/home/dperry/dosemu-1.1.4/src/tools/periph' gcc -x assembler -Wa,-a -Wl,-Ttext,7c40,-e,_start16,--oformat,binary -nostdlib - s -o bootsect.h.tmp bootsect.S > bootsect.S.out hexdump -v -e '"\n" 8/1 " 0x%02x,"' bootsect.h.tmp | sed -e 's/ 0x ,//g' >boots ect.h.tmp2 echo "XXX" >>bootsect.h.tmp2 sed -e 's/,XXX//' <bootsect.h.tmp2 >bootsect.h rm -f bootsect.h.tmp bootsect.h.tmp2 gcc -D_GNU_SOURCE -O2 -fomit-frame-pointer -MD -mcpu=i586 -fno-strict-aliasing -DGCC_VERSION_CODE=2096 -DASM_PEDANTIC -DGLIBC_VERSION_CODE=2002 -D_XOPEN_SOURC E -pipe -DUSING_NET -Wall -I/home/dperry/dosemu-1.1.4/src/plugin/kbd_unicode/ include -I/home/dperry/dosemu-1.1.4/src/plugin/translate/include -I/home/dperry/ dosemu-1.1.4/src/include -I/home/dperry/dosemu-1.1.4/src/dosext/dpmi -I/home/dpe rry/dosemu-1.1.4/src/include/slang -I/usr/X11R6/include -DDOSEMULIB_DEFAULT=/us r/local/share/dosemu -DDOSEMUHDIMAGE_DEFAULT=/var/lib/dosemu hdinfo.c -o hdinfo cpp0: hdinfo: No such file or directory make[2]: *** [hdinfo] Error 1 make[2]: Leaving directory `/home/dperry/dosemu-1.1.4/src/tools/periph' make[1]: *** [tools/periph] Error 2 make[1]: Leaving directory `/home/dperry/dosemu-1.1.4/src' make: *** [default] Error 2 ----------------------------------------------- Anybody had any ideas why it would break on this one directory? __________________________________________________ Do you Yahoo!? Yahoo! Tax Center - File online, calculators, forms, and more http://tax.yahoo.com ^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: dosemu 1.1.4 won't compile 2003-04-14 5:54 ` dosemu 1.1.4 won't compile Darryl Perry @ 2003-04-14 7:04 ` Justin Zygmont 2003-04-14 13:37 ` Bart Oldeman 1 sibling, 0 replies; 6+ messages in thread From: Justin Zygmont @ 2003-04-14 7:04 UTC (permalink / raw) To: Darryl Perry; +Cc: linux-msdos It works for me on 8.0, maybe a simple upgrade would solve the problem, whatever it is. On Sun, 13 Apr 2003, Darryl Perry wrote: > I'm trying to compile dosemu 1.1.4 on RH7.2, and after > doing default-configure, then make, I get the > following error: > > > make[2]: Leaving directory > `/home/dperry/dosemu-1.1.4/src/commands' > make[2]: Entering directory > `/home/dperry/dosemu-1.1.4/src/tools/periph' > gcc -x assembler -Wa,-a > -Wl,-Ttext,7c40,-e,_start16,--oformat,binary -nostdlib > - > s -o bootsect.h.tmp bootsect.S > bootsect.S.out > hexdump -v -e '"\n" 8/1 " 0x%02x,"' bootsect.h.tmp | > sed -e 's/ 0x ,//g' >boots > ect.h.tmp2 > echo "XXX" >>bootsect.h.tmp2 > sed -e 's/,XXX//' <bootsect.h.tmp2 >bootsect.h > rm -f bootsect.h.tmp bootsect.h.tmp2 > gcc -D_GNU_SOURCE -O2 -fomit-frame-pointer -MD > -mcpu=i586 -fno-strict-aliasing > -DGCC_VERSION_CODE=2096 -DASM_PEDANTIC > -DGLIBC_VERSION_CODE=2002 -D_XOPEN_SOURC > E -pipe -DUSING_NET -Wall > -I/home/dperry/dosemu-1.1.4/src/plugin/kbd_unicode/ > include > -I/home/dperry/dosemu-1.1.4/src/plugin/translate/include > -I/home/dperry/ > dosemu-1.1.4/src/include > -I/home/dperry/dosemu-1.1.4/src/dosext/dpmi > -I/home/dpe > rry/dosemu-1.1.4/src/include/slang > -I/usr/X11R6/include -DDOSEMULIB_DEFAULT=/us > r/local/share/dosemu > -DDOSEMUHDIMAGE_DEFAULT=/var/lib/dosemu hdinfo.c -o > hdinfo > cpp0: hdinfo: No such file or directory > make[2]: *** [hdinfo] Error 1 > make[2]: Leaving directory > `/home/dperry/dosemu-1.1.4/src/tools/periph' > make[1]: *** [tools/periph] Error 2 > make[1]: Leaving directory > `/home/dperry/dosemu-1.1.4/src' > make: *** [default] Error 2 > ----------------------------------------------- > Anybody had any ideas why it would break on this one directory? > > __________________________________________________ > Do you Yahoo!? > Yahoo! Tax Center - File online, calculators, forms, and more > http://tax.yahoo.com > - > To unsubscribe from this list: send the line "unsubscribe linux-msdos" in > the body of a message to majordomo@vger.kernel.org > More majordomo info at http://vger.kernel.org/majordomo-info.html > ^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: dosemu 1.1.4 won't compile 2003-04-14 5:54 ` dosemu 1.1.4 won't compile Darryl Perry 2003-04-14 7:04 ` Justin Zygmont @ 2003-04-14 13:37 ` Bart Oldeman 2003-04-14 16:02 ` Darryl Perry 1 sibling, 1 reply; 6+ messages in thread From: Bart Oldeman @ 2003-04-14 13:37 UTC (permalink / raw) To: Darryl Perry; +Cc: linux-msdos On Sun, 13 Apr 2003, Darryl Perry wrote: > I'm trying to compile dosemu 1.1.4 on RH7.2, and after > doing default-configure, then make, I get the > following error: > cpp0: hdinfo: No such file or directory > Anybody had any ideas why it would break on this one directory? Old problem: your gcc is broken. Get the one from RH 7.3 (or later) or look for upgrades at Red Hat's web site. Bart ^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: dosemu 1.1.4 won't compile 2003-04-14 13:37 ` Bart Oldeman @ 2003-04-14 16:02 ` Darryl Perry 0 siblings, 0 replies; 6+ messages in thread From: Darryl Perry @ 2003-04-14 16:02 UTC (permalink / raw) To: Bart Oldeman; +Cc: linux-msdos Figures! I can't upgrade right now because of old/bad HD, but when I can, I'll give it another try. I'll have to wait until then. Thanks for your help tho. --- Bart Oldeman <bartoldeman@users.sourceforge.net> wrote: > On Sun, 13 Apr 2003, Darryl Perry wrote: > > > I'm trying to compile dosemu 1.1.4 on RH7.2, and > after > > doing default-configure, then make, I get the > > following error: > > > cpp0: hdinfo: No such file or directory > > > Anybody had any ideas why it would break on this > one directory? > > Old problem: your gcc is broken. Get the one from RH > 7.3 (or later) or > look for upgrades at Red Hat's web site. > > Bart > > - > To unsubscribe from this list: send the line > "unsubscribe linux-msdos" in > the body of a message to majordomo@vger.kernel.org > More majordomo info at http://vger.kernel.org/majordomo-info.html ===== -Regards, Darryl Perry, Shaklee Independent Distributor 7921 Doe Trail Way, Antelope, Ca. 95843 Web: http://www.Top-Quality-Vitamins.com Cell: 916-397-6794 Email: dperry.geo@yahoo.com __________________________________________________ Do you Yahoo!? Yahoo! Tax Center - File online, calculators, forms, and more http://tax.yahoo.com ^ permalink raw reply [flat|nested] 6+ messages in thread
[parent not found: <BKEGKPICNAKILKJKMHCAKEKMCGAA.Riley@Williams.Name>]
* RE: dosemu 1.1.4 won't compile [not found] <BKEGKPICNAKILKJKMHCAKEKMCGAA.Riley@Williams.Name> @ 2003-04-14 16:00 ` Darryl Perry 0 siblings, 0 replies; 6+ messages in thread From: Darryl Perry @ 2003-04-14 16:00 UTC (permalink / raw) To: linux-msdos Hello Riley, The output you asked for looks like this: [dperry@cyberia dosemu-1.1.4]$ ls -l /home/dperry/dosemu-1.1.4/src/tools/periph/ total 84 -rw-r--r-- 1 dperry dperry 1829 Dec 17 17:36 Makefile -rw-r--r-- 1 dperry dperry 4042 Dec 17 17:36 bootsect.S -rw-rw-r-- 1 root root 8041 Apr 13 22:47 bootsect.S.out -rw-rw-r-- 1 root root 3136 Apr 13 22:47 bootsect.h -rw-r--r-- 1 dperry dperry 6203 Dec 17 17:36 dexeconfig.c -rw-r--r-- 1 dperry dperry 3551 Dec 17 17:36 dosctrl.c -rwxr-xr-x 1 dperry dperry 206 Nov 4 1995 getrom -rw-r--r-- 1 dperry dperry 0 Apr 13 22:47 hdinfo.c -rw-r--r-- 1 dperry dperry 626 Nov 4 1995 keyboard.c.diff -rw-r--r-- 1 dperry dperry 10126 Dec 17 17:36 mkfatimage.c -rw-r--r-- 1 dperry dperry 14789 Dec 17 17:36 mkfatimage16.c -rw-r--r-- 1 dperry dperry 1689 Dec 17 17:36 mkhdimage.c -rw-r--r-- 1 dperry dperry 1757 Dec 17 17:36 putrom.c -rw-r--r-- 1 dperry dperry 4036 Nov 3 1998 scsicheck.c -rw-r--r-- 1 dperry dperry 1062 Dec 17 17:36 vbioscheck.c [dperry@cyberia dosemu-1.1.4]$ --- Riley Williams <Riley@Williams.Name> > > ls -l /home/dperry/dosemu-1.1.4/src/tools/periph/ > > > Anybody had any ideas why it would break on this > one directory? > > It's breaking on the file, not the directory. > > Best wishes from Riley. __________________________________________________ Do you Yahoo!? Yahoo! Tax Center - File online, calculators, forms, and more http://tax.yahoo.com ^ permalink raw reply [flat|nested] 6+ messages in thread
end of thread, other threads:[~2003-04-14 16:02 UTC | newest]
Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2003-04-13 10:38 Strange ERROR Stas Sergeev
2003-04-14 5:54 ` dosemu 1.1.4 won't compile Darryl Perry
2003-04-14 7:04 ` Justin Zygmont
2003-04-14 13:37 ` Bart Oldeman
2003-04-14 16:02 ` Darryl Perry
[not found] <BKEGKPICNAKILKJKMHCAKEKMCGAA.Riley@Williams.Name>
2003-04-14 16:00 ` Darryl Perry
This is a public inbox, see mirroring instructions for how to clone and mirror all data and code used for this inbox