uart_fixer.c -> ../../config/runtime_config.h not found
dodo-dk opened this issue · 2 comments
dodo-dk commented
Hi, when i build the redpill.ko it comes a fatal error:
CC [M] /home/dodo/redpill-lkm/shim/uart_fixer.o /home/dodo/redpill-lkm/shim/uart_fixer.c:3:53: fatal error: ../../config/runtime_config.h: Datei oder Verzeichnis nicht gefunden
If i edit the redpill-lkm/shim/uart_fixer.c and change from ../../ to ../ it works.
Is this a bug or what i do wrong?
Thank you very much, Good Work!
ttg-public commented
It is a bug indeed. We hit some happy patch with folder structure probably and that's why it did work on our test VM ;)
Also reported in c390f74#comments - we will push the fix quickly.
ttg-public commented
Fixed in 163a445