how to make a toolchain to support os run fortran program
Posted: Sun Sep 16, 2012 8:57 pm
recently,I try to make an specific toolchain for my 64 bit os,then I use my toolchain to build and install it on my os , and they can be built and installed. Also C program can be run well on my os,
however fortran programs cannot be run at all.Firtstly ,I think I may link fortran programs to the wrong address,but I use the readelf to see the ELF of fortran programs ,and see the Load address is right.SO I am puzzled now.Now when I run the fortran programs I can't get any results and just hung there.
Can anyone gives me some tips why fortran programs cannot be run in my os?may it be the error in my toolchain?
Thanks in advance.
(P.S. :I do some changes to binutils and gcc to make the toolchain. And I also use the readelf the see )
Best~
however fortran programs cannot be run at all.Firtstly ,I think I may link fortran programs to the wrong address,but I use the readelf to see the ELF of fortran programs ,and see the Load address is right.SO I am puzzled now.Now when I run the fortran programs I can't get any results and just hung there.
Can anyone gives me some tips why fortran programs cannot be run in my os?may it be the error in my toolchain?
Thanks in advance.
(P.S. :I do some changes to binutils and gcc to make the toolchain. And I also use the readelf the see )
Best~