Hello, I want to test out lwext4, however when I try to compile it, I get an error that ext4.h was not found. I have attached my main.cc, target.mk and squid.run files below. The platform I am using is x86_64 linux. If anyone knows has any idea how to link the lwext4 library please let me know, as I could not find much information online.
Best, Rumen
#include <ext4.h> #include <base/component.h> #include <base/log.h> namespace Squid { struct Main }; struct Squid::Main { Genode::Env &_env; Main(Genode::Env &env) : _env(env) { Genode::log("hello from squid"); } }; void Component::construct(Genode::Env &env) { Squid::Main(env); }
squid.run
Description: squid.run
TARGET = squid SRC_CC = main.cc LIBS = posix vfs_lwext4
_______________________________________________ users mailing list -- users@lists.genode.org To unsubscribe send an email to users-le...@lists.genode.org Archived at https://lists.genode.org/mailman3/hyperkitty/list/users@lists.genode.org/message/5SOZ3WSMLD3JFGUMQFUUYEEQCHY6UCIS/