From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from nz-out-0506.google.com (nz-out-0506.google.com [64.233.162.226]) by ozlabs.org (Postfix) with ESMTP id 0911BDDF6C for ; Fri, 20 Jul 2007 05:49:27 +1000 (EST) Received: by nz-out-0506.google.com with SMTP id l1so581043nzf for ; Thu, 19 Jul 2007 12:49:26 -0700 (PDT) Message-ID: Date: Thu, 19 Jul 2007 13:49:25 -0600 From: "Grant Likely" Sender: glikely@secretlab.ca To: "Geoff Levand" , linuxppc-dev , "Arnd Bergmann" , "Scott Wood" Subject: BUG: compile failure on ps3-head.S MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed List-Id: Linux on PowerPC Developers Mail List List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , commit id bafdb645779c63300763acb383f7b9dd2d427228 (on Linus' tree) causes breakage on my mpc8349 build (see below). I've worked around it by removing ps3* from arch/powerpc/boot/Makefile, but I have not dug into what the 'proper' solution should be. Cheers, g. Toolchain: gcc version 4.0.0 (DENX ELDK 4.0 4.0.0) Build command: make mpc834x_itxgp_defconfig; make zImage make ARCH=ppc64 -f scripts/Makefile.build obj=arch/powerpc/boot arch/powerpc/boot/zImage ppc_6xx-gcc -m32 -Wp,-MD,arch/powerpc/boot/.ps3-head.o.d -D__ASSEMBLY__ -Wall -Wundef -Wstrict-prototypes -Wno-trigraphs -fno-strict-aliasing -Os -msoft-float -pipe -fomit-frame-pointer -fno-builtin -fPIC -nostdinc -isystem /home/opt/eldk-4.0/usr/bin/../lib/gcc/powerpc-linux/4.0.0/include -traditional -nostdinc -c -o arch/powerpc/boot/ps3-head.o arch/powerpc/boot/ps3-head.S arch/powerpc/boot/ps3-head.S: Assembler messages: arch/powerpc/boot/ps3-head.S:40: Error: Unrecognized opcode: `clrldi' arch/powerpc/boot/ps3-head.S:41: Error: Unrecognized opcode: `mtmsrd' make[1]: *** [arch/powerpc/boot/ps3-head.o] Error 1 make: *** [zImage] Error 2 -- Grant Likely, B.Sc., P.Eng. Secret Lab Technologies Ltd. grant.likely@secretlab.ca (403) 399-0195