Hello Johannes,
On Mon, May 15, 2017 at 01:16:45PM +0200, Johannes Kliemann wrote:
I tried to play around with the acpica port. I strongly used the code from `/repos/libports/src/app/acpica/os.cc` as reference. When I compile my code, I get the following error:
/.../genode/repos/demo/src/app/acpi_i2c/main.cc: In constructor ‘Acpica::Main::Main(Genode::Env&)’: /.../genode/repos/demo/src/app/acpi_i2c/main.cc:54:49: error: no match for call to ‘(Genode::Signal_handlerAcpica::Main) (Genode::Entrypoint&, Acpica::Main&, void (Acpica::Main::*)())’ sci_irq(env.ep(), *this, &Main::acpi_irq)
Please remove line 53 because it's redundant resp. looks like a copy-paste error.
Greets