Skip to content
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

Marlin compilation problem #27627

Open
1 task done
AleSan78 opened this issue Jan 6, 2025 · 3 comments
Open
1 task done

Marlin compilation problem #27627

AleSan78 opened this issue Jan 6, 2025 · 3 comments

Comments

@AleSan78
Copy link

AleSan78 commented Jan 6, 2025

Did you test the latest bugfix-2.1.x code?

Yes, and the problem still exists.

Bug Description

Marlin compilation problem, I have this error "arm-none-eabi-g++: error: D:/3D/Artillery Sidewinder X2/Firmware/Carte Mère/Marlin-release-2.1.3-beta2/buildroot/share/PlatformIO/variants/MARLIN_ARTILLERY_RUBY/ldscript.ld: No such file or directory
*** [.pio\build\Artillery_Ruby\firmware.elf] Error 1"

While when I compile version Marlin 2.1.2.4 it works

Bug Timeline

No response

Expected behavior

No response

Actual behavior

No response

Steps to Reproduce

No response

Version of Marlin Firmware

Marlin-release-2.1.3-beta2

Printer model

No response

Electronics

No response

LCD/Controller

No response

Other add-ons

No response

Bed Leveling

None

Your Slicer

None

Host Software

None

Don't forget to include

  • A ZIP file containing your Configuration.h and Configuration_adv.h.

Additional information & file uploads

No response

@ellensp
Copy link
Contributor

ellensp commented Jan 6, 2025

you cannot have non English characters such as 'è' in the path, it breaks the linker. this is outside of marlin control

@AleSan78
Copy link
Author

AleSan78 commented Jan 8, 2025

vous ne pouvez pas avoir de caractères non anglais tels que 'è' dans le chemin, cela casse l’éditeur de liens. C’est hors du contrôle de Marlin

But it works when I compile the old version of marlin 2.1.2.4 with the same path which has the accent "è"

@ellensp
Copy link
Contributor

ellensp commented Jan 8, 2025

confirmed.. It is path moving to D:\Marlin and it builds

It is the è character, what I haven't worked out is what 2.1.2.4 did differently, lots has changed...

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants