Welcome! Log In Create A New Profile

Advanced

error: missing binary operator before token "("

Posted by mockingfrog 
error: missing binary operator before token "("
June 12, 2021 01:05PM
If I'm missing information please let me know and I'll post it ASAP.

Ender 3, Marlin 2.0.8.2, VSCode, Auto Build, SKR Mini E3 V2.0

I build using STM32F103RC_btt_512K_stm32 and I'm receiving the following message, and the build fails.

c:\users\*****\downloads\marlin-2.0.x\marlin\src\core\drivers.h:80:51: error: missing binary operator before token "("
80 | #define AXIS_DRIVER_TYPE(A,T) AXIS_DRIVER_TYPE_##A(T) (it points to the parenthesis in front of the single "T")
Re: error: missing binary operator before token "("
June 13, 2021 02:03AM
Need your Configs

but something wrong with one of your DRIVER_TYPE settings in Configuration.h
Sorry, only registered users may post in this forum.

Click here to login