Page 2 of 2

Re: ESP CANbus not compiling

Posted: Mon Sep 29, 2025 7:55 pm
by BenR
Hello,

The only thing you should need to do is to use the library updates tool from the help menu. This should give you the latest can driver that should allow internal can to compile.

Re: ESP CANbus not compiling

Posted: Tue Sep 30, 2025 5:07 pm
by Dutch
That i have done (more than ones ;) ) plus clean new install and its showing these versions for ESP (screenshot in attachments).

still compiling with 'can.h" build failed. :cry:


C:\ProgramData\MatrixTSL\FlowcodeV10\CAL\ESP\ESP_CAL_CAN.c:150:10: fatal error: driver/can.h: No such file or directory
150 | #include "driver/can.h"
| ^~~~~~~~~~~~~~
compilation terminated.
ninja: build stopped: subcommand failed.
ninja failed with exit code 1
Executing action: all (aliases: build)
Running ninja in directory C:\FC_ESP\mtxesp32s_sdkconfig\build
Executing "ninja all"...

Build Failed.

C:\ProgramData\MatrixTSL\FlowcodeV10\FCD\ESP\Batch\esp32_build.bat reported error code 0x1

Re: ESP CANbus not compiling

Posted: Wed Oct 01, 2025 3:16 pm
by BenR
Ok that's odd, I've pushed the change to the update system again.

Re: ESP CANbus not compiling

Posted: Wed Oct 01, 2025 4:56 pm
by Dutch
BenR wrote:
Wed Oct 01, 2025 3:16 pm
Ok that's odd, I've pushed the change to the update system again.
YES! :D 16 updates.

'Build completed sucsessfully' :mrgreen:
Back to creating CAN signals ! i'l test asap.

Thank you Ben.
Regards, Angelo.