Klipper is a 3d-printer firmware
Find a file
Kevin O'Connor 8087200ffe Makefile: Don't disable gcc's use-linker-plugin option
This option seems to be confusing ld's region usage checks (builds
that could fit in small chips are being reported as not fitting).  The
option was disabled back in commit 4e8674d5 because it showed worse
results.  However, recent versions of gcc seem to produce the same
results even if this option is enabled, so change the build to avoid
disabling that option on newer versions of gcc (those that have the
-ffat-lto-objects option - which is needed to ensure
compile_time_requests sections can be extracted with objcopy).

The PRU build is dependent on -fuse-linker-plugin, so enable that
option explicitly in its build.

Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
2025-04-16 13:17:19 -04:00
.github github: Change to upload-artifact@v4 2025-01-09 20:43:54 -05:00
config config: Add LED definitions to generic-bigtreetech-skr-mini-mz.cfg 2025-03-24 17:43:41 -04:00
docs docs: Note the release of v0.13.0 2025-04-11 21:07:28 -04:00
klippy led: Fix off-by-one bug in SET_LED_TEMPLATE INDEX parameter 2025-04-11 12:00:34 -04:00
lib lib: Update can2040 to v1.7.0 2025-01-10 12:20:13 -05:00
scripts ci-install: Use prebuilt pru gcc binaries 2025-04-08 23:34:17 -04:00
src Makefile: Don't disable gcc's use-linker-plugin option 2025-04-16 13:17:19 -04:00
test test: Add rp2350 build to test cases 2025-02-26 20:28:50 -05:00
.gitignore util: Fix versioning when gitdir is absent (#809) 2018-10-27 10:44:38 -04:00
COPYING COPYING: Update GPLv3 license to latest text (uses https instead of http) 2022-06-03 11:28:44 -04:00
Makefile Makefile: Don't disable gcc's use-linker-plugin option 2025-04-16 13:17:19 -04:00
README.md docs: Improve wording of main Klipper page 2025-01-21 18:54:00 -05:00

Welcome to the Klipper project!

Klipper

https://www.klipper3d.org/

The Klipper firmware controls 3d-Printers. It combines the power of a general purpose computer with one or more micro-controllers. See the features document for more information on why you should use the Klipper software.

Start by installing Klipper software.

Klipper software is Free Software. See the license or read the documentation. We depend on the generous support from our sponsors.