Top "Powerpc" questions

Questions related to the PowerPC family of RISC processors.

How to compile dts Linux device tree source files to dtb?

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-tree
How can we restore ppc/ppc64 as well as full 10.4/10.5 SDK support to Xcode 4?

Since 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 powerpc
How do I create a single makefile for both 32- and 64-bit?

I 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 powerpc
What is a NULL in hexadecimal

I have to debug a C application in assembler. I want to know if a register is containing a NULL . …

assembly powerpc
How can I know what type of debug info is in an ELF object file?

I have an ELF object file. I want to know which type of debugging info it contains. It was compiled …

c elf debug-symbols powerpc
How can dereferencing a NULL pointer in C not crash a program?

I need help of a real C guru to analyze a crash in my code. Not for fixing the crash; …

c unix crash powerpc
PowerPC emulation: Qemu, PearPC, or... ?

I'm currently trying to build a configuration to test some code on Big-Endian systems. Through chats and research, i've been …

qemu emulation powerpc
PowerPC Assembly Load Immediate

I am new to PowerPC assembly. I am working with an MPC8245 (yes, old school). This is a 603e family …

assembly powerpc
Xcode4 with Mac OS X 10.4 SDK

In 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 powerpc
SNMPd: Cannot open /proc/bus/pci

I 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