From mboxrd@z Thu Jan 1 00:00:00 1970 From: Jim Wilson Date: Wed, 30 Jan 2002 21:57:33 +0000 Subject: Re: [Linux-ia64] What's taking all the system time..? 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 >/tmp/ccC11dFe.s:15538: Error: Unknown opcode `data16.ua @iplt You need a newer binutils if you want to use gcc 3.0.[23] to compile C++ code. New IA-64 assembler syntax was introduced last summer, because it was not possible to fully implement the C++ ABI with the original assembler syntax. This new assembler syntax is used starting with gcc 3.0.2, and is not supported by any binutils older that last summer. That unfortunately means that binutils 2.11 is not new enough, you have to use an unreleased binutils from the FSF development source tree. Jim