Re: 'final link failed: Bad value' when building Linux/MIPS kernels.

2007-03-16 Thread H. J. Lu
On Fri, Mar 16, 2007 at 09:09:39AM -0400, Paul Koning wrote: > > "Steven" == Steven J Hill <[EMAIL PROTECTED]> writes: > > Steven> Greetings. I have been chasing down a binutils regression > Steven> that is preventing me from building a Linux/MIPS kernel using > Steven> a gcc-4.2 based too

Re: 'final link failed: Bad value' when building Linux/MIPS kernels.

2007-03-15 Thread H. J. Lu
On Thu, Mar 15, 2007 at 09:35:42PM -0500, Steven J. Hill wrote: > Greetings. > > I have been chasing down a binutils regression that is preventing me from > building a Linux/MIPS kernel using a gcc-4.2 based toolchain. Here is the > snippet of output when building a 2.6.12 kernel for my platform:

Re: /usr/bin/ld: unrecognized option '--as-needed'

2006-05-14 Thread H. J. Lu
On Sat, May 13, 2006 at 10:07:18PM -0400, Hypatia Rojas wrote: > Hi, > I am getting the following error: > > c97b1mn32:/usr/src/linux-2.6.5-7.244 # make prepare cloneconfig > Makefile:438: .config: No such file or directory > make[1]: Nothing to be done for `Makefile'. > Makefile:438: .config: No

Re: monitor instruction bug?

2005-10-10 Thread H. J. Lu
On Mon, Oct 10, 2005 at 04:01:10PM -0400, root wrote: > actually none of these bug reports are out of context. > i have an assembler file with every instruction in the intel docs > (we need a comprehensive test case) and > i'm just reporting the actual output from objdump. > > perhaps it's a versi

Re: monitor instruction bug?

2005-10-10 Thread H. J. Lu
On Mon, Oct 10, 2005 at 03:13:12PM -0400, root wrote: > > mwait ; 0F 01 C9 > > generates: > > 0f sidt (bad) > 01 c9 add ecx,ecx > > > (ref: p3-556 IA-32 Intel Architecture Software Developer's Manual > Vol 2A: Instruction Set Referen