bug-coreutils
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: mips 64 bit build - ls errors


From: Paul Eggert
Subject: Re: mips 64 bit build - ls errors
Date: Fri, 24 Dec 2004 23:29:24 -0800
User-agent: Gnus/5.1006 (Gnus v5.10.6) Emacs/21.3 (gnu/linux)

Jim Gifford <address@hidden> writes:

> lfs:~/build$ ls -t > test
> Illegal instruction

Can you use a debugger to find out more why it's failing?
E.g.:

   $ gdb src/ls
   GNU gdb 2002-04-01-cvs
   Copyright 2002 Free Software Foundation, Inc.
   GDB is free software, covered by the GNU General Public License, and you are
   welcome to change it and/or distribute copies of it under certain conditions.
   Type "show copying" to see the conditions.
   There is absolutely no warranty for GDB.  Type "show warranty" for details.
   This GDB was configured as "i386-linux"...
   (gdb) r -t >test
   Starting program: /home/eggert/src/gnu/cu-getdate/src/ls -t >test
   [New Thread 1024 (LWP 3354)]

   Program exited normally.

On your host, you should get an exception; at that point type
"where" to GDB, and get a backtrace.

Or, if you prefer a different debugger, please use that.




reply via email to

[Prev in Thread] Current Thread [Next in Thread]