GL-E750 OLED MCU compilation fails (Missing files)

Hello,
I’m trying to compile the GL-E750 MCU ipk follwing these instructions : GitHub - gl-inet/GL-E750-MCU-instruction: Gl-iNet E750 MCU instruction list but it fails with:
app.c:5:10: fatal error: gl/debug.h: No such file or directory

I cannot locate the gl/debug.h (and a few others files needed in the same missing gl directory) anywhere in the source tree.

Was anyone able to compile this MCU control ipk?
Does anyone know where this gl directroy is?

Thanks

1 Like

I have fixed this problem and you can pull the latest commit to recompile.

It’s been a long time but I can confirm I can compile this (and it works) on the latest openwrt snapshot. I had to write custom scripts though to have the screen updated with proper informations…