* Strange ERROR
@ 2003-04-11 16:30 Jacek Nowosielski
0 siblings, 0 replies; 6+ messages in thread
From: Jacek Nowosielski @ 2003-04-11 16:30 UTC (permalink / raw)
To: linux-msdos
Hi!
When I run djgpp under dosEMU it's crash. In log :
Slang:S-Lang Error: Inconsistency in define key.
CONF: reserving 64Kb at 0xE0000 for 'E' (EMS page frame)
TIME: using 9154 usec for updating ALRM timer
ERROR: CS selector invalid: 0x01CF, type=0 np=1
leavedos(36|0x24) called - shutting down
Please HELP me. I have no idea!
--
Jacek Nowosielski
^ permalink raw reply [flat|nested] 6+ messages in thread
* 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
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
-- strict thread matches above, loose matches on Subject: below --
2003-04-11 16:30 Strange ERROR Jacek Nowosielski
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox