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

stubs-lp64.h #10

Open
iliasLab opened this issue Jun 8, 2019 · 7 comments
Open

stubs-lp64.h #10

iliasLab opened this issue Jun 8, 2019 · 7 comments

Comments

@iliasLab
Copy link

iliasLab commented Jun 8, 2019

Hello everyone. I have a problem building busybear, because during my make order there is a fatal error as stubs-lp64.h is missing. Can anyone help me fix this problem? I found a relative post but the answers couldn' t help me fix it. Please make simple answers. Still an amateur.

@michaeljclark
Copy link
Owner

Can you include snippets from the build log and the command you executed?

it will help me figure out which build step has failed

@morganteg
Copy link

Hi, I've the same problem. Any suggestion? Here my log:

/opt/riscv/sysroot/usr/include/gnu/stubs.h:17:11: fatal error: gnu/stubs-lp64.h: No such file or directory

include <gnu/stubs-lp64.h>

       ^~~~~~~~~~~~~~~~~~

compilation terminated.

@morganteg
Copy link

A solution that seems to work is:

  1. Go to folder /opt/riscv/sysroot/usr/include/gnu/
  2. cp stubs-lp64d.h stubs-lp64.h

Re-run make command.

@milisarge
Copy link

it works 👍

@tdietert
Copy link

@morganteg amazing, thank you!

@eaglepie
Copy link

eaglepie commented Sep 28, 2023

it works 👍

Can you provide that file again?stubs-lp64.h or stubs-lp64d.h ,please help me.

@eaglepie
Copy link

eaglepie commented Sep 28, 2023

someone can provide this file stubs-lp64.h or stubs-lp64d.h ,please! I need this file.

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

6 participants