public inbox for newlib@sourceware.org
 help / color / mirror / Atom feed
* libgloss for aarch64 failed
@ 2022-03-25 10:38 Dalas Yoo
  2022-03-25 19:23 ` Mike Frysinger
  0 siblings, 1 reply; 3+ messages in thread
From: Dalas Yoo @ 2022-03-25 10:38 UTC (permalink / raw)
  To: newlib

Hello, I tried to build a newlib for cross-compile toolchain.

I configured libgloss below.

../libgloss/configure --target=aarch64-linux

When running make after, it failed with rdimon.specs cp.


Is there anybody else having the same problem?


Thanks,

Dalas

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: libgloss for aarch64 failed
  2022-03-25 10:38 libgloss for aarch64 failed Dalas Yoo
@ 2022-03-25 19:23 ` Mike Frysinger
  2022-03-26  2:18   ` Dalas Yoo
  0 siblings, 1 reply; 3+ messages in thread
From: Mike Frysinger @ 2022-03-25 19:23 UTC (permalink / raw)
  To: Dalas Yoo; +Cc: newlib

[-- Attachment #1: Type: text/plain, Size: 461 bytes --]

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

[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 833 bytes --]

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: libgloss for aarch64 failed
  2022-03-25 19:23 ` Mike Frysinger
@ 2022-03-26  2:18   ` Dalas Yoo
  0 siblings, 0 replies; 3+ messages in thread
From: Dalas Yoo @ 2022-03-26  2:18 UTC (permalink / raw)
  To: Dalas Yoo, newlib

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 <vapier@gentoo.org>님이 작성:

> 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
>

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2022-03-26  2:18 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-03-25 10:38 libgloss for aarch64 failed Dalas Yoo
2022-03-25 19:23 ` Mike Frysinger
2022-03-26  2:18   ` Dalas Yoo

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).