Re: [U-Boot] error in the make: bad value in the asm-offsets.c file

2018-11-08 Thread Chris Packham
On Fri, Nov 9, 2018 at 1:16 PM Chris Packham wrote: > > > > On Fri, 9 Nov 2018, 2:08 AM Sarah Wicker > >> Hi Chris, Ian, >> >> i tested with downloading and installing the package through the terminal, >> changing the CROSS_COMPILE value and redoing the make, it didn#t work. >> >> So i tried

Re: [U-Boot] error in the make: bad value in the asm-offsets.c file

2018-11-08 Thread Chris Packham
On Fri, 9 Nov 2018, 2:08 AM Sarah Wicker Hi Chris, Ian, > > i tested with downloading and installing the package through the terminal, > changing the CROSS_COMPILE value and redoing the make, it didn#t work. > > So i tried using the first link > https://www.kernel.org/pub/tools/crosstool/ and

Re: [U-Boot] error in the make: bad value in the asm-offsets.c file

2018-11-08 Thread Sarah Wicker
Hi Chris, Ian, i tested with downloading and installing the package through the terminal, changing the CROSS_COMPILE value and redoing the make, it didn#t work. So i tried using the first link https://www.kernel.org/pub/tools/crosstool/ and later https://toolchains.bootlin.com/ but still the

Re: [U-Boot] error in the make: bad value in the asm-offsets.c file

2018-11-07 Thread Chris Packham
Hi Ian, Sarah, On Thu, 8 Nov 2018, 6:09 AM Ian Kane Sarah, > > It looks to me from the attached image that the error is related to an > expected, but missing value for the -march flag. > To me, I'd expect to see "-march=ARMv5 switch" instead of "-march= > switch". Make note of the empty space

Re: [U-Boot] error in the make: bad value in the asm-offsets.c file

2018-11-07 Thread Ian Kane
Sarah, It looks to me from the attached image that the error is related to an expected, but missing value for the -march flag. To me, I'd expect to see "-march=ARMv5 switch" instead of "-march= switch". Make note of the empty space in the second. However I defer to anyone else more