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 minios fails on Ubuntu 20.04 error: no include path in which to search for stdint.h #500

Open
Acidguy opened this issue Nov 19, 2021 · 0 comments

Comments

@Acidguy
Copy link

Acidguy commented Nov 19, 2021

"/usr/lib/gcc/x86_64-linux-gnu/9/include/stdint.h":9:26: error: no include path in which to search for stdint.h

MK /home/super/clickosdev/clickos/minios/build/clickos_x86_64.gz
make[2]: Entering directory '/home/super/clickosdev/clickos/minios'
CC /home/super/clickosdev/mini-os/arch/x86/ioremap.c
In file included from /home/super/clickosdev/mini-os/include/types.h:52,
from /home/super/clickosdev/mini-os/arch/x86/ioremap.c:24:
/usr/lib/gcc/x86_64-linux-gnu/9/include/stdint.h:9:26: error: no include path in which to search for stdint.h
9 | # include_next <stdint.h>
| ^
In file included from /home/super/clickosdev/mini-os/arch/x86/ioremap.c:24:
/home/super/clickosdev/mini-os/include/types.h:79:9: error: unknown type name ‘intptr_t’
79 | typedef intptr_t ptrdiff_t;

any tips on how to resolve it I am not developer I am Infra engineer

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

1 participant