powerpc
Server development for PowerPC 7448/Freescale (Fedora 12 PPC)
What is t开发者_运维百科he best development environment/language for the PowerPC 7448 to make the server? The server should be normal http/XML. The HW is pretty limited since the CPU is 1GHz, there is[详细]
2023-04-13 03:01 分类:问答How program counter is manipulated in powerpc assembler
What is the result of this instruction in powerpc assembler? . = 0x100 I think this involves program counter but disassembling an executable that uses this instruction something strange in output o[详细]
2023-04-05 00:39 分类:问答How do I add PPC/PPC64 support back to Xcode 4.2 under Lion?
I have a Lion (10.7.1) system on which I installed Xcode 4.2. Suppose I have a simple C program helloWorld.c as follows:[详细]
2023-03-29 08:53 分类:问答Python mySQL PPC Mac install
I am trying to install mySQL for Python on PPC ibook G4 running Leopard. I have Python 2.7.2, XCODE 3.1.3 and MAMP 1.9.6 installed.[详细]
2023-03-29 05:35 分类:问答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 with the Diab compiler (C source) for the PPC architecture. I\'m pret开发者_如何学Cty sure it was bu[详细]
2023-03-29 00:25 分类:问答What's a good PPC based >MACHINE< for profiling code for in-order processors
I know that older Macs have PPC processors in them, which is perfect, but whic开发者_如何学Ch specific models are suitable for dropping a linux distribution onto? I\'ve not used a Mac in over 10 years[详细]
2023-03-25 23:14 分类:问答printing float/double using printf crashes the program
I am working on a syscall implementation for a PowerPc. I have tested some gcc functions and they all seem to work (e.g. sqrt sin cos pow printf malloc...)[详细]
2023-03-24 07:13 分类:问答exception with Hello World, MPC 8280 (powerPC), on VxWorks 5.4
__asm__(\".data\\n\\t\" \"msg:\\n\\t\" \".string \\\"Hello, world!\\\\n\\\"\\n\\t\" \"len = . - msg\\n\\t\"[详细]
2023-03-19 16:51 分类:问答Floating point operations in interrupt handler (PowerPC, VxWorks)
I haven\'t found any resources that exactly answer what I am trying to understand with an issue I saw in a piece of software I am working on, so I\'ll ask the geniuses here![详细]
2023-03-18 04:43 分类:问答how to implement an atomic assignment on AIX/powerpc?
I\'m porting a kernel extentsion to 32/64 bit AIX on multi-processor PowerPC, written in C. I don\'t need more than atomic read operation and atomic write operations (I have no use for fetch-and-add,[详细]
2023-03-17 22:50 分类:问答