heads
heads copied to clipboard
"x86_64-linux-musl-gcc: No such file or directory" when entering "make BOARD=x230-hotp-maximized bootstrap"
Context of the Build
1. What board are you trying to build? x230-maximized-hotp 2. What repository:branch are you using to build from?
- [ x] Heads:Master
- [ ] Other (please specify)
3. What version of coreboot are you trying to build
- [ ] 4.13
- [ ] 4.14
- [ ] 4.15
- [x ] 4.17
- [ ] Other (please specify)
4. In building the rom where did you get the blobs?
- [ ] No blobs required
- [ ] Provided by the company that installed Heads on the device
- [ ] Extracted from a backup rom taken from this device
- [ ] Extracted from another backup rom taken from another device (please identify the board model)
- [x ] Extracted from the online bios using the automated tools provided in Heads
- [ ] I don't know
5. If using the automated tools to get the blobs did you run the relevant scripts in the blobs directory
- [ x] Yes
- [ ] No
6. What operating system are you using Debian 11 please specify
Please describe the problem
I followed the instructions to the letter in https://osresearch.net/Flashing-guides and getting the message below. Is this normal/expected?
root@debian:/home/name/heads# make BOARD=x230-hotp-maximized bootstrap Makefile:169: warning: overriding recipe for target 'all' /home/name/heads/boards/x230-hotp-maximized/x230-hotp-maximized.config:82: warning: ignoring old recipe for target 'all' bash: line 1: /home/name/heads/crossgcc/x86/bin/x86_64-linux-musl-gcc: No such file or directory make: *** No rule to make target 'bootstrap'. Stop.
Describe the bug A clear and concise description of what the bug is.
To Reproduce Steps to reproduce the behavior:
- Go to '...'
- Click on '....'
- Scroll down to '....'
- See error
Expected behavior A clear and concise description of what you expected to happen.
Screenshots If applicable, add screenshots to help explain your problem.
Additional context Add any other context about the problem here.
@gittbuh sorry I missed notification about this issue.
I guess you mean https://osresearch.net/general-building/ ?
You should not have to call make BOARD=xyz bootstrap anymore. make BOARD=x230-hotp-maximized should work if you have all debian dependencies installed, after having ran the blobs/xx30/ script.