
On Mon, Dec 10, 2018 at 09:27:53PM -0300, Ezequiel Garcia wrote:
On Mon, 2018-12-10 at 18:41 -0500, Tom Rini wrote:
On Mon, Dec 10, 2018 at 06:31:29PM -0300, Ezequiel Garcia wrote:
On Mon, 2018-12-10 at 22:00 +0100, Andreas Färber wrote:
[snip]
Further, it would be very helpful - given the history of this patchset - to indicate which toolchain and version you used for building this.
I've used gcc version 5.3.0 (Sourcery CodeBench Lite 2016.05-8), installed via Buildroot. Wasn't really paying attention to the toolchain.
I'll test with a recent gcc and post the results.
Just to chime in on this part for now, to be clear, it needs to work with the default toolchain buildman uses, which is currently the gcc-7.3 kernel.org ones and buildman will fetch one for you.
Done!
$ strings u-boot | grep GCC mips-linux-gcc (GCC) 7.3.0 GCC: (GNU) 7.3.0 $ strings spl/u-boot-spl | grep GCC GCC: (GNU) 7.3.0
U-Boot 2019.01-rc1-00226-g208679cb9307 (Dec 10 2018 - 21:19:57 -0300)
CPU: Ingenic JZ4780 Board: Creator CI20 (rev.1) DRAM: 1 GiB MMC: MSC: 0, MSC: 1 Loading Environment from MMC... OK In: serial@10034000 Out: serial@10034000 Err: serial@10034000 Net: dm9000 Hit any key to stop autoboot: 0 =>
Yay!