[coreboot - Bug #569] (New) coreinfo: i386-elf-gcc-ar: Cannot find binary 'i386-elf-ar'
Matthias Brugger <[email protected]>
| Newsgroups | gmane.linux.bios |
|---|---|
| Message-ID | <[email protected]> |
Issue #569 has been reported by Matthias Brugger.
----------------------------------------
Bug #569: coreinfo: i386-elf-gcc-ar: Cannot find binary 'i386-elf-ar'
https://ticket.coreboot.org/issues/569
* Author: Matthias Brugger
* Status: New
* Priority: Normal
* Target version: none
* Start date: 2024-11-14
* Affected versions: master
* Related links: https://doc.coreboot.org/tutorial/part1.html
----------------------------------------
Hi, when trying to compile the qemu example with latest branch, I get the following error:
```
~/src/coreboot/$ make -C payloads/coreinfo/
Makefile:358: warning: overriding recipe for target '/home/mbrugger/src/coreboot/payloads/coreinfo/libpayload/arch/x86/exec.libc.o'
Makefile:358: warning: ignoring old recipe for target '/home/mbrugger/src/coreboot/payloads/coreinfo/libpayload/arch/x86/exec.libc.o'
AR /home/mbrugger/src/coreboot/payloads/coreinfo/libpayload/libpci.a
/home/mbrugger/src/coreboot/payloads/libpayload/../../util/crossgcc/xgcc/bin/i386-elf-gcc-ar: Cannot find binary 'i386-elf-ar'
make[1]: *** [Makefile.mk:116: /home/mbrugger/src/coreboot/payloads/coreinfo/libpayload/libpci.a] Error 1
make: *** [../libpayload/Makefile.payload:153: /home/mbrugger/src/coreboot/payloads/coreinfo/libpayload/libpayload.a] Error 2
```
I double checked and ./util/crossgcc/xgcc/bin/i386-elf-ar exists. I suppose it's a problem in the cross compilation of i386-elf-gcc-ar
--
You have received this notification because you have either subscribed to it, or are involved in it.
To change your notification preferences, please click here: https://ticket.coreboot.org/my/account
_______________________________________________
coreboot mailing list -- [email protected]
To unsubscribe send an email to [email protected]