[coreboot] Re: compiler/toolchain issue?

2019-06-26 Thread Marshall Dawson
Hi Mike, I probably started skipping past this thread as soon as I saw the the initial response. It failed my 0.25-second test -- sorry. Julius is right, though. cbfstool is built with your host compiler and the older versions of gcc don't like that patch. As I am currently stuck on using

[coreboot] Re: compiler/toolchain issue?

2019-06-25 Thread Julius Werner
> Using git blame, all of the code (cbfstool & commonlib headers) was last > modified 2015 and 2017, so figure it is toolchain and/or my host, which > is Ubuntu 16.04. No, the code it's choking on was actually added in April: https://review.coreboot.org/32027 I think I cherry-picked and modified

[coreboot] Re: compiler/toolchain issue?

2019-06-19 Thread Lance Zhao
https://doc.coreboot.org/lessons/lesson1.html got followed? 于2019年6月19日周三 下午10:12写道: > On 2019-06-14 13:47, Patrick Georgi wrote: > > Hey Mike, > >> > > > /local/mnt/workspace/mturney/gitrepos/qualcomm/chromebook/cbdc-meta/standalone/coreboot/util/cbfstool/cbfstool.c:546:19: > >> > >> note: in

[coreboot] Re: compiler/toolchain issue?

2019-06-19 Thread mturney
On 2019-06-14 13:47, Patrick Georgi wrote: Hey Mike, /local/mnt/workspace/mturney/gitrepos/qualcomm/chromebook/cbdc-meta/standalone/coreboot/util/cbfstool/cbfstool.c:546:19: note: in expansion of macro 'MAX' uint32_t size = MAX(hs, param.padding); This is built with your host compiler.

[coreboot] Re: compiler/toolchain issue?

2019-06-14 Thread Patrick Georgi via coreboot
Hey Mike, schrieb am Fr., 14. Juni 2019, 22:12: > >Please make sure you have the correct access rights >and the repository exists. >Clone of > 'ssh://review-android.quicinc.com:29418/coreboot/chrome-ec.git' into > submodule path '3rdparty/chromeec' failed > These are because we use