Build on arm64 #253
Replies: 9 comments 156 replies
|
https://code.launchpad.net/~stsp-0/+archive/ubuntu/nasm-segelf/+packages |
|
Sorry, I stepped away from the test machine for a while.On 7 Dec 2024 9:09 pm, Stas Sergeev ***@***.***> wrote:
So they do not provide the
toolchain-i386 for arm currently.
I'll ask at their github what to do.
—Reply to this email directly, view it on GitHub, or unsubscribe.You are receiving this because you authored the thread.Message ID: ***@***.***>
|
|
Should now be fixed, please re-check. |
|
Off-topic: https://git.kernel.org/pub/scm/linux/kernel/git/netdev/net-next.git/commit/?id=3ca459eaba1b |
|
@stsp I'm trying to build raspberry pi packages on CI using arm64 Ubuntu runner and Raspios chroot. I seem to be getting an error building dj64dev, see https://github.com/andrewbird/packaging/actions/runs/16089257571/job/45404157905 |
|
CC=clang LD=ld.lld ./configure
How else?
Понедельник, 7 июля 2025 г получено от Andrew Bird:
… How do I switch dj64dev to build with clang?
--
Reply to this email directly or view it on GitHub:
#253 (reply in thread)
You are receiving this because you were mentioned.
Message ID: ***@***.***
|
|
If you are using meson, then try
configure.meson -c
Понедельник, 7 июля 2025 г получено от Andrew Bird:
… Dj64dev is now building without error using clang/lld. Next problem is FDPP so I tried to pass CC and LD to the Debian build process, but it doesn't seem to be using them.
https://github.com/andrewbird/packaging/actions/runs/16121584104/job/45488458346
--
Reply to this email directly or view it on GitHub:
#253 (reply in thread)
You are receiving this because you were mentioned.
Message ID: ***@***.***
|
|
I'm making DEBs. I saw |
|
Try `make CROSS_LD=ld.lld`
Понедельник, 7 июля 2025 г получено от Andrew Bird:
… I'm making DEBs. I saw `configure.meson` being used for RPMs, but I can't figure out how configure gets called by Debian build process?
--
Reply to this email directly or view it on GitHub:
#253 (comment)
You are receiving this because you were mentioned.
Message ID: ***@***.***
|
Uh oh!
There was an error while loading. Please reload this page.
I have an arm64 (raspberry pi5 8GB + SSD) that I'd like to see if I can get dosemu2/fdpp running on. First off I'm trying to build fdpp and so I'm installing the prerequisites, however I don't seem to be able to find nasm-segelf
Is this likely to be the first of such missing packages, in that they can't be made available for arm64, or should I persevere?
All reactions