[asterisk-bugs] [JIRA] (ASTERISK-22931) Impossible to execute Asterisk because if illegal instruction

Private Name (JIRA) noreply at issues.asterisk.org
Mon Dec 2 04:35:03 CST 2013


Private Name created ASTERISK-22931:
---------------------------------------

             Summary: Impossible to execute Asterisk because if illegal instruction
                 Key: ASTERISK-22931
                 URL: https://issues.asterisk.org/jira/browse/ASTERISK-22931
             Project: Asterisk
          Issue Type: Bug
      Security Level: None
          Components: Core/BuildSystem
    Affects Versions: 12.0.0-beta2, 11.6.0
         Environment: 2.6.32-358.23.2.el6.x86_64

            Reporter: Private Name
            Severity: Blocker


I am affected by this bug. I cannot execute a compilation of asterisk 11 or 12 on Intel Nehalem,
Searching, I found the issue describe here:
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=52411 

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


--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.asterisk.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira



More information about the asterisk-bugs mailing list