From mboxrd@z Thu Jan 1 00:00:00 1970 From: Jim Wilson Date: Thu, 06 Mar 2003 19:14:05 +0000 Subject: Re: [Linux-ia64] compiling 2.5.60 on hp simulator Message-Id: List-Id: References: In-Reply-To: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: linux-ia64@vger.kernel.org On Thu, 2003-03-06 at 08:41, Petur Thors wrote: > gas message: error file number less then one.\ What gcc version are you using? You can get this error if you try to use an old gcc version with a new gas version. This is because we made a change to how the file name info is emitted for the DWARF2 debug info. I suspect you are using a gcc-2.9x release, when you should be using a gcc-3.x release. Jim