EtchedPixels / FUZIX

FuzixOS: Because Small Is Beautiful
Other
2.15k stars 270 forks source link

Compilation Errors #984

Closed xmotif closed 1 year ago

xmotif commented 1 year ago

Trying to build FUZIX git for RC2014

(no change to config.h) FUZIX/Kernel/include/i2c.h:6:26: fatal error: platform_i2c.h: No such file or directory

(add #undef CONFIG_DEV_I2C) video-macca.c:260: error 20: Undefined identifier 'HW_PROPGFX' ...

EtchedPixels commented 1 year ago

Thanks.. let me check what I forgot to commit 8)

xmotif commented 1 year ago

Working great now, thanks.