0xD34D / klipper_ender3_v3_se

Klipper is a 3d-printer firmware
GNU General Public License v3.0
71 stars 12 forks source link

I got error while compiling klipper. #10

Closed HongyongChoi7795 closed 5 months ago

HongyongChoi7795 commented 6 months ago

While I compile klipper firmware for rp2040, I got this error.

Error

My config was this. image

Alexandrinn commented 6 months ago

"# This file contains pin mappings for the stock 2022 Creality Ender 3 "# V3 SE. To use this config, during "make menuconfig" select the "# STM32F103 with a "28KiB bootloader" and serial (on USART1 PA10/PA9) "# communication. "# "Enable extra low-leverl configuration options" and "Disable SWD on startup" Screenshot 2024-01-12 230411

HongyongChoi7795 commented 6 months ago

I tried to make firmware for my portable adxl345.

schnoog commented 6 months ago

As temporary fix to be able to compile the firmware for the RP2040 I added

define CONFIG_CLOCK_FREQ 12000000

to src/hx711s.c and src/dirzctl.c would be great if that could be avoided.