public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug target/115083] New: undefined reference for aarch64-w64-mingw32 target
@ 2024-05-14  8:05 unlvsur at live dot com
  2024-05-14  8:06 ` [Bug target/115083] " unlvsur at live dot com
                   ` (6 more replies)
  0 siblings, 7 replies; 8+ messages in thread
From: unlvsur at live dot com @ 2024-05-14  8:05 UTC (permalink / raw)
  To: gcc-bugs

https://gcc.gnu.org/bugzilla/show_bug.cgi?id=115083

            Bug ID: 115083
           Summary: undefined reference for aarch64-w64-mingw32 target
           Product: gcc
           Version: 15.0
            Status: UNCONFIRMED
          Severity: normal
          Priority: P3
         Component: target
          Assignee: unassigned at gcc dot gnu.org
          Reporter: unlvsur at live dot com
  Target Milestone: ---

Created attachment 58199
  --> https://gcc.gnu.org/bugzilla/attachment.cgi?id=58199&action=edit
config.log

undefined reference to `msformat_init()'


Windows on ARM64 platform target aarch64-w64-mingw32

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

* [Bug target/115083] undefined reference for aarch64-w64-mingw32 target
  2024-05-14  8:05 [Bug target/115083] New: undefined reference for aarch64-w64-mingw32 target unlvsur at live dot com
@ 2024-05-14  8:06 ` unlvsur at live dot com
  2024-05-14  9:07 ` rguenth at gcc dot gnu.org
                   ` (5 subsequent siblings)
  6 siblings, 0 replies; 8+ messages in thread
From: unlvsur at live dot com @ 2024-05-14  8:06 UTC (permalink / raw)
  To: gcc-bugs

https://gcc.gnu.org/bugzilla/show_bug.cgi?id=115083

--- Comment #1 from cqwrteur <unlvsur at live dot com> ---
Created attachment 58200
  --> https://gcc.gnu.org/bugzilla/attachment.cgi?id=58200&action=edit
error.txt

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

* [Bug target/115083] undefined reference for aarch64-w64-mingw32 target
  2024-05-14  8:05 [Bug target/115083] New: undefined reference for aarch64-w64-mingw32 target unlvsur at live dot com
  2024-05-14  8:06 ` [Bug target/115083] " unlvsur at live dot com
@ 2024-05-14  9:07 ` rguenth at gcc dot gnu.org
  2024-05-14  9:42 ` unlvsur at live dot com
                   ` (4 subsequent siblings)
  6 siblings, 0 replies; 8+ messages in thread
From: rguenth at gcc dot gnu.org @ 2024-05-14  9:07 UTC (permalink / raw)
  To: gcc-bugs

https://gcc.gnu.org/bugzilla/show_bug.cgi?id=115083

Richard Biener <rguenth at gcc dot gnu.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
           Keywords|                            |build

--- Comment #2 from Richard Biener <rguenth at gcc dot gnu.org> ---
is this a build issue of GCC itself?

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

* [Bug target/115083] undefined reference for aarch64-w64-mingw32 target
  2024-05-14  8:05 [Bug target/115083] New: undefined reference for aarch64-w64-mingw32 target unlvsur at live dot com
  2024-05-14  8:06 ` [Bug target/115083] " unlvsur at live dot com
  2024-05-14  9:07 ` rguenth at gcc dot gnu.org
@ 2024-05-14  9:42 ` unlvsur at live dot com
  2024-05-14  9:43 ` unlvsur at live dot com
                   ` (3 subsequent siblings)
  6 siblings, 0 replies; 8+ messages in thread
From: unlvsur at live dot com @ 2024-05-14  9:42 UTC (permalink / raw)
  To: gcc-bugs

https://gcc.gnu.org/bugzilla/show_bug.cgi?id=115083

--- Comment #3 from cqwrteur <unlvsur at live dot com> ---
(In reply to Richard Biener from comment #2)
> is this a build issue of GCC itself?

yes

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

* [Bug target/115083] undefined reference for aarch64-w64-mingw32 target
  2024-05-14  8:05 [Bug target/115083] New: undefined reference for aarch64-w64-mingw32 target unlvsur at live dot com
                   ` (2 preceding siblings ...)
  2024-05-14  9:42 ` unlvsur at live dot com
@ 2024-05-14  9:43 ` unlvsur at live dot com
  2024-05-14  9:44 ` rearnsha at gcc dot gnu.org
                   ` (2 subsequent siblings)
  6 siblings, 0 replies; 8+ messages in thread
From: unlvsur at live dot com @ 2024-05-14  9:43 UTC (permalink / raw)
  To: gcc-bugs

https://gcc.gnu.org/bugzilla/show_bug.cgi?id=115083

--- Comment #4 from cqwrteur <unlvsur at live dot com> ---
Created attachment 58203
  --> https://gcc.gnu.org/bugzilla/attachment.cgi?id=58203&action=edit
Patch

i have added a naive patch here.

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

* [Bug target/115083] undefined reference for aarch64-w64-mingw32 target
  2024-05-14  8:05 [Bug target/115083] New: undefined reference for aarch64-w64-mingw32 target unlvsur at live dot com
                   ` (3 preceding siblings ...)
  2024-05-14  9:43 ` unlvsur at live dot com
@ 2024-05-14  9:44 ` rearnsha at gcc dot gnu.org
  2024-05-14  9:45 ` unlvsur at live dot com
  2024-06-05 13:33 ` Evgeny.Karpov at microsoft dot com
  6 siblings, 0 replies; 8+ messages in thread
From: rearnsha at gcc dot gnu.org @ 2024-05-14  9:44 UTC (permalink / raw)
  To: gcc-bugs

https://gcc.gnu.org/bugzilla/show_bug.cgi?id=115083

--- Comment #5 from Richard Earnshaw <rearnsha at gcc dot gnu.org> ---
Please give the port developers time to finish working on the port.  Only the
initial patches have been pushed so far and there is plenty of work left to do.

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

* [Bug target/115083] undefined reference for aarch64-w64-mingw32 target
  2024-05-14  8:05 [Bug target/115083] New: undefined reference for aarch64-w64-mingw32 target unlvsur at live dot com
                   ` (4 preceding siblings ...)
  2024-05-14  9:44 ` rearnsha at gcc dot gnu.org
@ 2024-05-14  9:45 ` unlvsur at live dot com
  2024-06-05 13:33 ` Evgeny.Karpov at microsoft dot com
  6 siblings, 0 replies; 8+ messages in thread
From: unlvsur at live dot com @ 2024-05-14  9:45 UTC (permalink / raw)
  To: gcc-bugs

https://gcc.gnu.org/bugzilla/show_bug.cgi?id=115083

--- Comment #6 from cqwrteur <unlvsur at live dot com> ---
(In reply to Richard Earnshaw from comment #5)
> Please give the port developers time to finish working on the port.  Only
> the initial patches have been pushed so far and there is plenty of work left
> to do.

I am going to buy incoming lenovo aarch64 on windows machine next month. That
is why i need a fix to ensure i could run gcc on that machine.

windows on arm64 is very good now. It even runs world of warcraft.

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

* [Bug target/115083] undefined reference for aarch64-w64-mingw32 target
  2024-05-14  8:05 [Bug target/115083] New: undefined reference for aarch64-w64-mingw32 target unlvsur at live dot com
                   ` (5 preceding siblings ...)
  2024-05-14  9:45 ` unlvsur at live dot com
@ 2024-06-05 13:33 ` Evgeny.Karpov at microsoft dot com
  6 siblings, 0 replies; 8+ messages in thread
From: Evgeny.Karpov at microsoft dot com @ 2024-06-05 13:33 UTC (permalink / raw)
  To: gcc-bugs

https://gcc.gnu.org/bugzilla/show_bug.cgi?id=115083

Evgeny Karpov <Evgeny.Karpov at microsoft dot com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |Evgeny.Karpov at microsoft dot com

--- Comment #7 from Evgeny Karpov <Evgeny.Karpov at microsoft dot com> ---
Thank you for using the new aarch64-w64-mingw32 target. It seems that C++ is
being used in the configuration. This is not currently supported, but minimal
C++ support without SEH is coming soon, most likely with patch series 3 or 4 in
June or July. We are currently upstreaming patch series 2 and preparing patch
series 3. Please exclude C++ from configuration.

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

end of thread, other threads:[~2024-06-05 13:33 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2024-05-14  8:05 [Bug target/115083] New: undefined reference for aarch64-w64-mingw32 target unlvsur at live dot com
2024-05-14  8:06 ` [Bug target/115083] " unlvsur at live dot com
2024-05-14  9:07 ` rguenth at gcc dot gnu.org
2024-05-14  9:42 ` unlvsur at live dot com
2024-05-14  9:43 ` unlvsur at live dot com
2024-05-14  9:44 ` rearnsha at gcc dot gnu.org
2024-05-14  9:45 ` unlvsur at live dot com
2024-06-05 13:33 ` Evgeny.Karpov at microsoft dot com

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