This tag is for programming questions related to software and tools provided by the GNU ("GNU's Not Unix") project.
I'm trying to remote debug an application running on arm9 So far I've been able to cross compile and execute …
debugging compilation gnu remote-debugging configureFrom The GNU C Programming Tutorial: The fgets ("file get string") function is similar to the gets function. This function …
c file-io gnu c99 buffer-overflowThe version of GNU Bison on my mac is 2.3 but I know that Bison 2.5 was released long ago. The book …
macos gnu bisonI want to make my bash script deal with long parameters. I found getopt, but it isn't supported in OS …
macos bash gnuI have a jailbroken (evasi0n) 4th generation iPad, with iOS 6.1 firmware. Through Cydia I've installed Mobile Terminal, version 520-2. …
compiler-construction ios6 terminal gnu jailbreakQ1 What is the difference between Program header and Section Header in ELF? Q1.1 What is the difference between segment …
c arm gnu elf linker-scripts