Hi,

Is it possible to configure a dexe to pick up arguments from the command line
and hand back the appropriate exit code when it finishes?  I would like to
run the TI DSP tools (C,asm,linker) using dosemu, but use gnu make hosted
on linux.  For example, this is the sort of thing I would like to do:

bash$ cc.dexe -o foo.o foo.c

Is there any chance of this working?  Alternatively, is there
a robust dos port of gnu make that will run under dosemu?  I've been running
a djgpp gnu make version 3.76.1, but it frequently hangs, at least when
trying to run the ADI DSP tools.

If it's not too much trouble, please cc any responses to me directly.
I just sent in my subscribe request, but I'm not sure how long vger will
take to process it.

thanks,
galen


Also, I can't get the example 'fallout.dexe' to run.  Does it work with 0.98.8?


[root@tinman dosemu]# cat /etc/redhat-release 
Red Hat Linux release 5.2 (Apollo)
[root@tinman dosemu]# cat /proc/version 
Linux version 2.0.38 ([EMAIL PROTECTED]) (gcc version 2.7.2.3) #1 Thu 
Oct 14 19:13:38 PDT 1999
[root@tinman dosemu]# which dosexec
/usr/bin/dosexec
[root@tinman dosemu]# rpm -qf /usr/bin/dosexec
dosemu-0.98.8-1
[root@tinman dosemu]# rpm -qi dosemu
Name        : dosemu                      Distribution: any i386
Version     : 0.98.8                            Vendor: DOSEMU-Development-Team
Release     : 1                             Build Date: Fri Jul  9 15:14:20 
1999
Install date: Wed Nov  3 02:51:18 1999      Build Host: hlermen2.lermen.priv
Group       : Applications/Emulators        Source RPM: dosemu-0.98.8-1.src.rpm
Size        : 3476493                          License: GPL version 2, (C) 
1994-1999 The DOSEMU-Development-Team
Packager    : Hans Lermen <[EMAIL PROTECTED]>
URL         : http://www.dosemu.org
Summary     : The Linux DOS emulator

[root@tinman dosemu]# whoami 
root
[root@tinman dosemu]# pwd
/var/lib/dosemu
[root@tinman dosemu]# ftp metalab.unc.edu
Connected to metalab.unc.edu.
...
ftp> cd pub/Linux/system/emulators/dosemu/dexe/
250 CWD command successful.
ftp> ls
200 PORT command successful.
150 Opening ASCII mode data connection for /bin/ls.
total 70
-r--r--r--   1 root     bin         71386 Apr 20  1997 fallout.dexe.gz
226 Transfer complete.
ftp> get fallout.dexe.gz
local: fallout.dexe.gz remote: fallout.dexe.gz
200 PORT command successful.
150 Opening BINARY mode data connection for fallout.dexe.gz (71386 bytes).
226 Transfer complete.
71386 bytes received in 12.5 secs (5.6 Kbytes/sec)

[root@tinman dosemu]# gunzip fallout.dexe.gz 
[root@tinman dosemu]# dosexec fallout.dexe 
CPU speed set to 350/1 MHz
Running on CPU=586, FPU=1, rdtsc=1
ERROR: DEXE file not found or not executable



Reply via email to