Re: [coreboot] Building ARM toolchain fails with `cc1: fatal error: .vis: No such file or directory`

2015-02-27 Thread Paul Menzel
Am Donnerstag, den 26.02.2015, 22:15 +0100 schrieb Patrick Georgi: 2015-02-26 21:56 GMT+01:00 Aaron Durbin adur...@chromium.org: I reproduced the error. I was trying to figure out how to debug it. I entered into the util/crossgcc/build-armv7-a-eabi-gcc directory and typed make. Everything

Re: [coreboot] Building ARM toolchain fails with `cc1: fatal error: .vis: No such file or directory`

2015-02-26 Thread Aaron Durbin
I reproduced the error. I was trying to figure out how to debug it. I entered into the util/crossgcc/build-armv7-a-eabi-gcc directory and typed make. Everything worked... I'm trying again. I'm not really sure why one way would fail and the other not. On Wed, Feb 25, 2015 at 7:04 PM, Paul Menzel

Re: [coreboot] Building ARM toolchain fails with `cc1: fatal error: .vis: No such file or directory`

2015-02-26 Thread Patrick Georgi via coreboot
2015-02-26 21:56 GMT+01:00 Aaron Durbin adur...@chromium.org: I reproduced the error. I was trying to figure out how to debug it. I entered into the util/crossgcc/build-armv7-a-eabi-gcc directory and typed make. Everything worked... I'm trying again. I'm not really sure why one way would fail

Re: [coreboot] Building ARM toolchain fails with `cc1: fatal error: .vis: No such file or directory`

2015-02-26 Thread Kevin Paul Herbert
I have the same issue building ARM compilers for my board. I wasn't able to figure out the cause, so I reverted to 4.7.3. I tried 4.9.2 as well, and it failed in the same way. I am suspicious of gnu make as the cause. There is a pattern match base rule that is written as -include $*.vis - $*

[coreboot] Building ARM toolchain fails with `cc1: fatal error: .vis: No such file or directory` (was: Please advise: (new toolkit) crossgcc fails on ubuntu 32/64 bit fresh installs)

2015-02-25 Thread Paul Menzel
Dear coreboot folks, Am Sonntag, den 08.09.2013, 15:27 +0100 schrieb Mark Mc: Unfortunately it wont compile the rom without crossgcc compiling for both platforms, my crossgcc-build.log ends with and appears to have no other failures than: cc1: fatal error: .vis: No such file or directory