| www.delorie.com/archives/browse.cgi | search |
| X-pop3-spooler: | POP3MAIL 2.1.0 b 4 980420 -bs- |
| Delivered-To: | pcg AT goof DOT com |
| Message-ID: | <19980423034752.02220@cerebro.laendle> |
| Date: | Thu, 23 Apr 1998 03:47:52 +0200 |
| From: | Marc Lehmann <pcg AT goof DOT com> |
| To: | beastium-list AT Desk DOT nl |
| Subject: | Re: Problems with kernel 2.1.97 compilation |
| Mail-Followup-To: | beastium-list AT Desk DOT nl |
| References: | <19980422130135 DOT 49619 AT alter DOT ds14 DOT agh DOT edu DOT pl> |
| Mime-Version: | 1.0 |
| In-Reply-To: | <19980422130135.49619@alter.ds14.agh.edu.pl>; from Radek Stachowiak on Wed, Apr 22, 1998 at 01:01:35PM +0200 |
| X-Operating-System: | Linux version 2.1.97 (root AT cerebro) (gcc version pgcc-2.91.19 980404 (gcc2 ss-980401 experimental)) |
| Lines: | 30 |
On Wed, Apr 22, 1998 at 01:01:35PM +0200, Radek Stachowiak wrote:
> {standard input}: Assembler messages:
> {standard input}:653: Error: operands given don't match any known 386
> instruction
edit linux/include/system.h around line 296, you should find:
: "=m"(*(n)) : "a" (addr), "r"(n), "g"(limit), "i"(type))
change this to
: "=m"(*(n)) : "a" (addr), "r"(n), "r"(limit), "i"(type))
^ this is the important thing
That is the last line of the "#define _set_tssldt_desc".
> I have some suggestions but i don't even know how to check them :) so please
> help me with that.
> ... haifa code is buggy ???
> ... as from binutils is buggy ??
> ... some files from binutils package covers files from pgcc (or vice versa) ??
kernel is buggy? ;)
-----==- |
----==-- _ |
---==---(_)__ __ ____ __ Marc Lehmann +--
--==---/ / _ \/ // /\ \/ / pcg AT goof DOT com |e|
-=====/_/_//_/\_,_/ /_/\_\ --+
The choice of a GNU generation |
|
| webmaster | delorie software privacy |
| Copyright © 2019 by DJ Delorie | Updated Jul 2019 |