-
Notifications
You must be signed in to change notification settings - Fork 341
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Stock firmware for octopus pro v1.1 does not compile #151
Comments
hey, @ElfyShort, were you able to find a solution for this one. I'm facing similar issue and need to compile it for one of my machine. based of 723H |
Same problem here, is there a known workaround? |
Hello Here the build logs, normal and in verbose mode: |
Hello You have to add the below line After the above update, the firmware got compiled without error, but there is still one problem, the onbaord SD card adapter does not read SD card. I was able to update the firmware using the onboard SD card adapter, but fails to read the gcode files from it. 12:34:23.165 : N19 M20*41 |
I am trying to compile stock firmware for octopus pro v1.1 in Platformio.
Getting the error:
'PinMap_SD' was not declared in this scope; did you mean 'PinMap_USB'?
Clean Marlin 2.1.2.1 compiles on my setup with no problem.
Any help will be appreciated!
Here is the full build log:
Compiling .pio\build\STM32H723Zx_btt\src\src\HAL\STM32\sdio.cpp.o
Marlin\src\HAL\STM32\sdio.cpp: In function 'void HAL_SD_MspInit(SD_HandleTypeDef*)':
Marlin\src\HAL\STM32\sdio.cpp:91:26: error: 'PinMap_SD' was not declared in this scope; did you mean 'PinMap_USB'?
91 | pinmap_pinout(PC_12, PinMap_SD);
| ^~~~~~~~~
| PinMap_USB
Compiling .pio\build\STM32H723Zx_btt\src\src\inc\Warnings.cpp.o
Marlin\src\inc\Warnings.cpp:724:6: warning: #warning "Motherboard DIAG jumpers must be removed when SENSORLESS_HOMING is disabled. (Define DIAG_JUMPERS_REMOVED to suppress this warning.)" [-Wcpp]
724 | #warning "Motherboard DIAG jumpers must be removed when SENSORLESS_HOMING is disabled. (Define DIAG_JUMPERS_REMOVED to suppress this warning.)"
| ^~~~~~~
*** [.pio\build\STM32H723Zx_btt\src\src\HAL\STM32\sdio.cpp.o] Error 1
The text was updated successfully, but these errors were encountered: