ubuntu: Install LoongArch64 cross-compiler and QEMU
1 unresolved thread
1 unresolved thread
Using the newest ubuntu 24.04 for loongarch CI testing, worth noticing that ubuntu's cross-toolchain is ended with -14
version number, so we remove it to avoid specify CC
and NM
while compiling.
Building
./boot
./configure --target=loongarch64-linux-gnu --with-intree-gmp
hadrian/build -j16 --docs=none
Testing
CROSS_EMULATOR="qemu-loongarch64 -L /usr/loongarch64-linux-gnu/" EXTRA_HC_OPTS='-fexternal-interpreter' hadrian/build -j16 --docs=none --flavour=validate --bignum=native --test-speed=fast test`
Edited by lrzlin
Merge request reports
Activity
Filter activity
Related: ghc#25868
@fp has open a MR to test this ghc!14131 (closed) in ghc repo.
MR14132 Reopen an MR with draft flag.
See !167
Please register or sign in to reply