| Summary: | Buildroot linking error on Apple Silicon | ||
|---|---|---|---|
| Product: | buildroot | Reporter: | Jakub <jakub.swistak.stud> |
| Component: | Other | Assignee: | unassigned |
| Status: | RESOLVED INVALID | ||
| Severity: | normal | CC: | buildroot, james.hilliard1 |
| Priority: | P5 | ||
| Version: | 2022.11.1 | ||
| Target Milestone: | --- | ||
| Hardware: | Macintosh | ||
| OS: | Mac OS | ||
| Host: | Target: | ||
| Build: | |||
| Attachments: | Logs | ||
|
Description
Jakub
2023-03-01 13:26:51 UTC
Buildroot should mostly work on apple silicon, I have an autobuilder running on a M1 mac mini myself: http://autobuild.buildroot.net/?submitter=James+Hilliard+%28asahi-mini%29 Are you using the arch based Asahi Linux(https://asahilinux.org/)? Created attachment 9516 [details]
Logs
Logs of an errors from terminal
(In reply to Jakub from comment #0) Building on MacOS is unlikely to work, you really need to build on a Linux machine. x86-64 naturally gets most testing, but conceptually it should work to build on an arm64 Linux machine as well (except for the prebuilt external toolchains and similar). (In reply to James Hilliard from comment #1) I'm using macOS Ventura 13.2.1 and building an image for raspberry pi (In reply to Jakub from comment #4) Yeah, buildroot needs a Linux based host OS, macOS isn't going to work. You need to install something like Asahi Linux, a aarch64 virtual machine may also work via qemu or something. |