This tag is for programming questions related to software and tools provided by the GNU ("GNU's Not Unix") project.
I'm working on a university project where I'm writing software for an Atmel SAM7S256 microcontroller from the ground up. …
linker embedded arm gnu linker-scriptsGNU diff doesn't seem to be smart enough to detect and handle UTF-16 files, which surprises me. Am I missing …
unicode diff gnuSo I'm looking through the source of gcc compiler and I've come along this in fork.c: int __fork () { __set_…
c linux gcc compiler-construction gnuI'm working on an assembly program for an ARM Cortex-M3 based microcontroller (Thumb 2 instruction set), using GNU as. In some …
assembly arm gnu elf gnu-assemblerProblem overview I am trying to learn how to build a cross-compiler, specifically a version of GNU gcc 4.7.2 on a 64…
macos gcc cross-compiling gnu darwinSuppose that I have two files, en.csv and sp.csv, each containing exactly two comma-separated records: en.csv: 1,dog,…
shell unix join gnu gnu-coreutilsIs it possible/feasible to use ObjC (not necessary the Apple flavor) to develop server-side web applications? Is GNU ObjC …
objective-c gnu