Re: [U-Boot] strtonum() is gawk specific extension

2014-06-17 Thread Vasili Galka
Hi Simon, On Wed, Jun 18, 2014 at 9:10 AM, Simon Glass wrote: > I thought of an ugly way and sent a patch using bc, but please let me > know if you have something better. I honestly don't know. Is bc considered "standard" and always comes on Linux systems? Maybe there shall be a list of prerequi

Re: [U-Boot] strtonum() is gawk specific extension

2014-06-17 Thread Simon Glass
Hi, On 15 June 2014 06:56, Vasili Galka wrote: > The following patch "Check that u-boot.bin size looks correct": > http://patchwork.ozlabs.org/patch/355151/ > Uses strtonum() function which is gawk specific extension: > https://www.gnu.org/software/gawk/manual/html_node/Strtonum-Function.html > >

[U-Boot] strtonum() is gawk specific extension

2014-06-15 Thread Vasili Galka
The following patch "Check that u-boot.bin size looks correct": http://patchwork.ozlabs.org/patch/355151/ Uses strtonum() function which is gawk specific extension: https://www.gnu.org/software/gawk/manual/html_node/Strtonum-Function.html As a result, currenlty, u-boot/master generates build error