From mboxrd@z Thu Jan 1 00:00:00 1970 From: Carlos Alberto Musich Cuevas Date: Wed, 16 Nov 2016 18:57:09 +0000 Subject: [U-Boot] 2016.09+fslc was working... But not anymore Message-ID: List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de Hello, The following sequence is causing the error below. Please note that few days ago it was working. SEQUENCE $ cd ~/ $ git clone https://github.com/Freescale/u-boot-fslc.git uboot2016 $ cd uboot2016 $ git checkout -b 2016.09+fslc remotes/origin/2016.09+fslc $ make udoo_defconfig $ make ERROR lib/asm-offsets.c:1:0: error: bad value (armv5) for -march= switch /* ^ make[1]: *** [lib/asm-offsets.s] Error 1 make: *** [prepare0] Error 2 Thanks! Regards, Carlos