This is the mail archive of the fortran@gcc.gnu.org mailing list for the GNU Fortran project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

gfortran generated .s file lacks main


I compiled a simple hello world program using 
gfortran for arm. I inspected the .s file generated
using -S option. There was a MAIN__ label
but no main.
    When I tried to run it on the board, segmentation
fault was thrown. 
    Please help me what to do.

-----
Thanks,
 - vikramsp
-- 
View this message in context: http://old.nabble.com/gfortran-generated-.s-file-lacks-main-tp33314082p33314082.html
Sent from the gcc - fortran mailing list archive at Nabble.com.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]