wichtounet / thor-os

Simple operating system in C++, written from scratch

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

#include <acommon.h> missing

hackerman008 opened this issue · comments

trying to make ur project but getting error .
include/acpica.hpp:18:10: fatal error: accommon.h: No such file or directory.
18 | #include <accommon.h> | ^~~~~~~~~~~~ compilation terminated.

This is very likely because you have not initialized the submodules.

Run this command into the thor-os director: git submodule update --init

And then try again.