Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 11 May 1996 18:42:18 GMT
From:      James Raynard <fqueries@jraynard.demon.co.uk>
To:        eugene@sanet.ge
Cc:        freebsd-questions@freebsd.org
Subject:   Re: Problem with kernel rebuilding... (locore.s)
Message-ID:  <199605111842.SAA28070@jraynard.demon.co.uk>
In-Reply-To: <Pine.BSF.3.91.960511014835.561A-100000@wks2.sanet.ge> (message from Eugene Vekua on Sat, 11 May 1996 02:45:58 %2B0500 (BSD))

next in thread | previous in thread | raw e-mail | index | archive | help
>>>>> Eugene Vekua <eugene@sanet.ge> writes:
> 
> Below is the GENERIC which I use for kernel rebuilding, and the mistake 
> which I've got. As I understand the problem is with assembler source file 
> locore.s but I have no enough expirience with assembler for edit it, and 
> correct mistake, or may be I need to use additional key for compiler, I 
> don't know I'm stuck.
[snip]
> 
> /usr/src/sys/compile/EUGENE >make
> cpp -DLOCORE -nostdinc -I. -I../../ -I../../sys/ -I../../include -DEUGENE 
> -DI586_CPU -DBOUNCE_BUFFERS -DCOMPAT_43 -DPROCFS -DCD9660 -DMSDOSFS -DNFS 
> -DFFS -DINET -DMATH-EMULATE -DKERNEL -Di386 -DLOAD_ADDRESS=0xF0100000 
> ../../i386/i386/locore.s | as -o locore.o
> ../../i386/i386/locore.s:Assembler messages:
> ../../i386/i386/locore.s:156: Error: Rest of line ignored. First ignored 
> character is `b'.
> ../../i386/i386/locore.s:156: Error: invalid character '_' in opcode
> ../../i386/i386/locore.s:515: Error: operands givendon't match any known 
> 386 instruction
> ../../i386/i386/locore.s:516: Error: Unimplemented segment type 6 in 
> parse_operand

I think your locore.s file is corrupt. On my 2.0.5 CDROM, line 156
says

	movw	$0x1234,0x472			/* warm boot */

which doesn't even contain a '_'!




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199605111842.SAA28070>