Questions related to the PowerPC family of RISC processors.
I have a device tree file (.dts) and I want to compile the file for my powerpc based board. How …
linux-kernel cross-compiling embedded-linux powerpc device-treeSince Apple only ships SDK 10.6 with Xcode4, developing PPC applications with Xcode4 became impossible. While it is possible to develop …
xcode xcode4 universal-binary osx-leopard powerpcI have a makefile that works transparently for Linux (x86_64) and OS X Intel (x86_64). This uses 64-bit specific GCC …
architecture gcc makefile powerpcI have to debug a C application in assembler. I want to know if a register is containing a NULL . …
assembly powerpcI have an ELF object file. I want to know which type of debugging info it contains. It was compiled …
c elf debug-symbols powerpcI'm currently trying to build a configuration to test some code on Big-Endian systems. Through chats and research, i've been …
qemu emulation powerpcI am new to PowerPC assembly. I am working with an MPC8245 (yes, old school). This is a 603e family …
assembly powerpcIn the latest iteration of Xcode, Xcode 4.0, the 10.4 SDK is no longer included. However, I still need to support 10.4 and …
macos xcode4 powerpcI cross-compiled NET-SNMP 5.7.1 from sources to a PowerPC using ELDK-3.1. When I try to load the snmpd daemon in my …
c cross-compiling snmp powerpc net-snmp