Python Forum

Full Version: Python Linker
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
I published my code yesterday on another thread about a Python linker. Today, I wrote my own linker and finished it. It works on my manual setup, but it's more convenient than using CMD. I hope it usefull Wall Wall Wall
Bye bye
GitHub Link :https://github.com/MeJustMeLOL/GCC-ARM-Linker_Python-
or :https://github.com/MeJustMeLOL/GCC-ARM-L...ain/GCC.py
The link is broken for me. Cry
(Feb-16-2025, 02:37 PM)Gribouillis Wrote: [ -> ]The link is broken for me. Cry

I don't know how to fix this issue. You can search my GitHub and take a look. HaHa Big Grin Big Grin Big Grin , thanks for notice.
You know that Python has an ecosystem of modules that specialize in building C, C++ and other language's projects. One of them is Scons which has been around for at least 15 or 20 years. It can help you compile and specify detailed building steps for your C like projects.
(Feb-16-2025, 05:38 PM)Gribouillis Wrote: [ -> ]You know that Python has an ecosystem of modules that specialize in building C, C++ and other language's projects. One of them is Scons which has been around for at least 15 or 20 years. It can help you compile and specify detailed building steps for your C like projects.


The package you recommended is very useful, and I’m using it instead of my potato code. Thank you so much! I also have an update: my code works now! The file can be uploaded to the MCU without errors, which allows me to expand the functionality of my codebase. Honestly, $99 per month sounds crazy, though