|
#define X_DRIVER_TYPE TMC26X in configuration.h führt zu Linker Fehler 17. February 2022 10:09 |
Registrierungsdatum: 3 Jahre zuvor Beiträge: 4 |
.text+0xe0a): undefined reference to `stepperX'
.text+0xe0c): undefined reference to `stepperX'
.text+0xe1c): undefined reference to `stepperY'
.text+0xe1e): undefined reference to `stepperY'
.text+0xe26): undefined reference to `stepperZ'
.text+0xe28): undefined reference to `stepperZ'
.text+0xe44): undefined reference to `stepperY'
.text+0xe46): undefined reference to `stepperY'
.text+0xe4c): undefined reference to `stepperX'
.text+0xe4e): undefined reference to `stepperX'
.text+0xe54): undefined reference to `stepperZ'
.text+0xe56): undefined reference to `stepperZ'
.text+0x328a): undefined reference to `tmc26x_init_to_defaults()'
.text.startup+0x42c): undefined reference to `stepperX'
.text.startup+0x42e): undefined reference to `stepperX'
.text.startup+0x436): undefined reference to `stepperY'
.text.startup+0x438): undefined reference to `stepperY'
.text.startup+0x440): undefined reference to `stepperZ'
.text.startup+0x442): undefined reference to `stepperZ'
.text.startup+0x452): undefined reference to `stepperX'
.text.startup+0x454): undefined reference to `stepperX'
.text.startup+0x46a): undefined reference to `stepperY'
.text.startup+0x46c): undefined reference to `stepperY'
.text.startup+0x482): undefined reference to `stepperZ'
.text.startup+0x484): undefined reference to `stepperZ'|
Re: #define X_DRIVER_TYPE TMC26X in configuration.h führt zu Linker Fehler 18. February 2022 04:40 |
Registrierungsdatum: 3 Jahre zuvor Beiträge: 4 |
|
Re: #define X_DRIVER_TYPE TMC26X in configuration.h führt zu Linker Fehler 18. February 2022 17:19 |
Administrator Registrierungsdatum: 15 Jahre zuvor Beiträge: 7.304 |