Re: gfortran on Apple M1 function address problem

2021-09-11 Thread Thomas Koenig via Fortran
Hi Alex, the problem you describe is well-known. It is a result of changes that Apple made to the ARM Application Binary Interface when introducing the M1, which disallow the a method that gcc (and, by extension, gfortran) use for invoking nested functions, the so-called trampolines. There is

gfortran on Apple M1 function address problem

2021-09-09 Thread Alex Lelievre
Hi there, I’m a newbie to this list and tried my dearest to search the archives (with the scrollbar) to find an answer. I’m having a problem running a well known ham radio application called WSJT-X for the Apple M1 running Monterey with gfortran 11.2.0. Tthe code compiles fine. The issue is