ESP CANbus not compiling

Any bugs you encounter with Flowcode should be discussed here.
BenR
Matrix Staff
Posts: 1978
http://meble-kuchenne.info.pl
Joined: Mon Dec 07, 2020 10:06 am
Has thanked: 519 times
Been thanked: 707 times

Re: ESP CANbus not compiling

Post 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.

Dutch
Posts: 9
Joined: Thu Jan 19, 2023 12:00 pm
Has thanked: 3 times
Been thanked: 2 times

Re: ESP CANbus not compiling

Post 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
Attachments
ESP ver.png
ESP ver.png (154.21 KiB) Viewed 262 times

BenR
Matrix Staff
Posts: 1978
Joined: Mon Dec 07, 2020 10:06 am
Has thanked: 519 times
Been thanked: 707 times

Re: ESP CANbus not compiling

Post by BenR »

Ok that's odd, I've pushed the change to the update system again.

Dutch
Posts: 9
Joined: Thu Jan 19, 2023 12:00 pm
Has thanked: 3 times
Been thanked: 2 times

Re: ESP CANbus not compiling

Post 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.

Post Reply