some problem when i want to build 14.1 aarch64 toolchain
when i build aarch64-none-elf toochain(14.1), i do as you writed in the readme. what do i change? i firstly download "https://developer.arm.com/-/media/Files/downloads/gnu/13.3.rel1/srcrel/arm-gnu-toolchain-src-snapshot-13.3.rel1.tar.xz" and your git repo .secondly,i let gcc version to 14.1 and let glibc version to 2.4,and then i build successfully.
But when i want to build aarch64-none-linux-gnu toochain(14.1)(use "build-gnu-toolchain.sh --target=aarch64-none-linux-gnu start"),i encoder some problems.(i use the same envirment as when i build aarch64-none-elf toochain(14.1))
- Make tips me that there is no .config in linux,i use make menconfig to create
- after do 1 ,and i continues make,and then it tips me to choose something like "arch_feather [n\y?]" or "Align linker sections up to SECTION_SIZE (DEBUG_ALIGN_RODATA) N/y/?" ,and at the end tips me "make:***No rule. to make target 'Files/dotnet/:/mnt/d/windows stop.make: Leaving directory '/home/shawn/files/obj/linux'"
here is my envirment "Linux DESKTOP-5M7SMEO 5.10.16.3-microsoft-standard-WSL2 #1 SMP Fri Apr 2 22:23:49 UTC 2021 x86_64 x86_64 x86_64 GNU/Linux"
so, do i ignore some steps or there is something need to do when building aarch64-none-linux-gnu toochain(14.1)