开源改变世界!!

Nucleo-F446RE (BOARD_PROTONEER_3XX) 编译错误 #101

推推 grbl 2年前 (2023-02-08) 154次浏览
打开
jielemon 开启了这个issue 2022 年 11 月 1 日 · 4条评论
打开

Nucleo-F446RE (BOARD_PROTONEER_3XX) 编译错误#101

jielemon 开启了这个issue 2022 年 11 月 1 日 · 4条评论

评论

Nucleo-F446RE (BOARD_PROTONEER_3XX) 编译错误 #101

你好,

我刚刚为 STM32F4xx 和核心下载了最新版本的 grblHAL,但构建失败。
https://github.com/grblHAL/STM32F4xx
https://github.com/grblHAL/core

你能调查一下这个问题吗?谢谢你!

最好的问候,
朱蒂

PS:控制台消息
12:18:11 **** 为项目 GRBL Driver STM32F401 构建配置 Debug F446 Nucleo64 ****
make -j4 all
arm-none-eabi-gcc “../grbl/alarms.c” -mcpu=cortex-m4 -std=gnu11 -g -DUSE_HAL_DRIVER -DSTM32F446xx -DNUCLEO_F446 -DDEBUG -c -I”C:/LJ/WFH/STM32F /STM32CubeIDE/workspace_1.9.0a/GRBL 驱动 STM32F401″ -I”C:/LJ/WFH/STM32F/STM32CubeIDE/workspace_1.9.0a/GRBL 驱动 STM32F401/FatFs” -I../Inc -I../Drivers/ CMSIS/Include -I../Drivers/STM32F4xx_HAL_Driver/Inc -I../Middlewares/ST/STM32_USB_Device_Library/Class/CDC/Inc -I../Drivers/CMSIS/Device/ST/STM32F4xx/Include -I../中间件/ST/STM32_USB_Device_Library/Core/Inc -I../Drivers/STM32F4xx_HAL_Driver/Inc/Legacy -I../USB_DEVICE/App -I../USB_DEVICE/Target -Os -ffunction-sections -fdata-sections -Wall – fstack-usage -MMD -MP -MF”grbl/alarms.d” -MT”grbl/alarms.o” –specs=nano.specs -mfpu=fpv4-sp-d16 -mfloat-abi=hard -mthumb -o “grbl/alarms.o”
arm-none-eabi-gcc “../grbl/coolant_control.c” -mcpu=cortex-m4 -std=gnu11 -g -DUSE_HAL_DRIVER -DSTM32F446xx -DNUCLEO_F446 -DDEBUG -c -I”C:/LJ/WFH/STM32F /STM32CubeIDE/workspace_1.9.0a/GRBL 驱动 STM32F401″ -I”C:/LJ/WFH/STM32F/STM32CubeIDE/workspace_1.9.0a/GRBL 驱动 STM32F401/FatFs” -I../Inc -I../Drivers/ CMSIS/Include -I../Drivers/STM32F4xx_HAL_Driver/Inc -I../Middlewares/ST/STM32_USB_Device_Library/Class/CDC/Inc -I../Drivers/CMSIS/Device/ST/STM32F4xx/Include -I../中间件/ST/STM32_USB_Device_Library/Core/Inc -I../Drivers/STM32F4xx_HAL_Driver/Inc/Legacy -I../USB_DEVICE/App -I../USB_DEVICE/Target -Os -ffunction-sections -fdata-sections -Wall – fstack-usage -MMD -MP -MF”grbl/coolant_control.d” -MT”grbl/coolant_control.o” –specs=nano.specs -mfpu=fpv4-sp-d16 -mfloat-abi=hard -mthumb -o “grbl/coolant_control.o”
arm-none-eabi-gcc “../grbl/corexy.c” -mcpu=cortex-m4 -std=gnu11 -g -DUSE_HAL_DRIVER -DSTM32F446xx -DNUCLEO_F446 -DDEBUG -c -I”C:/LJ/WFH/STM32F /STM32CubeIDE/workspace_1.9.0a/GRBL 驱动 STM32F401″ -I”C:/LJ/WFH/STM32F/STM32CubeIDE/workspace_1.9.0a/GRBL 驱动 STM32F401/FatFs” -I../Inc -I../Drivers/ CMSIS/Include -I../Drivers/STM32F4xx_HAL_Driver/Inc -I../Middlewares/ST/STM32_USB_Device_Library/Class/CDC/Inc -I../Drivers/CMSIS/Device/ST/STM32F4xx/Include -I../中间件/ST/STM32_USB_Device_Library/Core/Inc -I../Drivers/STM32F4xx_HAL_Driver/Inc/Legacy -I../USB_DEVICE/App -I../USB_DEVICE/Target -Os -ffunction-sections -fdata-sections -Wall – fstack-usage -MMD -MP -MF”grbl/corexy.d” -MT”grbl/corexy.o” –specs=nano.specs -mfpu=fpv4-sp-d16 -mfloat-abi=hard -mthumb -o “grbl/corexy.o”
arm-none-eabi-gcc “../grbl/errors.c” -mcpu=cortex-m4 -std=gnu11 -g -DUSE_HAL_DRIVER -DSTM32F446xx -DNUCLEO_F446 -DDEBUG -c -I”C:/LJ/WFH/STM32F /STM32CubeIDE/workspace_1.9.0a/GRBL 驱动 STM32F401″ -I”C:/LJ/WFH/STM32F/STM32CubeIDE/workspace_1.9.0a/GRBL 驱动 STM32F401/FatFs” -I../Inc -I../Drivers/ CMSIS/Include -I../Drivers/STM32F4xx_HAL_Driver/Inc -I../Middlewares/ST/STM32_USB_Device_Library/Class/CDC/Inc -I../Drivers/CMSIS/Device/ST/STM32F4xx/Include -I../中间件/ST/STM32_USB_Device_Library/Core/Inc -I../Drivers/STM32F4xx_HAL_Driver/Inc/Legacy -I../USB_DEVICE/App -I../USB_DEVICE/Target -Os -ffunction-sections -fdata-sections -Wall – fstack-usage -MMD -MP -MF”grbl/errors.d” -MT”grbl/errors.o” –specs=nano.specs -mfpu=fpv4-sp-d16 -mfloat-abi=hard -mthumb -o “grbl/errors.o”
arm-none-eabi-gcc “../grbl/gcode.c” -mcpu=cortex-m4 -std=gnu11 -g -DUSE_HAL_DRIVER -DSTM32F446xx -DNUCLEO_F446 -DDEBUG -c -I”C:/LJ/WFH/STM32F /STM32CubeIDE/workspace_1.9.0a/GRBL 驱动 STM32F401″ -I”C:/LJ/WFH/STM32F/STM32CubeIDE/workspace_1.9.0a/GRBL 驱动 STM32F401/FatFs” -I../Inc -I../Drivers/ CMSIS/Include -I../Drivers/STM32F4xx_HAL_Driver/Inc -I../Middlewares/ST/STM32_USB_Device_Library/Class/CDC/Inc -I../Drivers/CMSIS/Device/ST/STM32F4xx/Include -I../中间件/ST/STM32_USB_Device_Library/Core/Inc -I../Drivers/STM32F4xx_HAL_Driver/Inc/Legacy -I../USB_DEVICE/App -I../USB_DEVICE/Target -Os -ffunction-sections -fdata-sections -Wall – fstack-usage -MMD -MP -MF”grbl/gcode.d” -MT”grbl/gcode.o” –specs=nano.specs -mfpu=fpv4-sp-d16 -mfloat-abi=hard -mthumb -o “grbl/gcode.o”
arm-none-eabi-gcc “../grbl/grbllib.c” -mcpu=cortex-m4 -std=gnu11 -g -DUSE_HAL_DRIVER -DSTM32F446xx -DNUCLEO_F446 -DDEBUG -c -I”C:/LJ/WFH/STM32F /STM32CubeIDE/workspace_1.9.0a/GRBL 驱动 STM32F401″ -I”C:/LJ/WFH/STM32F/STM32CubeIDE/workspace_1.9.0a/GRBL 驱动 STM32F401/FatFs” -I../Inc -I../Drivers/ CMSIS/Include -I../Drivers/STM32F4xx_HAL_Driver/Inc -I../Middlewares/ST/STM32_USB_Device_Library/Class/CDC/Inc -I../Drivers/CMSIS/Device/ST/STM32F4xx/Include -I../中间件/ST/STM32_USB_Device_Library/Core/Inc -I../Drivers/STM32F4xx_HAL_Driver/Inc/Legacy -I../USB_DEVICE/App -I../USB_DEVICE/Target -Os -ffunction-sections -fdata-sections -Wall – fstack-usage -MMD -MP -MF”grbl/grbllib.d” -MT”grbl/grbllib.o” –specs=nano.specs -mfpu=fpv4-sp-d16 -mfloat-abi=hard -mthumb -o “grbl/grbllib.o”
arm-none-eabi-gcc “../grbl/ioports.c” -mcpu=cortex-m4 -std=gnu11 -g -DUSE_HAL_DRIVER -DSTM32F446xx -DNUCLEO_F446 -DDEBUG -c -I”C:/LJ/WFH/STM32F /STM32CubeIDE/workspace_1.9.0a/GRBL 驱动 STM32F401″ -I”C:/LJ/WFH/STM32F/STM32CubeIDE/workspace_1.9.0a/GRBL 驱动 STM32F401/FatFs” -I../Inc -I../Drivers/ CMSIS/Include -I../Drivers/STM32F4xx_HAL_Driver/Inc -I../Middlewares/ST/STM32_USB_Device_Library/Class/CDC/Inc -I../Drivers/CMSIS/Device/ST/STM32F4xx/Include -I../中间件/ST/STM32_USB_Device_Library/Core/Inc -I../Drivers/STM32F4xx_HAL_Driver/Inc/Legacy -I../USB_DEVICE/App -I../USB_DEVICE/Target -Os -ffunction-sections -fdata-sections -Wall – fstack-usage -MMD -MP -MF”grbl/ioports.d” -MT”grbl/ioports.o” –specs=nano.specs -mfpu=fpv4-sp-d16 -mfloat-abi=hard -mthumb -o “grbl/ioports.o”
arm-none-eabi-gcc “../grbl/machine_limits.c” -mcpu=cortex-m4 -std=gnu11 -g -DUSE_HAL_DRIVER -DSTM32F446xx -DNUCLEO_F446 -DDEBUG -c -I”C:/LJ/WFH/STM32F /STM32CubeIDE/workspace_1.9.0a/GRBL 驱动 STM32F401″ -I”C:/LJ/WFH/STM32F/STM32CubeIDE/workspace_1.9.0a/GRBL 驱动 STM32F401/FatFs” -I../Inc -I../Drivers/ CMSIS/Include -I../Drivers/STM32F4xx_HAL_Driver/Inc -I../Middlewares/ST/STM32_USB_Device_Library/Class/CDC/Inc -I../Drivers/CMSIS/Device/ST/STM32F4xx/Include -I../中间件/ST/STM32_USB_Device_Library/Core/Inc -I../Drivers/STM32F4xx_HAL_Driver/Inc/Legacy -I../USB_DEVICE/App -I../USB_DEVICE/Target -Os -ffunction-sections -fdata-sections -Wall – fstack-usage -MMD -MP -MF”grbl/machine_limits.d” -MT”grbl/machine_limits.o” –specs=nano.specs -mfpu=fpv4-sp-d16 -mfloat-abi=hard -mthumb -o “grbl/machine_limits.o”
arm-none-eabi-gcc “../grbl/maslow.c” -mcpu=cortex-m4 -std=gnu11 -g -DUSE_HAL_DRIVER -DSTM32F446xx -DNUCLEO_F446 -DDEBUG -c -I”C:/LJ/WFH/STM32F /STM32CubeIDE/workspace_1.9.0a/GRBL 驱动 STM32F401″ -I”C:/LJ/WFH/STM32F/STM32CubeIDE/workspace_1.9.0a/GRBL 驱动 STM32F401/FatFs” -I../Inc -I../Drivers/ CMSIS/Include -I../Drivers/STM32F4xx_HAL_Driver/Inc -I../Middlewares/ST/STM32_USB_Device_Library/Class/CDC/Inc -I../Drivers/CMSIS/Device/ST/STM32F4xx/Include -I../中间件/ST/STM32_USB_Device_Library/Core/Inc -I../Drivers/STM32F4xx_HAL_Driver/Inc/Legacy -I../USB_DEVICE/App -I../USB_DEVICE/Target -Os -ffunction-sections -fdata-sections -Wall – fstack-usage -MMD -MP -MF”grbl/maslow.d” -MT”grbl/maslow.o” –specs=nano.specs -mfpu=fpv4-sp-d16 -mfloat-abi=hard -mthumb -o “grbl/maslow.o”
arm-none-eabi-gcc “../grbl/motion_control.c” -mcpu=cortex-m4 -std=gnu11 -g -DUSE_HAL_DRIVER -DSTM32F446xx -DNUCLEO_F446 -DDEBUG -c -I”C:/LJ/WFH/STM32F /STM32CubeIDE/workspace_1.9.0a/GRBL 驱动 STM32F401″ -I”C:/LJ/WFH/STM32F/STM32CubeIDE/workspace_1.9.0a/GRBL 驱动 STM32F401/FatFs” -I../Inc -I../Drivers/ CMSIS/Include -I../Drivers/STM32F4xx_HAL_Driver/Inc -I../Middlewares/ST/STM32_USB_Device_Library/Class/CDC/Inc -I../Drivers/CMSIS/Device/ST/STM32F4xx/Include -I../中间件/ST/STM32_USB_Device_Library/Core/Inc -I../Drivers/STM32F4xx_HAL_Driver/Inc/Legacy -I../USB_DEVICE/App -I../USB_DEVICE/Target -Os -ffunction-sections -fdata-sections -Wall – fstack-usage -MMD -MP -MF”grbl/motion_control.d” -MT”grbl/motion_control.o” –specs=nano.specs -mfpu=fpv4-sp-d16 -mfloat-abi=hard -mthumb -o “grbl/motion_control.o”
arm-none-eabi-gcc “../grbl/my_plugin.c” -mcpu=cortex-m4 -std=gnu11 -g -DUSE_HAL_DRIVER -DSTM32F446xx -DNUCLEO_F446 -DDEBUG -c -I”C:/LJ/WFH/STM32F /STM32CubeIDE/workspace_1.9.0a/GRBL 驱动 STM32F401″ -I”C:/LJ/WFH/STM32F/STM32CubeIDE/workspace_1.9.0a/GRBL 驱动 STM32F401/FatFs” -I../Inc -I../Drivers/ CMSIS/Include -I../Drivers/STM32F4xx_HAL_Driver/Inc -I../Middlewares/ST/STM32_USB_Device_Library/Class/CDC/Inc -I../Drivers/CMSIS/Device/ST/STM32F4xx/Include -I../中间件/ST/STM32_USB_Device_Library/Core/Inc -I../Drivers/STM32F4xx_HAL_Driver/Inc/Legacy -I../USB_DEVICE/App -I../USB_DEVICE/Target -Os -ffunction-sections -fdata-sections -Wall – fstack-usage -MMD -MP -MF”grbl/my_plugin.d” -MT”grbl/my_plugin.o” –specs=nano.specs -mfpu=fpv4-sp-d16 -mfloat-abi=hard -mthumb -o “grbl/my_plugin.o”
arm-none-eabi-gcc “../grbl/ngc_expr.c” -mcpu=cortex-m4 -std=gnu11 -g -DUSE_HAL_DRIVER -DSTM32F446xx -DNUCLEO_F446 -DDEBUG -c -I”C:/LJ/WFH/STM32F /STM32CubeIDE/workspace_1.9.0a/GRBL 驱动 STM32F401″ -I”C:/LJ/WFH/STM32F/STM32CubeIDE/workspace_1.9.0a/GRBL 驱动 STM32F401/FatFs” -I../Inc -I../Drivers/ CMSIS/Include -I../Drivers/STM32F4xx_HAL_Driver/Inc -I../Middlewares/ST/STM32_USB_Device_Library/Class/CDC/Inc -I../Drivers/CMSIS/Device/ST/STM32F4xx/Include -I../中间件/ST/STM32_USB_Device_Library/Core/Inc -I../Drivers/STM32F4xx_HAL_Driver/Inc/Legacy -I../USB_DEVICE/App -I../USB_DEVICE/Target -Os -ffunction-sections -fdata-sections -Wall – fstack-usage -MMD -MP -MF”grbl/ngc_expr.d” -MT”grbl/ngc_expr.o” –specs=nano.specs -mfpu=fpv4-sp-d16 -mfloat-abi=hard -mthumb -o “grbl/ngc_expr.o”
arm-none-eabi-gcc “../grbl/ngc_params.c” -mcpu=cortex-m4 -std=gnu11 -g -DUSE_HAL_DRIVER -DSTM32F446xx -DNUCLEO_F446 -DDEBUG -c -I”C:/LJ/WFH/STM32F /STM32CubeIDE/workspace_1.9.0a/GRBL 驱动 STM32F401″ -I”C:/LJ/WFH/STM32F/STM32CubeIDE/workspace_1.9.0a/GRBL 驱动 STM32F401/FatFs” -I../Inc -I../Drivers/ CMSIS/Include -I../Drivers/STM32F4xx_HAL_Driver/Inc -I../Middlewares/ST/STM32_USB_Device_Library/Class/CDC/Inc -I../Drivers/CMSIS/Device/ST/STM32F4xx/Include -I../中间件/ST/STM32_USB_Device_Library/Core/Inc -I../Drivers/STM32F4xx_HAL_Driver/Inc/Legacy -I../USB_DEVICE/App -I../USB_DEVICE/Target -Os -ffunction-sections -fdata-sections -Wall – fstack-usage -MMD -MP -MF”grbl/ngc_params.d” -MT”grbl/ngc_params.o” –specs=nano.specs -mfpu=fpv4-sp-d16 -mfloat-abi=hard -mthumb -o “grbl/ngc_params。哦”
arm-none-eabi-gcc “../grbl/nuts_bolts.c” -mcpu=cortex-m4 -std=gnu11 -g -DUSE_HAL_DRIVER -DSTM32F446xx -DNUCLEO_F446 -DDEBUG -c -I”C:/LJ/WFH/STM32F /STM32CubeIDE/workspace_1.9.0a/GRBL 驱动 STM32F401″ -I”C:/LJ/WFH/STM32F/STM32CubeIDE/workspace_1.9.0a/GRBL 驱动 STM32F401/FatFs” -I../Inc -I../Drivers/ CMSIS/Include -I../Drivers/STM32F4xx_HAL_Driver/Inc -I../Middlewares/ST/STM32_USB_Device_Library/Class/CDC/Inc -I../Drivers/CMSIS/Device/ST/STM32F4xx/Include -I../中间件/ST/STM32_USB_Device_Library/Core/Inc -I../Drivers/STM32F4xx_HAL_Driver/Inc/Legacy -I../USB_DEVICE/App -I../USB_DEVICE/Target -Os -ffunction-sections -fdata-sections -Wall – fstack-usage -MMD -MP -MF”grbl/nuts_bolts.d” -MT”grbl/nuts_bolts.o” –specs=nano.specs -mfpu=fpv4-sp-d16 -mfloat-abi=hard -mthumb -o “grbl/nuts_bolts。哦”
arm-none-eabi-gcc “../grbl/nvs_buffer.c” -mcpu=cortex-m4 -std=gnu11 -g -DUSE_HAL_DRIVER -DSTM32F446xx -DNUCLEO_F446 -DDEBUG -c -I”C:/LJ/WFH/STM32F /STM32CubeIDE/workspace_1.9.0a/GRBL 驱动 STM32F401″ -I”C:/LJ/WFH/STM32F/STM32CubeIDE/workspace_1.9.0a/GRBL 驱动 STM32F401/FatFs” -I../Inc -I../Drivers/ CMSIS/Include -I../Drivers/STM32F4xx_HAL_Driver/Inc -I../Middlewares/ST/STM32_USB_Device_Library/Class/CDC/Inc -I../Drivers/CMSIS/Device/ST/STM32F4xx/Include -I../中间件/ST/STM32_USB_Device_Library/Core/Inc -I../Drivers/STM32F4xx_HAL_Driver/Inc/Legacy -I../USB_DEVICE/App -I../USB_DEVICE/Target -Os -ffunction-sections -fdata-sections -Wall – fstack-usage -MMD -MP -MF”grbl/nvs_buffer.d” -MT”grbl/nvs_buffer.o” –specs=nano.specs -mfpu=fpv4-sp-d16 -mfloat-abi=hard -mthumb -o “grbl/nvs_buffer。哦”
arm-none-eabi-gcc “../grbl/override.c” -mcpu=cortex-m4 -std=gnu11 -g -DUSE_HAL_DRIVER -DSTM32F446xx -DNUCLEO_F446 -DDEBUG -c -I”C:/LJ/WFH/STM32F /STM32CubeIDE/workspace_1.9.0a/GRBL 驱动 STM32F401″ -I”C:/LJ/WFH/STM32F/STM32CubeIDE/workspace_1.9.0a/GRBL 驱动 STM32F401/FatFs” -I../Inc -I../Drivers/ CMSIS/Include -I../Drivers/STM32F4xx_HAL_Driver/Inc -I../Middlewares/ST/STM32_USB_Device_Library/Class/CDC/Inc -I../Drivers/CMSIS/Device/ST/STM32F4xx/Include -I../中间件/ST/STM32_USB_Device_Library/Core/Inc -I../Drivers/STM32F4xx_HAL_Driver/Inc/Legacy -I../USB_DEVICE/App -I../USB_DEVICE/Target -Os -ffunction-sections -fdata-sections -Wall – fstack-usage -MMD -MP -MF”grbl/override.d” -MT”grbl/override.o” –specs=nano.specs -mfpu=fpv4-sp-d16 -mfloat-abi=hard -mthumb -o “grbl/override.o”
arm-none-eabi-gcc “../grbl/pid.c” -mcpu=cortex-m4 -std=gnu11 -g -DUSE_HAL_DRIVER -DSTM32F446xx -DNUCLEO_F446 -DDEBUG -c -I”C:/LJ/WFH/STM32F /STM32CubeIDE/workspace_1.9.0a/GRBL 驱动 STM32F401″ -I”C:/LJ/WFH/STM32F/STM32CubeIDE/workspace_1.9.0a/GRBL 驱动 STM32F401/FatFs” -I../Inc -I../Drivers/ CMSIS/Include -I../Drivers/STM32F4xx_HAL_Driver/Inc -I../Middlewares/ST/STM32_USB_Device_Library/Class/CDC/Inc -I../Drivers/CMSIS/Device/ST/STM32F4xx/Include -I../中间件/ST/STM32_USB_Device_Library/Core/Inc -I../Drivers/STM32F4xx_HAL_Driver/Inc/Legacy -I../USB_DEVICE/App -I../USB_DEVICE/Target -Os -ffunction-sections -fdata-sections -Wall – fstack-usage -MMD -MP -MF”grbl/pid.d” -MT”grbl/pid.o” –specs=nano.specs -mfpu=fpv4-sp-d16 -mfloat-abi=hard -mthumb -o “grbl/pid.o”
arm-none-eabi-gcc “../grbl/planner.c” -mcpu=cortex-m4 -std=gnu11 -g -DUSE_HAL_DRIVER -DSTM32F446xx -DNUCLEO_F446 -DDEBUG -c -I”C:/LJ/WFH/STM32F /STM32CubeIDE/workspace_1.9.0a/GRBL 驱动 STM32F401″ -I”C:/LJ/WFH/STM32F/STM32CubeIDE/workspace_1.9.0a/GRBL 驱动 STM32F401/FatFs” -I../Inc -I../Drivers/ CMSIS/Include -I../Drivers/STM32F4xx_HAL_Driver/Inc -I../Middlewares/ST/STM32_USB_Device_Library/Class/CDC/Inc -I../Drivers/CMSIS/Device/ST/STM32F4xx/Include -I../中间件/ST/STM32_USB_Device_Library/Core/Inc -I../Drivers/STM32F4xx_HAL_Driver/Inc/Legacy -I../USB_DEVICE/App -I../USB_DEVICE/Target -Os -ffunction-sections -fdata-sections -Wall – fstack-usage -MMD -MP -MF”grbl/planner.d” -MT”grbl/planner.o” –specs=nano.specs -mfpu=fpv4-sp-d16 -mfloat-abi=hard -mthumb -o “grbl/planner.o”
arm-none-eabi-gcc “../grbl/protocol.c” -mcpu=cortex-m4 -std=gnu11 -g -DUSE_HAL_DRIVER -DSTM32F446xx -DNUCLEO_F446 -DDEBUG -c -I”C:/LJ/WFH/STM32F /STM32CubeIDE/workspace_1.9.0a/GRBL 驱动 STM32F401″ -I”C:/LJ/WFH/STM32F/STM32CubeIDE/workspace_1.9.0a/GRBL 驱动 STM32F401/FatFs” -I../Inc -I../Drivers/ CMSIS/Include -I../Drivers/STM32F4xx_HAL_Driver/Inc -I../Middlewares/ST/STM32_USB_Device_Library/Class/CDC/Inc -I../Drivers/CMSIS/Device/ST/STM32F4xx/Include -I../中间件/ST/STM32_USB_Device_Library/Core/Inc -I../Drivers/STM32F4xx_HAL_Driver/Inc/Legacy -I../USB_DEVICE/App -I../USB_DEVICE/Target -Os -ffunction-sections -fdata-sections -Wall – fstack-usage -MMD -MP -MF”grbl/protocol.d” -MT”grbl/protocol.o” –specs=nano.specs -mfpu=fpv4-sp-d16 -mfloat-abi=hard -mthumb -o “grbl/protocol.o”
arm-none-eabi-gcc “../grbl/regex.c” -mcpu=cortex-m4 -std=gnu11 -g -DUSE_HAL_DRIVER -DSTM32F446xx -DNUCLEO_F446 -DDEBUG -c -I”C:/LJ/WFH/STM32F /STM32CubeIDE/workspace_1.9.0a/GRBL 驱动 STM32F401″ -I”C:/LJ/WFH/STM32F/STM32CubeIDE/workspace_1.9.0a/GRBL 驱动 STM32F401/FatFs” -I../Inc -I../Drivers/ CMSIS/Include -I../Drivers/STM32F4xx_HAL_Driver/Inc -I../Middlewares/ST/STM32_USB_Device_Library/Class/CDC/Inc -I../Drivers/CMSIS/Device/ST/STM32F4xx/Include -I../中间件/ST/STM32_USB_Device_Library/Core/Inc -I../Drivers/STM32F4xx_HAL_Driver/Inc/Legacy -I../USB_DEVICE/App -I../USB_DEVICE/Target -Os -ffunction-sections -fdata-sections -Wall – fstack-usage -MMD -MP -MF”grbl/regex.d” -MT”grbl/regex.o” –specs=nano.specs -mfpu=fpv4-sp-d16 -mfloat-abi=hard -mthumb -o “grbl/regex.o”
arm-none-eabi-gcc “../grbl/report.c” -mcpu=cortex-m4 -std=gnu11 -g -DUSE_HAL_DRIVER -DSTM32F446xx -DNUCLEO_F446 -DDEBUG -c -I”C:/LJ/WFH/STM32F /STM32CubeIDE/workspace_1.9.0a/GRBL 驱动 STM32F401″ -I”C:/LJ/WFH/STM32F/STM32CubeIDE/workspace_1.9.0a/GRBL 驱动 STM32F401/FatFs” -I../Inc -I../Drivers/ CMSIS/Include -I../Drivers/STM32F4xx_HAL_Driver/Inc -I../Middlewares/ST/STM32_USB_Device_Library/Class/CDC/Inc -I../Drivers/CMSIS/Device/ST/STM32F4xx/Include -I../中间件/ST/STM32_USB_Device_Library/Core/Inc -I../Drivers/STM32F4xx_HAL_Driver/Inc/Legacy -I../USB_DEVICE/App -I../USB_DEVICE/Target -Os -ffunction-sections -fdata-sections -Wall – fstack-usage -MMD -MP -MF”grbl/report.d” -MT”grbl/report.o” –specs=nano.specs -mfpu=fpv4-sp-d16 -mfloat-abi=hard -mthumb -o “grbl/report.o”
arm-none-eabi-gcc “../grbl/settings.c” -mcpu=cortex-m4 -std=gnu11 -g -DUSE_HAL_DRIVER -DSTM32F446xx -DNUCLEO_F446 -DDEBUG -c -I”C:/LJ/WFH/STM32F /STM32CubeIDE/workspace_1.9.0a/GRBL 驱动 STM32F401″ -I”C:/LJ/WFH/STM32F/STM32CubeIDE/workspace_1.9.0a/GRBL 驱动 STM32F401/FatFs” -I../Inc -I../Drivers/ CMSIS/Include -I../Drivers/STM32F4xx_HAL_Driver/Inc -I../Middlewares/ST/STM32_USB_Device_Library/Class/CDC/Inc -I../Drivers/CMSIS/Device/ST/STM32F4xx/Include -I../中间件/ST/STM32_USB_Device_Library/Core/Inc -I../Drivers/STM32F4xx_HAL_Driver/Inc/Legacy -I../USB_DEVICE/App -I../USB_DEVICE/Target -Os -ffunction-sections -fdata-sections -Wall – fstack-usage -MMD -MP -MF”grbl/settings.d” -MT”grbl/settings.o” –specs=nano.specs -mfpu=fpv4-sp-d16 -mfloat-abi=hard -mthumb -o “grbl/settings.o”
arm-none-eabi-gcc “../grbl/sleep.c” -mcpu=cortex-m4 -std=gnu11 -g -DUSE_HAL_DRIVER -DSTM32F446xx -DNUCLEO_F446 -DDEBUG -c -I”C:/LJ/WFH/STM32F /STM32CubeIDE/workspace_1.9.0a/GRBL 驱动 STM32F401″ -I”C:/LJ/WFH/STM32F/STM32CubeIDE/workspace_1.9.0a/GRBL 驱动 STM32F401/FatFs” -I../Inc -I../Drivers/ CMSIS/Include -I../Drivers/STM32F4xx_HAL_Driver/Inc -I../Middlewares/ST/STM32_USB_Device_Library/Class/CDC/Inc -I../Drivers/CMSIS/Device/ST/STM32F4xx/Include -I../中间件/ST/STM32_USB_Device_Library/Core/Inc -I../Drivers/STM32F4xx_HAL_Driver/Inc/Legacy -I../USB_DEVICE/App -I../USB_DEVICE/Target -Os -ffunction-sections -fdata-sections -Wall – fstack-usage -MMD -MP -MF”grbl/sleep.d” -MT”grbl/sleep.o” –specs=nano.specs -mfpu=fpv4-sp-d16 -mfloat-abi=hard -mthumb -o “grbl/sleep.o”
arm-none-eabi-gcc “../grbl/spindle_control.c” -mcpu=cortex-m4 -std=gnu11 -g -DUSE_HAL_DRIVER -DSTM32F446xx -DNUCLEO_F446 -DDEBUG -c -I”C:/LJ/WFH/STM32F /STM32CubeIDE/workspace_1.9.0a/GRBL 驱动 STM32F401″ -I”C:/LJ/WFH/STM32F/STM32CubeIDE/workspace_1.9.0a/GRBL 驱动 STM32F401/FatFs” -I../Inc -I../Drivers/ CMSIS/Include -I../Drivers/STM32F4xx_HAL_Driver/Inc -I../Middlewares/ST/STM32_USB_Device_Library/Class/CDC/Inc -I../Drivers/CMSIS/Device/ST/STM32F4xx/Include -I../中间件/ST/STM32_USB_Device_Library/Core/Inc -I../Drivers/STM32F4xx_HAL_Driver/Inc/Legacy -I../USB_DEVICE/App -I../USB_DEVICE/Target -Os -ffunction-sections -fdata-sections -Wall – fstack-usage -MMD -MP -MF”grbl/spindle_control.d” -MT”grbl/spindle_control.o” –specs=nano.specs -mfpu=fpv4-sp-d16 -mfloat-abi=hard -mthumb -o “grbl/spindle_control.o”
arm-none-eabi-gcc “../grbl/state_machine.c” -mcpu=cortex-m4 -std=gnu11 -g -DUSE_HAL_DRIVER -DSTM32F446xx -DNUCLEO_F446 -DDEBUG -c -I”C:/LJ/WFH/STM32F /STM32CubeIDE/workspace_1.9.0a/GRBL 驱动 STM32F401″ -I”C:/LJ/WFH/STM32F/STM32CubeIDE/workspace_1.9.0a/GRBL 驱动 STM32F401/FatFs” -I../Inc -I../Drivers/ CMSIS/Include -I../Drivers/STM32F4xx_HAL_Driver/Inc -I../Middlewares/ST/STM32_USB_Device_Library/Class/CDC/Inc -I../Drivers/CMSIS/Device/ST/STM32F4xx/Include -I../中间件/ST/STM32_USB_Device_Library/Core/Inc -I../Drivers/STM32F4xx_HAL_Driver/Inc/Legacy -I../USB_DEVICE/App -I../USB_DEVICE/Target -Os -ffunction-sections -fdata-sections -Wall – fstack-usage -MMD -MP -MF”grbl/state_machine.d” -MT”grbl/state_machine.o” –specs=nano.specs -mfpu=fpv4-sp-d16 -mfloat-abi=hard -mthumb -o “grbl/state_machine.o”
arm-none-eabi-gcc “../grbl/stepper.c” -mcpu=cortex-m4 -std=gnu11 -g -DUSE_HAL_DRIVER -DSTM32F446xx -DNUCLEO_F446 -DDEBUG -c -I”C:/LJ/WFH/STM32F /STM32CubeIDE/workspace_1.9.0a/GRBL 驱动 STM32F401″ -I”C:/LJ/WFH/STM32F/STM32CubeIDE/workspace_1.9.0a/GRBL 驱动 STM32F401/FatFs” -I../Inc -I../Drivers/ CMSIS/Include -I../Drivers/STM32F4xx_HAL_Driver/Inc -I../Middlewares/ST/STM32_USB_Device_Library/Class/CDC/Inc -I../Drivers/CMSIS/Device/ST/STM32F4xx/Include -I../中间件/ST/STM32_USB_Device_Library/Core/Inc -I../Drivers/STM32F4xx_HAL_Driver/Inc/Legacy -I../USB_DEVICE/App -I../USB_DEVICE/Target -Os -ffunction-sections -fdata-sections -Wall – fstack-usage -MMD -MP -MF”grbl/stepper.d” -MT”grbl/stepper.o” –specs=nano.specs -mfpu=fpv4-sp-d16 -mfloat-abi=hard -mthumb -o “grbl/stepper.o”
arm-none-eabi-gcc “../grbl/stream.c” -mcpu=cortex-m4 -std=gnu11 -g -DUSE_HAL_DRIVER -DSTM32F446xx -DNUCLEO_F446 -DDEBUG -c -I”C:/LJ/WFH/STM32F /STM32CubeIDE/workspace_1.9.0a/GRBL 驱动 STM32F401″ -I”C:/LJ/WFH/STM32F/STM32CubeIDE/workspace_1.9.0a/GRBL 驱动 STM32F401/FatFs” -I../Inc -I../Drivers/ CMSIS/Include -I../Drivers/STM32F4xx_HAL_Driver/Inc -I../Middlewares/ST/STM32_USB_Device_Library/Class/CDC/Inc -I../Drivers/CMSIS/Device/ST/STM32F4xx/Include -I../中间件/ST/STM32_USB_Device_Library/Core/Inc -I../Drivers/STM32F4xx_HAL_Driver/Inc/Legacy -I../USB_DEVICE/App -I../USB_DEVICE/Target -Os -ffunction-sections -fdata-sections -Wall – fstack-usage -MMD -MP -MF”grbl/stream.d” -MT”grbl/stream.o” –specs=nano.specs -mfpu=fpv4-sp-d16 -mfloat-abi=hard -mthumb -o “grbl/stream.o”
arm-none-eabi-gcc “../grbl/system.c” -mcpu=cortex-m4 -std=gnu11 -g -DUSE_HAL_DRIVER -DSTM32F446xx -DNUCLEO_F446 -DDEBUG -c -I”C:/LJ/WFH/STM32F /STM32CubeIDE/workspace_1.9.0a/GRBL 驱动 STM32F401″ -I”C:/LJ/WFH/STM32F/STM32CubeIDE/workspace_1.9.0a/GRBL 驱动 STM32F401/FatFs” -I../Inc -I../Drivers/ CMSIS/Include -I../Drivers/STM32F4xx_HAL_Driver/Inc -I../Middlewares/ST/STM32_USB_Device_Library/Class/CDC/Inc -I../Drivers/CMSIS/Device/ST/STM32F4xx/Include -I../中间件/ST/STM32_USB_Device_Library/Core/Inc -I../Drivers/STM32F4xx_HAL_Driver/Inc/Legacy -I../USB_DEVICE/App -I../USB_DEVICE/Target -Os -ffunction-sections -fdata-sections -Wall – fstack-usage -MMD -MP -MF”grbl/system.d” -MT”grbl/system.o” –specs=nano.specs -mfpu=fpv4-sp-d16 -mfloat-abi=hard -mthumb -o “grbl/system.o”
arm-none-eabi-gcc “../grbl/tool_change.c” -mcpu=cortex-m4 -std=gnu11 -g -DUSE_HAL_DRIVER -DSTM32F446xx -DNUCLEO_F446 -DDEBUG -c -I”C:/LJ/WFH/STM32F /STM32CubeIDE/workspace_1.9.0a/GRBL 驱动 STM32F401″ -I”C:/LJ/WFH/STM32F/STM32CubeIDE/workspace_1.9.0a/GRBL 驱动 STM32F401/FatFs” -I../Inc -I../Drivers/ CMSIS/Include -I../Drivers/STM32F4xx_HAL_Driver/Inc -I../Middlewares/ST/STM32_USB_Device_Library/Class/CDC/Inc -I../Drivers/CMSIS/Device/ST/STM32F4xx/Include -I../中间件/ST/STM32_USB_Device_Library/Core/Inc -I../Drivers/STM32F4xx_HAL_Driver/Inc/Legacy -I../USB_DEVICE/App -I../USB_DEVICE/Target -Os -ffunction-sections -fdata-sections -Wall – fstack-usage -MMD -MP -MF”grbl/tool_change.d” -MT”grbl/tool_change.o” –specs=nano.specs -mfpu=fpv4-sp-d16 -mfloat-abi=hard -mthumb -o “grbl/tool_change。哦”
arm-none-eabi-gcc “../grbl/vfs.c” -mcpu=cortex-m4 -std=gnu11 -g -DUSE_HAL_DRIVER -DSTM32F446xx -DNUCLEO_F446 -DDEBUG -c -I”C:/LJ/WFH/STM32F /STM32CubeIDE/workspace_1.9.0a/GRBL 驱动 STM32F401″ -I”C:/LJ/WFH/STM32F/STM32CubeIDE/workspace_1.9.0a/GRBL 驱动 STM32F401/FatFs” -I../Inc -I../Drivers/ CMSIS/Include -I../Drivers/STM32F4xx_HAL_Driver/Inc -I../Middlewares/ST/STM32_USB_Device_Library/Class/CDC/Inc -I../Drivers/CMSIS/Device/ST/STM32F4xx/Include -I../中间件/ST/STM32_USB_Device_Library/Core/Inc -I../Drivers/STM32F4xx_HAL_Driver/Inc/Legacy -I../USB_DEVICE/App -I../USB_DEVICE/Target -Os -ffunction-sections -fdata-sections -Wall – fstack-usage -MMD -MP -MF”grbl/vfs.d” -MT”grbl/vfs.o” –specs=nano.specs -mfpu=fpv4-sp-d16 -mfloat-abi=hard -mthumb -o “grbl/vfs.o”
arm-none-eabi-gcc “../grbl/wall_plotter.c” -mcpu=cortex-m4 -std=gnu11 -g -DUSE_HAL_DRIVER -DSTM32F446xx -DNUCLEO_F446 -DDEBUG -c -I”C:/LJ/WFH/STM32F /STM32CubeIDE/workspace_1.9.0a/GRBL 驱动 STM32F401″ -I”C:/LJ/WFH/STM32F/STM32CubeIDE/workspace_1.9.0a/GRBL 驱动 STM32F401/FatFs” -I../Inc -I../Drivers/ CMSIS/Include -I../Drivers/STM32F4xx_HAL_Driver/Inc -I../Middlewares/ST/STM32_USB_Device_Library/Class/CDC/Inc -I../Drivers/CMSIS/Device/ST/STM32F4xx/Include -I../中间件/ST/STM32_USB_Device_Library/Core/Inc -I../Drivers/STM32F4xx_HAL_Driver/Inc/Legacy -I../USB_DEVICE/App -I../USB_DEVICE/Target -Os -ffunction-sections -fdata-sections -Wall – fstack-usage -MMD -MP -MF”grbl/wall_plotter.d” -MT”grbl/wall_plotter.o” –specs=nano.specs -mfpu=fpv4-sp-d16 -mfloat-abi=hard -mthumb -o “grbl/wall_plotter.o”
arm-none-eabi-gcc “../USB_DEVICE/Target/usbd_conf.c” -mcpu=cortex-m4 -std=gnu11 -g -DUSE_HAL_DRIVER -DSTM32F446xx -DNUCLEO_F446 -DDEBUG -c -I”C:/LJ/WFH /STM32F/STM32CubeIDE/workspace_1.9.0a/GRBL 驱动 STM32F401″ -I”C:/LJ/WFH/STM32F/STM32CubeIDE/workspace_1.9.0a/GRBL 驱动 STM32F401/FatFs” -I../Inc -I../ Drivers/CMSIS/Include -I../Drivers/STM32F4xx_HAL_Driver/Inc -I../Middlewares/ST/STM32_USB_Device_Library/Class/CDC/Inc -I../Drivers/CMSIS/Device/ST/STM32F4xx/Include -I. ./Middlewares/ST/STM32_USB_Device_Library/Core/Inc -I../Drivers/STM32F4xx_HAL_Driver/Inc/Legacy -I../USB_DEVICE/App -I../USB_DEVICE/Target -Os -ffunction-sections -fdata-sections – Wall -fstack-usage -MMD -MP -MF”USB_DEVICE/Target/usbd_conf.d” -MT”USB_DEVICE/Target/usbd_conf.o” –specs=nano。规格 -mfpu=fpv4-sp-d16 -mfloat-abi=hard -mthumb -o “USB_DEVICE/Target/usbd_conf.o”
arm-none-eabi-gcc “../USB_DEVICE/App/usb_device.c” -mcpu=cortex-m4 -std=gnu11 -g -DUSE_HAL_DRIVER -DSTM32F446xx -DNUCLEO_F446 -DDEBUG -c -I”C:/LJ/WFH /STM32F/STM32CubeIDE/workspace_1.9.0a/GRBL 驱动 STM32F401″ -I”C:/LJ/WFH/STM32F/STM32CubeIDE/workspace_1.9.0a/GRBL 驱动 STM32F401/FatFs” -I../Inc -I../ Drivers/CMSIS/Include -I../Drivers/STM32F4xx_HAL_Driver/Inc -I../Middlewares/ST/STM32_USB_Device_Library/Class/CDC/Inc -I../Drivers/CMSIS/Device/ST/STM32F4xx/Include -I. ./Middlewares/ST/STM32_USB_Device_Library/Core/Inc -I../Drivers/STM32F4xx_HAL_Driver/Inc/Legacy -I../USB_DEVICE/App -I../USB_DEVICE/Target -Os -ffunction-sections -fdata-sections – Wall -fstack-usage -MMD -MP -MF”USB_DEVICE/App/usb_device.d” -MT”USB_DEVICE/App/usb_device.o” –specs=nano。规格 -mfpu=fpv4-sp-d16 -mfloat-abi=hard -mthumb -o “USB_DEVICE/App/usb_device.o”
arm-none-eabi-gcc “../USB_DEVICE/App/usbd_cdc_if.c” -mcpu=cortex-m4 -std=gnu11 -g -DUSE_HAL_DRIVER -DSTM32F446xx -DNUCLEO_F446 -DDEBUG -c -I”C:/LJ/WFH /STM32F/STM32CubeIDE/workspace_1.9.0a/GRBL 驱动 STM32F401″ -I”C:/LJ/WFH/STM32F/STM32CubeIDE/workspace_1.9.0a/GRBL 驱动 STM32F401/FatFs” -I../Inc -I../ Drivers/CMSIS/Include -I../Drivers/STM32F4xx_HAL_Driver/Inc -I../Middlewares/ST/STM32_USB_Device_Library/Class/CDC/Inc -I../Drivers/CMSIS/Device/ST/STM32F4xx/Include -I. ./Middlewares/ST/STM32_USB_Device_Library/Core/Inc -I../Drivers/STM32F4xx_HAL_Driver/Inc/Legacy -I../USB_DEVICE/App -I../USB_DEVICE/Target -Os -ffunction-sections -fdata-sections – Wall -fstack-usage -MMD -MP -MF”USB_DEVICE/App/usbd_cdc_if.d” -MT”USB_DEVICE/App/usbd_cdc_if.o” –specs=nano。规格 -mfpu=fpv4-sp-d16 -mfloat-abi=hard -mthumb -o “USB_DEVICE/App/usbd_cdc_if.o”
arm-none-eabi-gcc “../USB_DEVICE/App/usbd_desc.c” -mcpu=cortex-m4 -std=gnu11 -g -DUSE_HAL_DRIVER -DSTM32F446xx -DNUCLEO_F446 -DDEBUG -c -I”C:/LJ/WFH /STM32F/STM32CubeIDE/workspace_1.9.0a/GRBL 驱动 STM32F401″ -I”C:/LJ/WFH/STM32F/STM32CubeIDE/workspace_1.9.0a/GRBL 驱动 STM32F401/FatFs” -I../Inc -I../ Drivers/CMSIS/Include -I../Drivers/STM32F4xx_HAL_Driver/Inc -I../Middlewares/ST/STM32_USB_Device_Library/Class/CDC/Inc -I../Drivers/CMSIS/Device/ST/STM32F4xx/Include -I. ./Middlewares/ST/STM32_USB_Device_Library/Core/Inc -I../Drivers/STM32F4xx_HAL_Driver/Inc/Legacy -I../USB_DEVICE/App -I../USB_DEVICE/Target -Os -ffunction-sections -fdata-sections – Wall -fstack-usage -MMD -MP -MF”USB_DEVICE/App/usbd_desc.d” -MT”USB_DEVICE/App/usbd_desc.o” –specs=nano。规格 -mfpu=fpv4-sp-d16 -mfloat-abi=hard -mthumb -o “USB_DEVICE/App/usbd_desc.o”
arm-none-eabi-gcc -mcpu=cortex-m4 -DSTM32F446xx -DNUCLEO_F446 -DDEBUG -c -I”C:/LJ/WFH/STM32F/STM32CubeIDE/workspace_1.9.0a/GRBL Driver STM32F401/FatFs” -I.. /Middlewares/ST/STM32_USB_Device_Library/Class/CDC/Inc -I”C:/LJ/WFH/STM32F/STM32CubeIDE/workspace_1.9.0a/GRBL Driver STM32F401/Inc” -x assembler-with-cpp -MMD -MP -MF “StartupF446/startup_stm32f446retx.d” -MT”StartupF446/startup_stm32f446retx.o” –specs=nano.specs -mfpu=fpv4-sp-d16 -mfloat-abi=hard -mthumb -o “StartupF446/startup_stm32f446retx.o” “。 ./StartupF446/startup_stm32f446retx.s”
在包含自 ../Inc/driver.h:133 的文件中,
来自 ../USB_DEVICE/App/usbd_cdc_if.c:26:
../Inc/protoneer_3.xx_map.h:27: 2:错误:#error“不支持 Trinamic 插件!”
27 | #错误 ”

在包含自 ../USB_DEVICE/App/usbd_cdc_if.c:26 的文件中: ../Inc/driver.h:371
:12: fatal error: motors/trinamic.h: No such file or directory
371 | #include “motors/trinamic.h”
| ^~~~~~~~~~~~~~~~~~~
编译终止。
arm-none-eabi-gcc “../Src/btt_skr_1.1.c” -mcpu=cortex-m4 -std=gnu11 -g -DUSE_HAL_DRIVER -DSTM32F446xx -DNUCLEO_F446 -DDEBUG -c -I”C:/LJ/WFH /STM32F/STM32CubeIDE/workspace_1.9.0a/GRBL 驱动 STM32F401″ -I”C:/LJ/WFH/STM32F/STM32CubeIDE/workspace_1.9.0a/GRBL 驱动 STM32F401/FatFs” -I../Inc -I../ Drivers/CMSIS/Include -I../Drivers/STM32F4xx_HAL_Driver/Inc -I../Middlewares/ST/STM32_USB_Device_Library/Class/CDC/Inc -I../Drivers/CMSIS/Device/ST/STM32F4xx/Include -I. ./Middlewares/ST/STM32_USB_Device_Library/Core/Inc -I../Drivers/STM32F4xx_HAL_Driver/Inc/Legacy -I../USB_DEVICE/App -I../USB_DEVICE/Target -Os -ffunction-sections -fdata-sections – Wall -fstack-usage -MMD -MP -MF”Src/btt_skr_1.1.d” -MT”Src/btt_skr_1.1.o” –specs=nano.specs -mfpu=fpv4-sp-d16 -mfloat-abi =hard -mthumb -o “Src/btt_skr_1.1.哦”
arm-none-eabi-gcc “../Src/btt_skr_2.0.c” -mcpu=cortex-m4 -std=gnu11 -g -DUSE_HAL_DRIVER -DSTM32F446xx -DNUCLEO_F446 -DDEBUG -c -I”C:/LJ/WFH /STM32F/STM32CubeIDE/workspace_1.9.0a/GRBL 驱动 STM32F401″ -I”C:/LJ/WFH/STM32F/STM32CubeIDE/workspace_1.9.0a/GRBL 驱动 STM32F401/FatFs” -I../Inc -I../ Drivers/CMSIS/Include -I../Drivers/STM32F4xx_HAL_Driver/Inc -I../Middlewares/ST/STM32_USB_Device_Library/Class/CDC/Inc -I../Drivers/CMSIS/Device/ST/STM32F4xx/Include -I. ./Middlewares/ST/STM32_USB_Device_Library/Core/Inc -I../Drivers/STM32F4xx_HAL_Driver/Inc/Legacy -I../USB_DEVICE/App -I../USB_DEVICE/Target -Os -ffunction-sections -fdata-sections – Wall -fstack-usage -MMD -MP -MF”Src/btt_skr_2.0.d” -MT”Src/btt_skr_2.0.o” –specs=nano.specs -mfpu=fpv4-sp-d16 -mfloat-abi =hard -mthumb -o “Src/btt_skr_2.0.哦”
arm-none-eabi-gcc “../Src/diskio.c” -mcpu=cortex-m4 -std=gnu11 -g -DUSE_HAL_DRIVER -DSTM32F446xx -DNUCLEO_F446 -DDEBUG -c -I”C:/LJ/WFH/STM32F /STM32CubeIDE/workspace_1.9.0a/GRBL 驱动 STM32F401″ -I”C:/LJ/WFH/STM32F/STM32CubeIDE/workspace_1.9.0a/GRBL 驱动 STM32F401/FatFs” -I../Inc -I../Drivers/ CMSIS/Include -I../Drivers/STM32F4xx_HAL_Driver/Inc -I../Middlewares/ST/STM32_USB_Device_Library/Class/CDC/Inc -I../Drivers/CMSIS/Device/ST/STM32F4xx/Include -I../中间件/ST/STM32_USB_Device_Library/Core/Inc -I../Drivers/STM32F4xx_HAL_Driver/Inc/Legacy -I../USB_DEVICE/App -I../USB_DEVICE/Target -Os -ffunction-sections -fdata-sections -Wall – fstack-usage -MMD -MP -MF”Src/diskio.d” -MT”Src/diskio.o” –specs=nano.specs -mfpu=fpv4-sp-d16 -mfloat-abi=hard -mthumb -o “源/diskio.o”
在 ../Inc/driver.h:133 包含的文件中,
来自 ../Src/btt_skr_1.1.c:25:
../Inc/protoneer_3.xx_map.h:27:2: 错误:#error “不支持 Trinamic 插件!”
27 | #error “不支持 Trinamic 插件!”
| ^~~~~
在 ../Src/btt_skr_1.1.c:25 包含的文件中: ../Inc/driver.h:371
:12: fatal error: motors/trinamic.h: No such file or directory
371 | #include “motors/trinamic.h”
| ^~~~~~~~~~~~~~~~~~~
编译终止。
在 ../Inc/driver.h:133 中包含的文件中,
来自 ../Src/btt_skr_2.0.c:25:
../Inc/protoneer_3.xx_map.h:27:2: error: #error “Trinamic不支持插件!”
27 | #error “不支持 Trinamic 插件!”
| ^~~~~
在 ../Src/btt_skr_2.0.c:25 包含的文件中:
../Inc/driver.h:371:12: fatal error: motors/trinamic.h: No such file or directory
371 | #include “motors/trinamic.h”
| ^~~~~~~~~~~~~~~~~~~
编译终止。
在 ../Inc/driver.h:133 中包含的文件中,
来自 ../Src/diskio.c:14:
../Inc/protoneer_3.xx_map.h:27:2: error: #error “Trinamic plugin not支持的!”
27 | #error “不支持 Trinamic 插件!”
| ^~~~~
在包含自 ../Src/diskio.c:14 的文件中: ../Inc/driver.h:371
:12: fatal error: motors/trinamic.h: No such file or directory
371 | #include “motors/trinamic.h”
| ^~~~~~~~~~~~~~~~~~~
编译终止。
make: *** [USB_DEVICE/App/subdir.mk:25: USB_DEVICE/App/usbd_cdc_if.o] Error 1
make: *** 等待未完成的工作….
make: *** [Src/subdir.mk :73: Src/btt_skr_1.1.o] 错误 1
​​make: *** [Src/subdir.mk:73: Src/btt_skr_2.0.o] 错误 1
​​make: *** [Src/subdir.mk:73 : Src/diskio.o] 错误 1
“make -j4 all”以退出代码 2 终止。构建可能不完整。

12:18:25 构建失败。13 个错误,0 个警告。(耗时 13 秒 178 毫秒)

Nucleo-F446RE (BOARD_PROTONEER_3XX) 编译错误 #101
贡献者

../Inc/protoneer_3.xx_map.h:27:2: error: #error "Trinamic plugin not supported!"

IIRC 不可能在 Protoneer 板上使用 Trinamic 驱动器(在 SPI 或 UART 模式下),而无需将带有“飞线”的信号连接到相关的驱动器引脚(必须切断或焊接,以便它们指向上方)插入插座)。为了使其可行,所需的信号必须可从 ST Morpho 接头上未使用的引脚获得。
也许这是可能的——但是在哪种配置中有什么样的 Trinamic 驱动程序?

Nucleo-F446RE (BOARD_PROTONEER_3XX) 编译错误 #101
作者

../Inc/protoneer_3.xx_map.h:27:2: error: #error "Trinamic plugin not supported!"

IIRC 不可能在 Protoneer 板上使用 Trinamic 驱动器(在 SPI 或 UART 模式下),而无需将带有“飞线”的信号连接到相关的驱动器引脚(必须切断或焊接,以便它们指向上方)插入插座)。为了使其可行,所需的信号必须可从 ST Morpho 接头上未使用的引脚获得。也许这是可能的——但是在哪种配置中有什么样的 Trinamic 驱动程序?

感谢您的及时答复。
如果我现在不需要 Trinamic 插件,我可以在哪里取消注释 Trinamic 宏?

Nucleo-F446RE (BOARD_PROTONEER_3XX) 编译错误 #101
作者

../Inc/protoneer_3.xx_map.h:27:2: error: #error "Trinamic plugin not supported!"
IIRC 不可能在 Protoneer 板上使用 Trinamic 驱动器(在 SPI 或 UART 模式下),而无需将带有“飞线”的信号连接到相关的驱动器引脚(必须切断或焊接,以便它们指向上方)插入插座)。为了使其可行,所需的信号必须可从 ST Morpho 接头上未使用的引脚获得。也许这是可能的——但是在哪种配置中有什么样的 Trinamic 驱动程序?

感谢您的及时答复。如果我现在不需要 Trinamic 插件,我可以在哪里取消注释 Trinamic 宏?

抱歉,应该是评论 TRINAMIC。

Nucleo-F446RE (BOARD_PROTONEER_3XX) 编译错误 #101
贡献者

我的错 – 我没有评论一行。注释掉这一行也修复:

#define TRINAMIC_ENABLE 2209 // Trinamic TMC2209 步进驱动器支持。注意:正在进行中。

 

免费注册 在 GitHub 上加入此对话。已有帐户? 登录评论
标签
还没有
项目

还没有

发展

没有分支机构或拉取请求

2名参加者
Nucleo-F446RE (BOARD_PROTONEER_3XX) 编译错误 #101Nucleo-F446RE (BOARD_PROTONEER_3XX) 编译错误 #101

喜欢 (0)