ipxe / wimboot

WIM bootloader
https://ipxe.org/wimboot
GNU General Public License v2.0
238 stars 42 forks source link

ARM32/ARM64 builds #3

Closed mcb30 closed 11 months ago

mcb30 commented 4 years ago

Description

As a user I would like to be able to use wimboot on ARM platforms, so that I can boot Windows on ARM platforms using HTTP.

Acceptance criteria

Dependencies

oxconan commented 2 years ago

Hi,

do you have a plan that implement it ?

— oxconan

GavinTan commented 2 years ago

I'm looking forward to supporting ARM.

bbtechlab commented 2 years ago

Hi Jeff, I have faced the issue with clang compiler, could you please suggest ?

vanquyen@VANQUYEN2:/mnt/c/work/repos/wimboot_aarch64/src$ make -f Makefile.arm wimboot /mnt/c/bin/clang.exe -Os -ffreestanding -Wall -W -nostdinc -I. -fshort-wchar -DVERSION="\"v2.7.4\"" -DSBAT_GENERATION="\"1\"" -include compiler.h -DASSEMBLY -Ui386 -E prefix.S -o prefix.aarch64.s /mnt/c/bin/llvm-as.exe -o prefix.aarch64.o prefix.aarch64.s llvm-as.exe: prefix.aarch64.s:1:1: error: expected top-level entity

1 "prefix.S"

^

: recipe for target 'prefix.aarch64.o' failed make: *** [prefix.aarch64.o] Error 1 rm prefix.aarch64.s
mcb30 commented 11 months ago

Implemented as of commit 2a3eb91