From owner-freebsd-arm@FreeBSD.ORG Thu Mar 19 07:11:30 2015 Return-Path: Delivered-To: freebsd-arm@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 5B1439C4 for ; Thu, 19 Mar 2015 07:11:30 +0000 (UTC) Received: from mail-yh0-x235.google.com (mail-yh0-x235.google.com [IPv6:2607:f8b0:4002:c01::235]) (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 18C7EFE8 for ; Thu, 19 Mar 2015 07:11:30 +0000 (UTC) Received: by yhch68 with SMTP id h68so23543942yhc.1 for ; Thu, 19 Mar 2015 00:11:29 -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=60+etXW3sxbnZm98Hhn3zb5tDBDrq9nA0qoovLMnWTU=; b=o78BEcAz8ijNMMErdqe39sNIPuRXA3CsdNCoDLo4PW1jjkZE8N2c3U+/2Ow7GqI+B3 KfLQkYSptkTV3F6aSNCis9qat2FEHhthg/1XYg6pkmGRuXz1C9xW4ZN4tqTb6ZGx5VSB lUgXjdbpp9CgN60f9DASgNw9VFlyFL4iVPrj4FXiVySFg6ukQukknCs1IYsvrLDiEL7k S1N5j1SLMKTIEei5m9uRusHJCWGi7nF/UNdXMYDX969O996kfCOusTTFDCFTl21nGGKA Cy+VV1W6j4EYD1tFNKDfdwsV7h4ODzZn+7mw6TLPGCfbVeLFTigQs9OXHb1MVVzK2vXf a2Rg== MIME-Version: 1.0 X-Received: by 10.236.21.196 with SMTP id r44mr39338055yhr.157.1426749089185; Thu, 19 Mar 2015 00:11:29 -0700 (PDT) Received: by 10.170.182.81 with HTTP; Thu, 19 Mar 2015 00:11:29 -0700 (PDT) Date: Thu, 19 Mar 2015 00:11:29 -0700 Message-ID: Subject: Digi-CCWMX53 - u-boot From: Russell Haley To: Rui Paulo , freebsd-arm , Tim Kientzle Content-Type: text/plain; charset=UTF-8 X-BeenThere: freebsd-arm@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: "Porting FreeBSD to ARM processors." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 19 Mar 2015 07:11:30 -0000 Rui, I am finally at a point where I can compile your u-boot fork for the Digi-CCWMX53 dev kit but I am getting the following error: # gmake SED=gsed HOSTCC=cc CROSS_COMPILE=arm-none-eabi- for dir in tools examples/standalone examples/api ; do gmake -C $dir _depend ; done gmake[1]: Entering directory '/usr/uboot/tools' gmake[1]: Nothing to be done for '_depend'. gmake[1]: Leaving directory '/usr/uboot/tools' gmake[1]: Entering directory '/usr/uboot/examples/standalone' gmake[1]: Nothing to be done for '_depend'. gmake[1]: Leaving directory '/usr/uboot/examples/standalone' gmake[1]: Entering directory '/usr/uboot/examples/api' gmake[1]: Nothing to be done for '_depend'. gmake[1]: Leaving directory '/usr/uboot/examples/api' gmake -C tools all gmake[1]: Entering directory '/usr/uboot/tools' cc -g -Wall -idirafter /usr/uboot/include -idirafter /usr/uboot/include2 -idirafter /usr/uboot/include -I /usr/uboot/libfdt -I /usr/uboot/tools -DTEXT_BASE=0x77800000 -DUSE_HOSTCC -D__KERNEL_STRICT_NAMES -O -c -o fdt.o cc: error: no input files Makefile:231: recipe for target 'fdt.o' failed gmake[1]: *** [fdt.o] Error 1 gmake[1]: Leaving directory '/usr/uboot/tools' Makefile:402: recipe for target 'tools' failed gmake: *** [tools] Error 2 Any help you could provide on this would be huge. I have also started putting together a crochet script. https://github.com/RussellHaley/crochet I didn't see the CCWMX53 in the u-boot board directory so I may not be able to do a straight patch to u-boot? I may need to code it to just do a git clone from your repository to start me off? Thanks, Russ