You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Although stdint.h is in this directory "/lib/gcc/aarch64-linux-gnu/6.1.1/include/" I am getting that stdint.h isn't there when building the kernel image. Any idea why this is happening?
The text was updated successfully, but these errors were encountered:
Which toolchain on which system are you using? Looks like there is something wrong with it. As a quickfix you can add -L/lib/gcc/aarch64-linux-gnu/6.1.1/include/ to CFLAGS in the Makefile.
Although stdint.h is in this directory "/lib/gcc/aarch64-linux-gnu/6.1.1/include/" I am getting that stdint.h isn't there when building the kernel image. Any idea why this is happening?
The text was updated successfully, but these errors were encountered: