Re: Can't link assembly routines

2024-03-14 Thread rep . dot . nop
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-

Re: Can't link assembly routines

2024-03-13 Thread Steve Kargl
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: >

Can't link assembly routines

2024-03-13 Thread Ken Woolridge
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