rnd-ash / Macchina-J2534

J2534 drivers for various Macchina hardware
78 stars 18 forks source link

Not able to build due to different dependency issues #14

Open tlowcode opened 3 years ago

tlowcode commented 3 years ago

Hi,

I'm struggling to build the sketch for me M2 -> I've already tried to resolve multiple dependencies (FreeRTOS, PWM_Lib, ...) but I'm still not able to build:

Before installing FreeRTOS lib: firmware:1:30: fatal error: Arduino_FreeRTOS.h: No such file or directory

After installing (and resolving some path issues): esp32_can_builtin.h:39:25: fatal error: driver/gpio.h: No such file or directory

Could you maybe list the libraries needed for compilation? I'm not sure if I'm using the correct ones ...

Thank you!