chongfenghao commented on issue #9976:
URL: https://github.com/apache/skywalking/issues/9976#issuecomment-1319743610

   > > /usr/include/php/Zend/zend_operators.h:487:10: error: 'asm goto' 
constructs are not supported yet
   > > /usr/include/php/Zend/zend_operators.h:537:10: error: 'asm goto' 
constructs are not supported yet
   > > /usr/include/php/Zend/zend_operators.h:594:10: error: 'asm goto' 
constructs are not supported yet
   > > /usr/include/php/Zend/zend_operators.h:684:10: error: 'asm goto' 
constructs are not supported yet
   > 
   > It seems that `clang-devel` 5.0+is not enough. Try upgrading to 9.0+.
   
   Amazing,it works. Thank you .
   
   more /etc/yum.repos.d/c7-llvm.repo
   [c7-llvm-toolset-9]
   name=c7-llvm-toolset-9
   baseurl=https://buildlogs.centos.org/c7-llvm-toolset-9.0.x86_64/
   gpgcheck=0
   enabled=1
   sslverify=0
   
   then execute the following command:
   
   yum install llvm-toolset-9.0
   source /opt/rh/llvm-toolset-9.0/enable
   pecl intall skywalking_gent
   
   Hope can help other guys~


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to