| delorie.com/archives/browse.cgi | search |
| From: | Tom St Denis <stdenis AT compmore DOT net> |
| Newsgroups: | comp.os.msdos.djgpp |
| Subject: | FreeBE compilation woes |
| Date: | Tue, 02 Jan 2001 16:36:44 GMT |
| Organization: | Deja.com |
| Lines: | 41 |
| Message-ID: | <92t02s$3o7$1@nnrp1.deja.com> |
| NNTP-Posting-Host: | 24.156.37.224 |
| X-Article-Creation-Date: | Tue Jan 02 16:36:44 2001 GMT |
| X-Http-User-Agent: | Mozilla/4.0 (compatible; MSIE 4.01; Windows 98) |
| X-Http-Proxy: | 1.1 x69.deja.com:80 (Squid/1.1.22) for client 24.156.37.224 |
| X-MyDeja-Info: | XMYDJUIDtomstdenis |
| To: | djgpp AT delorie DOT com |
| DJ-Gateway: | from newsgroup comp.os.msdos.djgpp |
| Reply-To: | djgpp AT delorie DOT com |
Seems like I am not having luck.. I unziped the file freebs12.zip onto my directory (C:\toms\) with the folders option checked (yes I am sorry to admit I use winzip). Anyways... I cd'ed into C:\toms\freebe\ and typed 'make' and it gave me invalid asm statements in all helper.c functions that use them. For example from "gcc -c helper.c" I get ---- helper.c: In function `trace_putc': helper.c:47: Invalid `asm' statement: helper.c:47: fixed or forbidden register 0 (ax) was spilled for class AREG. helper.c: In function `rm_int': helper.c:160: Invalid `asm' statement: helper.c:160: fixed or forbidden register 0 (ax) was spilled for class AREG. helper.c: In function `allocate_dos_memory': helper.c:198: Invalid `asm' statement: helper.c:198: fixed or forbidden register 0 (ax) was spilled for class AREG. helper.c: In function `free_dos_memory': helper.c:228: Invalid `asm' statement: helper.c:228: fixed or forbidden register 0 (ax) was spilled for class AREG. helper.c: In function `allocate_selector': helper.c:282: Invalid `asm' statement: helper.c:282: fixed or forbidden register 0 (ax) was spilled for class AREG. helper.c: In function `free_selector': helper.c:311: Invalid `asm' statement: helper.c:311: fixed or forbidden register 0 (ax) was spilled for class AREG. ---- Tom Sent via Deja.com http://www.deja.com/
| webmaster | delorie software privacy |
| Copyright © 2019 by DJ Delorie | Updated Jul 2019 |