Hi!
I'm attaching a patch that fixes some paths that don't correspond with the FHS standard. Feel free not to apply it if you don't see it fit, I can do that patching in the package. About the /usr/X11 thing, that directory is deprecated in favor of /usr/X11R6. You can check section 4.1 of the FHS (http://www.pathname.com/fhs/) Also I've come with some doubts. Users should be able to create custom disk images and ROMs easily, so I'm playing with that (maybe I can create a script) Regarding the harddisk, could you give me some info about calculating drive cylinders, heads, sectors (or sectors per track?) and sector size parameters basing on the drive size? I'm afraid I have little idea about that. Regarding the ROM, I've found your lkb utility which i plan to package either. I'll try to distribute the necessary arm binaries if I can. I didn't find any versioning in lkb, does it have some? Otherwise I can use 0.0.20020306 from the actual date. Cheers, -- ---------------------------------------------------- Robert Millan Debian GNU/* user zeratul2 wanadoo es http://getyouriso.dyndns.org/ ----------------------------------------------------
diff -ur /tmp/arcem-0.50/Makefile /home/rmh/debian/arm/arcem/arcem-0.50/Makefile --- /tmp/arcem-0.50/Makefile Tue Aug 3 22:00:16 1999 +++ /home/rmh/debian/arm/arcem/arcem-0.50/Makefile Mon Mar 4 18:23:28 2002 @@ -22,8 +22,8 @@ #Default endianness of the emulated processor (LITTLEEND or BIGEND) ENDIAN=LITTLEEND -CC = /home/dg/egcs/bin/gcc +CC = /usr/bin/gcc # add -DHOST_BIGENDIAN for big endian hosts, eg. sun, sgi, hp CFLAGS = -O6 -D$(ENDIAN) $(CFL) -Wall -Wno-return-type -DNOOS -DNOFPE -I/usr/X11/include #CFLAGS = -g -D$(ENDIAN) $(CFL) -Wall -DNOOS -DNOFPE -I/usr/X11/include -DBENCHMARKEXIT @@ -59,7 +59,7 @@ $(INSTALL) armul $(INSTALL_DIR) armul-arc: $(OBJS) $(MODEL).o - $(CC) $(CFLAGS) $(OBJS) $(MODEL).o -o $@ -L/usr/X11/lib -lm -lXext -lX11 + $(CC) $(CFLAGS) $(OBJS) $(MODEL).o -o $@ -L/usr/X11R6/lib -lm -lXext -lX11 clean: rm -f *.o arch/*.o armul-arc core *.bb *.bbg *.da