Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

make sdk #1006

Open
LNJUSMART opened this issue Jan 14, 2024 · 2 comments
Open

make sdk #1006

LNJUSMART opened this issue Jan 14, 2024 · 2 comments

Comments

@LNJUSMART
Copy link

When I was making the SDK, I got the following problem and I don't know how to fix it

image

@FOJEROLE
Copy link

I have the same problem

@FOJEROLE
Copy link

But I use Ubuntu 20.04 and my Binutils(Assemblers) was not up-to-date
It's working for me after this upgrade

wget https://ftp.gnu.org/gnu/binutils/binutils-2.36.tar.gz
tar -xzvf binutils-2.36.tar.gz
cd binutils-2.36
./configure
make
sudo make install

Change in the right directory(linux-sgx) an apply: make sdk

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants