php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #67674 Error: Unrecognized opcode: fnstcw, fldcw
Submitted: 2014-07-24 11:13 UTC Modified: 2016-07-10 04:22 UTC
From: jachdocs at gmail dot com Assigned: cmb (profile)
Status: No Feedback Package: Compile Failure
PHP Version: 5.5.14 OS: FreeBsd 7
Private report: No CVE-ID: None
Welcome back! If you're the original bug submitter, here's where you can edit the bug or add additional notes.
If you forgot your password, you can retrieve your password here.
Password:
Status:
Package:
Bug Type:
Summary:
From: jachdocs at gmail dot com
New email:
PHP Version: OS:

 

 [2014-07-24 11:13 UTC] jachdocs at gmail dot com
Description:
------------
I am compiling PHP 5.5.14 sources for powerpc using make command

Here is an excerpt of the error

--------------------------
TARGET zend_float.o
-- command output --
In file included from ../../../../src/dist/php/Zend/zend_compile.h:719,
                 from ../../../../src/dist/php/Zend/zend_float.c:22:
../../../../src/dist/php/Zend/zend_vm_opcodes.h:173:7: warning: no newline at end of file
{standard input}: Assembler messages:
{standard input}:32: Error: Unrecognized opcode: `fnstcw'
{standard input}:34: Error: Unrecognized opcode: `fnstcw'
{standard input}:41: Error: Unrecognized opcode: `fldcw'
{standard input}:59: Error: Unrecognized opcode: `fldcw'
{standard input}:78: Error: Unrecognized opcode: `fnstcw'
{standard input}:85: Error: Unrecognized opcode: `fldcw'
*** Error code 1
-------------------------



Expected result:
----------------
to compile normal

Actual result:
--------------
fails to compile

Patches

Pull Requests

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2016-07-01 20:12 UTC] cmb@php.net
-Status: Open +Status: Feedback -Assigned To: +Assigned To: cmb
 [2016-07-01 20:12 UTC] cmb@php.net
Apparently, your system hasn't been correctly recognized by the
build system (fnstcw etc. are IA32 assembly instructions). Please
try with a recent PHP version, and report back whether this issue
has been resolved in the meantime.
 [2016-07-10 04:22 UTC] php-bugs at lists dot php dot net
No feedback was provided. The bug is being suspended because
we assume that you are no longer experiencing the problem.
If this is not the case and you are able to provide the
information that was requested earlier, please do so and
change the status of the bug back to "Re-Opened". Thank you.
 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Fri Sep 20 22:01:26 2024 UTC