Re: libgloss for aarch64 failed
Dalas Yoo <[email protected]>
| Newsgroups | gmane.comp.lib.newlib |
|---|---|
| Message-ID | <CALb-SNo9=XDfMUMt+i_QsOMf7x5MGx6FQDyWg2VFrObiFXLGhQ@mail.gmail.com> |
Thank you, Mike. You're my lifesaver. It was built successfully with your recommendation. Have good day, Dalas 2022년 3월 26일 (토) 오전 4:23, Mike Frysinger <[email protected]>님이 작성: > On 25 Mar 2022 19:38, Dalas Yoo wrote: > > Hello, I tried to build a newlib for cross-compile toolchain. > > > > I configured libgloss below. > > > > ../libgloss/configure --target=aarch64-linux > > fairly certain this target doesn't make sense for libgloss. it says your > OS > is Linux. libgloss builds for bare-metal targets. maybe someone else can > comment whether libgloss would ever do anything useful for a linux target. > > did you try aarch64-elf ? > -mike >