From owner-freebsd-arm@freebsd.org Sat Jul 18 16:51:20 2015 Return-Path: Delivered-To: freebsd-arm@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id F0C8B9A4AFC for ; Sat, 18 Jul 2015 16:51:20 +0000 (UTC) (envelope-from bpurgar@gmail.com) Received: from mail-wg0-x232.google.com (mail-wg0-x232.google.com [IPv6:2a00:1450:400c:c00::232]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 8EC0B16F3 for ; Sat, 18 Jul 2015 16:51:20 +0000 (UTC) (envelope-from bpurgar@gmail.com) Received: by wgmn9 with SMTP id n9so102399215wgm.0 for ; Sat, 18 Jul 2015 09:51:17 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:date:message-id:subject:from:to:content-type; bh=wUfNHzHPDZu4bSgjloGTZdgF27INmzxg1Ei9gQV99Jg=; b=pHUTB3cDUi4BZKXAFxaRWqG1JvqxdxvxKYPkEYfOUag4uqLBzAr/foqXunO/GQ1zdi CjD+7D4sAg2u2hFshZj3ANGmehNIt5kt/5t4a3WFQ+fHHJioYPTRhJcZiNIdN0KlwuSK lN+AGOcl8If8DAVjEl8gZFzqDTEL1bRtXYZjHIhyBAgVacofRayxB8h5T9PiqtFxRRAI DL9ekgCHFym8X0yVmDD923x8hcgtHAcZgSRv2ODWYza+oBzRgI2LGV9Ci1MwGdyyXOoz uJwvxKPYbrdVwMC5ivGb2GPJfuvMQAavwPX7JLkwwJONtjpTMkc1wWgn3hRaEo0ZUU6M /3Dw== MIME-Version: 1.0 X-Received: by 10.194.174.194 with SMTP id bu2mr43362564wjc.76.1437238277904; Sat, 18 Jul 2015 09:51:17 -0700 (PDT) Received: by 10.28.98.133 with HTTP; Sat, 18 Jul 2015 09:51:17 -0700 (PDT) Date: Sat, 18 Jul 2015 18:51:17 +0200 Message-ID: Subject: avila boot2 problem ? From: Berislav Purgar To: "freebsd-arm@freebsd.org" Content-Type: text/plain; charset=UTF-8 X-Content-Filtered-By: Mailman/MimeDel 2.1.20 X-BeenThere: freebsd-arm@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: "Porting FreeBSD to ARM processors." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 18 Jul 2015 16:51:21 -0000 Hello . i got this when trying to compile boot2 for avila board : # cc -v FreeBSD clang version 3.6.1 (tags/RELEASE_361/final 237755) 20150525 Target: armeb--freebsd11.0-gnueabi Thread model: posix # pwd /root/avila/sys/boot/arm/ixp425/boot2 # make Warning: Object directory not changed from original /root/avila/sys/boot/arm/ixp425/boot2 cc -O -pipe -march=armv5te -D__XSCALE__ -DBOOT_STACK=0x200000-4 -I/root/avila/sys/boot/arm/ixp425/boot2/../../../common -I/root/avila/sys/boot/arm/ixp425/boot2 -DFIXUP_BOOT_DRV -Os -ffreestanding -I/root/avila/sys/boot/arm/ixp425/boot2/../../../.. -I/root/avila/sys/boot/arm/ixp425/boot2/../../../../arm -DCPU_XSCALE_IXP425 -Wall -Waggregate-return -Werror -Wnested-externs -Wpointer-arith -Wshadow -Wwrite-strings -Wmissing-prototypes -Wmissing-declarations -DBOOT_IXP425 -std=gnu99 -Qunused-arguments -c arm_init.S -o arm_init.o arm_init.S:33:2: warning: use of SP in the list is deprecated ldmia r1, {r1, r2, sp} ^ arm_init.S:52:77: error: .fnstart starts before the end of previous one .text; .align 2; .global cpu_id; .type cpu_id,#function; .code 32; cpu_id:; .fnstart; ^ arm_init.S:29:74: note: .fnstart was specified here .text; .align 2; .global start; .type start,#function; .code 32; start:; .fnstart ^ *** Error code 1 Stop. make[2]: stopped in /root/avila/sys/boot/arm/ixp425/boot2 # boot2 still broken on latest -HEAD ?