#toolchain — Public Fediverse posts
Live and recent posts from across the Fediverse tagged #toolchain, aggregated by home.social.
-
I can only recommend to use #notepadpp and the little option at the top that makes non ASCII visible as coloured blocks with the name of that char within it e.g. <CR><LF>
All text editors and IDEs should have that option enabled and enable it by default.
That would effectively prevent these issues here...
-
🚀 Behold Vite+! The Swiss Army knife of web tools you never knew you needed, now with more duct tape and promises of sanity 🙃. Join the 'early access' cult and bask in the glory of yet another #toolchain pretending it can fix everything wrong with #JavaScript 🚀.
https://viteplus.dev/ #VitePlus #WebTools #EarlyAccess #HackerNews #ngated -
Orange Pi5
Orange Pi 5 uses Rockchip RK3588S new generation 8-core 64-bit processor, quad-core A76 + quad-core A55, with 8nm process design, up to 2.4GHz main frequency, integrated ARM Mali-G610 GPU, embedded high-performance 3D/2D image acceleration module, built-in NPU with 6Tops computing power, with 4GB/8GB/16GB (LPDDR4/4X), and up to 8K display processing capability.
-
Rust Custom Triplet
Целевые триплеты описывают платформу, на которой выполняется код, и являются основной концепцией системы сборки GNU. Обычно триплет содержит три поля: название семейства/модели CPU, поставщика и имя операционной системы. Кроме того, триплет может иметь дополнительное поле, отражающее Application Binary Interface (ABI), например: gnu, gnueabihf, gnu_ilp32.
Если вы создаете новую систему или собственный GNU/Linux дистрибутив, у вас может возникнуть необходимость иметь собственный целевой триплет. Например, x86_64-radix-linux-gnu для CPU Intel или AMD.
-
One Open-source Project Daily
Simple makefile-based build for musl cross compiler
https://github.com/richfelker/musl-cross-make
#1ospd #opensource #binutils #crosscompiler #gcc #musl #muslcross #targetmusl #toolchain -
💡 Rust lancia un sondaggio per ottimizzare build e toolchain
https://gomoot.com/rust-lancia-un-sondaggio-per-ottimizzare-build-e-toolchain/
#blog #indagine #news #picks #questionario #rust #sondaggio #tech #tecnologia #toolchain
-
A new #blog post appears!
I built a native GCC 14.2.0 for Mac OS X 10.4 Tiger PowerPC.
https://briancallahan.net/blog/20250329.html
#macos #macosx #tiger #powerpc #power #unix #bsd #freebsd #openbsd #netbsd #dragonflybsd #linux #solaris #illumos #gcc #llvm #clang #compiler #compilers #assembler #linker #toolchain #freesoftware #opensource #gnu
-
State of my toolchain 2024
An overview of the software, hardware and other personal productivity toolchains I’m using as of December 2024.
https://blog.kathyreid.id.au/2024/12/08/state-of-my-toolchain-2024/
-
#Development #Projects
Announcing Biome · Biome, toolchain of the web, is the successor to Rome https://ilo.im/154ddx_____
#WebDev #Biome #Rome #Formatter #Linter #ToolChain #Frontend #JavaScript #TypeScript #JSON #CSS -
A new #blog post appears!
Can #mold be used as the #OpenBSD system #linker? Let's find out!
https://briancallahan.net/blog/20230813.html
#program #programming #unix #ld #linkers #compiler #compilers #programminglanguage #programminglanguages #freebsd #netbsd #dragonflybsd #linux #unix #toolchain #toolchains #llvm #lld #gnu #binutils
-
-O0 does not mean "let me write invalid code".
Simply brilliant !
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=108747#c4
#gcc #gnucompilercollection #gnu #toolchain #optimization #insight #freesoftware #community #fsf
-
Amazing first @fosdem experience for us. Thank you Team, thank you @FreeCAD :freecad: & @kicad for an outstanding time together. Great partnerships ahead!
#FLOSS :opensource: for #FLOSH :openhardware:
#opensource #toolchain -
Joining @FreeCAD together with the @OSEGermany at the FreeCADday on very inspiring discussion on the future of engineering #FLOSS tools.
Ready for otfn.org/hackathon
visit opentoolchain.org or join the updates via https://floss.social/@opentoolchain and chat in the matrix space (via contact)
-
Remoticon Video: Pigweed Brings Embedded Unit Testing, Library Integration to Commandline - When it comes to embedded engineering, toolchains are the worst. Getting a new toolchain up and ru... - https://hackaday.com/2021/01/13/remoticon-video-pigweed-brings-embedded-unit-testing-library-integration-to-commandline/ #2020hackadayremoticon #softwaredevelopment #embeddeddevelopment #microcontrollers #unittesting #libraries #toolchain #pigweed #cons
-
So then I try #Debian. Installs just fine. Doesn't run #rustup from the web site. So I download it and run the shell script locally.
Which installs the wrong #toolchain. Forcing me not only to look into #toolchains but also into figuring out, by trial and error, which ones claimed to be available actually are. And thanks.
Finally I can default the #rust toolchain to stable-aarch64-unknown-linux-gnu. But again: neither #clippy nor #rustfmt are available. And thanks.