Coder Social home page Coder Social logo

Comments (6)

sergeay avatar sergeay commented on July 25, 2024

You seem to have CONFIG_RETPOLINE=y. Where does this come from?
As far as I remember, it was introduced in kernel 4.16 but your Redhat platform has 3.10...
So this is weird.
Anyway if CONFIG_RETPOLINE=y then you may need the latest gcc version since older versions do not support it.
Again, something looks not standard in your platform as RETPOLINE was introduced in latest kernels which is not your case.
This problem has nothing to do with building the SGX driver and I would expect any kernel module build to hit the same issue.

from linux-sgx-driver.

sergeay avatar sergeay commented on July 25, 2024

Build errors for >= kernel 4.15 have been fixed.

from linux-sgx-driver.

jacmarjorie avatar jacmarjorie commented on July 25, 2024

Is there a fix for this? I'm hitting the same issue with gcc 7.2.1 via devtoolset-7 and same kernel (on centos7):

-bash-4.2$ make
make -C /lib/modules/3.10.0-693.21.1.el7.x86_64/build SUBDIRS=/nfs/home/jaclyns/ati/linux-sgx-driver modules
make[1]: Entering directory '/usr/src/kernels/3.10.0-693.21.1.el7.x86_64'
arch/x86/Makefile:166: *** CONFIG_RETPOLINE=y, but not supported by the compiler. Toolchain update recommended..  Stop.
make[1]: Leaving directory '/usr/src/kernels/3.10.0-693.21.1.el7.x86_64'
make: *** [Makefile:15: default] Error 2

from linux-sgx-driver.

sergeay avatar sergeay commented on July 25, 2024

CONFIG_RETPOLINE=y requires gcc version 7.3 or higher.
You probably have a older version, so check your version and upgrade gcc.

from linux-sgx-driver.

sergeay avatar sergeay commented on July 25, 2024

Can this one be closed, was your problem resolved?

from linux-sgx-driver.

jacmarjorie avatar jacmarjorie commented on July 25, 2024

Yes gcc version was the issue, thank you.

from linux-sgx-driver.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.