From owner-freebsd-ppc@FreeBSD.ORG Fri Oct 28 13:56:44 2011 Return-Path: Delivered-To: freebsd-ppc@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 29FAF106567B for ; Fri, 28 Oct 2011 13:56:44 +0000 (UTC) (envelope-from chmeeedalf@gmail.com) Received: from mail-vw0-f54.google.com (mail-vw0-f54.google.com [209.85.212.54]) by mx1.freebsd.org (Postfix) with ESMTP id E14358FC15 for ; Fri, 28 Oct 2011 13:56:43 +0000 (UTC) Received: by vws11 with SMTP id 11so5301491vws.13 for ; Fri, 28 Oct 2011 06:56:43 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=mime-version:sender:date:x-google-sender-auth:message-id:subject :from:to:content-type; bh=ybo6b7+aGL4t7ndPK7kYpMqdNtqDljtO7CDnvBYir64=; b=WYQ0psUv+ZVEz4gayieskfCHNnPtTL4ZRswpMDvaMaop++7fycEy6mMCm0A9p5aebM lhk7DlpYUAGUYM4xdxy1Ru8EetDEwvV9BHT/FmYzsc9Y0kJa+hk+oAfomycggqTYsUAy 74tGzyh8vkYz0ydFYOVRl78mecV/ewkbqmfw8= MIME-Version: 1.0 Received: by 10.68.55.100 with SMTP id r4mr4330889pbp.69.1319810202841; Fri, 28 Oct 2011 06:56:42 -0700 (PDT) Sender: chmeeedalf@gmail.com Received: by 10.142.212.3 with HTTP; Fri, 28 Oct 2011 06:56:42 -0700 (PDT) Date: Fri, 28 Oct 2011 09:56:42 -0400 X-Google-Sender-Auth: fRPD_DN04H5935Skh2YzCN2lIXo Message-ID: From: Justin Hibbits To: FreeBSD PowerPC ML Content-Type: text/plain; charset=ISO-8859-1 X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Subject: Building ppc64 on ppc32 X-BeenThere: freebsd-ppc@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting FreeBSD to the PowerPC List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 28 Oct 2011 13:56:44 -0000 I might be doing this wrong, but when trying to build the kernel for my G5 (powerpc64) I used the following line: sudo make buildworld buildkernel KERNCONF=GENERIC64 TARGET_ARCH=powerpc64 TARGET=powerpc Bug got the error: /usr/src/gnu/lib/libssp/libssp_nonshared/../../../../contrib/gcclibs/libssp/ssp-local.c:1: error: 64 bit CPU required What's the correct way to cross-build for ppc64 on a ppc32? I had done this before a few times, but can't for the life of me remember how. - Justin