On 13 March 2024 19:43:27 CET, Steve Kargl
wrote:
>On Wed, Mar 13, 2024 at 12:05:16PM +, 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-
On Wed, Mar 13, 2024 at 12:05:16PM +, 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:
>
Hello,
I am trying to link gfortran routines which call assembly routines. The linker
cannot find these assembly routines although they have been
assembled using "as" and stored in a static library using "ar".
I have used the following options when assembling:
-c --32 -a=list_file_name -o o