public inbox for fortran@gcc.gnu.org
 help / color / mirror / Atom feed
From: Steve Kargl <sgk@troutmask.apl.washington.edu>
To: Ken Woolridge <kwwoolridge@hotmail.com>
Cc: "fortran@gcc.gnu.org" <fortran@gcc.gnu.org>
Subject: Re: Can't link assembly routines
Date: Wed, 13 Mar 2024 11:43:27 -0700	[thread overview]
Message-ID: <ZfHzz_bahyO87X7z@troutmask.apl.washington.edu> (raw)
In-Reply-To: <SN7PR11MB66787AA8E72F1F1FA335B083B52A2@SN7PR11MB6678.namprd11.prod.outlook.com>

On Wed, Mar 13, 2024 at 12:05:16PM +0000, Ken Woolridge wrote:
> 
> When I attempt to link my test program (FF.F90) which calls UPPER_CASE (an assembly routine) I get the following error:
> 
> C:/Program Files/GCC/bin/../lib/gcc/i686-pc-mingw32/13.2.0/../../../../i686-pc-mingw32/bin/ld.exe: FF.OBJ:FF.F90:(.text+0x10c): undefined reference to `upper_case_'
> collect2.exe: error: ld returned 1 exit status

Well, does your archive contain a symbol name upper_case_?

-- 
Steve

  reply	other threads:[~2024-03-13 18:43 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2024-03-13 12:05 Ken Woolridge
2024-03-13 18:43 ` Steve Kargl [this message]
2024-03-14 23:47   ` rep.dot.nop

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=ZfHzz_bahyO87X7z@troutmask.apl.washington.edu \
    --to=sgk@troutmask.apl.washington.edu \
    --cc=fortran@gcc.gnu.org \
    --cc=kwwoolridge@hotmail.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).