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.
ESP CANbus not compiling
-
- 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
Regards Ben Rowland - MatrixTSL
Flowcode Online Code Viewer (Beta) - Flowcode Product Page - Flowcode Help Wiki - My YouTube Channel
Flowcode Online Code Viewer (Beta) - Flowcode Product Page - Flowcode Help Wiki - My YouTube Channel
Re: ESP CANbus not compiling
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.
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

still compiling with 'can.h" build failed.

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 (154.21 KiB) Viewed 259 times
-
- 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
Ok that's odd, I've pushed the change to the update system again.
Regards Ben Rowland - MatrixTSL
Flowcode Online Code Viewer (Beta) - Flowcode Product Page - Flowcode Help Wiki - My YouTube Channel
Flowcode Online Code Viewer (Beta) - Flowcode Product Page - Flowcode Help Wiki - My YouTube Channel
Re: ESP CANbus not compiling
YES!

'Build completed sucsessfully'

Back to creating CAN signals ! i'l test asap.
Thank you Ben.
Regards, Angelo.