This is the mail archive of the gcc-bugs@gcc.gnu.org mailing list for the GCC 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]

[Bug c/52411] BUG gcc 4.6.2 Illegal Instruction (core dumped) asterisk


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=52411

--- Comment #11 from evrinoma at gmail dot com 2012-03-02 11:13:22 UTC ---
many thanks for help 

the asterisk makefile detecting and using incorrect compilation flags

ifeq ($(OSARCH),linux-gnu)
  ifeq ($(PROC),x86_64)
    # You must have GCC 3.4 to use k8, otherwise use athlon
#    PROC=k8
PROC=nocona
    #PROC=athlon
  endif

i changed parameter PROC on nocona 
The program successful build and program successful start without any errors


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