/explore

Click through on any links that interest you or select the planets on the right to continue exploring the Outer Web.
You are here

whynothugo.nl
| | bijanebrahimi.github.io
4.2 parsecs away

Travel
| | [AI summary] This article explains how to set up a cross-compiler for FreeBSD on a Linux machine, detailing the necessary steps to configure and build the toolchain, including dependencies like binutils, GMP, MPFR, and MPC.
| | www.sysadmit.com
3.8 parsecs away

Travel
| | Linux: como saber si es 32 o 64 bits
| | jmmv.dev
3.8 parsecs away

Travel
| | In a recent work discussion, I came across an argument that didn't sound quite right. The claim was that we needed to set up containers in our developer machines in order to run tests against a modern glibc. The justifications were that using LD_LIBRARY_PATH to load a different glibc didn't work and statically linking glibc wasn't possible either. But... running a program against a version of glibc that's different from the one installed on the system seems like a pretty standard requirement, doesn't it?...
| | danielnouri.org
19.3 parsecs away

Travel
| [AI summary] The post explains how to debug memory access violations and segmentation faults in C and C++ programs using AddressSanitizer and the GNU Debugger.