Tagged Questions

The tag has no wiki summary.

learn more… | top users | synonyms

63
votes
5answers
11k views

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 applications with Xcode4 that can also run on 10.5 and maybe ...
28
votes
4answers
4k views

python easy_install fails with “assembler for architecture ppc not installed” on Mac OS X

bash-3.2$ sudo easy_install appscript Password: Searching for appscript Reading http://pypi.python.org/simple/appscript/ Reading http://appscript.sourceforge.net Best match: appscript 1.0.0 ...
12
votes
1answer
2k views

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: #include <stdio.h> main() { printf("hello, world\n"); } Using this ...
11
votes
5answers
4k views

Installing PIL on OS X Snow Leopard w/Xcode4 (no PPC support)

Xcode4 dropped PPC support, so when I try building PIL, it throws hate: Bens-MacBook-Air:Imaging-1.1.7 bkeating$ python setup.py build running buildrunning build_pyrunning build_ext --- using ...
11
votes
1answer
428 views

How to disable easy_install or pip building ppc by default on Snow Leopard 10.6.6?

Since I have Xcode 4 installed and it seems xcode 4 can't build ppc binaries anymore, quite a lot of python packages(especially mercurial pymongo, etc.) can't build and complained that there is no ...
7
votes
1answer
904 views

Unable to link ppc after upgrading to XCode 4

I followed these instructions on how to get the 10.4 SDK working with PPC after upgrading to XCode 4. I am able to compile, but it errors out at link time. As an added wrinkle, I'm not using XCode ...
7
votes
16answers
3k views

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; I can easily fix it, but before doing so I'd like to understand how this crash is even possible, as it seems ...
6
votes
3answers
1k views

Is it possible to make Node.js use Rhino as the Javascript engine?

I use Node.js for several jobs on my web apps and so far everthing's ok. But the Node.js uses Google's V8 as the default Javascript engine (JSE) and V8 runs exlusively on the x86 and ARM Instruction ...
6
votes
6answers
446 views

What does the C compiler do with bitfields?

I'm working on an embedded project (PowerPC target, Freescale Metrowerks Codewarrior compiler) where the registers are memory-mapped and defined in nice bitfields to make twiddling the individual bit ...
5
votes
5answers
868 views

How do I create an architecture-capable makefile?

I have a makefile that works transparently for Linux (x86_64) and OS X Intel (x86_64). This uses 64-bit specific GCC options. Is there a way to adjust the makefile so that I could build for 32-bit ...
5
votes
2answers
779 views

Mac OS X: Intel vs. PPC marketshare

I was looking at my plugins, and ended up looking at Silverlight on several Mac systems. What I noticed (from Wikipedia), was that only Silverlight 1 runs on PPC. Without knowing about the technical ...
4
votes
2answers
352 views

How do i remove the ppc section in growl framework?

Now i add growl notification support into my app ,when i submitted it to mac app store with organizer,it says that " Unsupported Architecture - Application executables may support either or both of ...
4
votes
1answer
315 views

Debugging PowerPC Binary on OS X 10.6.x - gdb error: Don't know how to run

I have an old PowerPC Binary which runs on my system (snow leopard intel) using rosetta, i wanted to debug the binary using gdb - however it tells me that it doesnt know how to run it. I think this ...
4
votes
3answers
196 views

Are our PPC management agency using a robot?

We outsource the management of our Google AdWords account. Although we understand the interface ourselves, we just don't have the time to manage it, and thought we might also benefit from a pro's ...
4
votes
2answers
316 views

How do programs support i386 and ppc at the same time?

I would like to know how you can support i386 and ppc architectures for programs at /bin. I run for instance bin $ file amber I get amber: setgid Mach-O universal binary with 2 architectures ...
3
votes
4answers
284 views

How to specify execution time of x86 and PowerPC instructions?

I have to approximate execution time of PowerPC and x86 assembler code.I understand that I cannot compute exact it dependson many problems (current processor state - x86 processor dicides internal ...
2
votes
1answer
136 views

How can I know what type of debug info in elf object file

I have an elf object file I want to know which type of debugging info it contains. It was compiled with diab compiler (c source) for architecture ppc. I'm pretty sure it was built with debugging ...
2
votes
3answers
259 views

Equivalent of x86 PAUSE instruction for PPC

Does there exist an equivalent of the x86 PAUSE instruction, which is placed within busy waiting loops to improve performance, particularly on SMT machines, on PowerPC?
2
votes
1answer
170 views

What is this stack-checking PPC assembly doing?

I have the following self-contained function (i.e. it is branched to using bl CheckStackFunc) and I am mystified as to its purpose. Could someone familiar with PowerPC assembly lend a hand? ...
2
votes
2answers
691 views

Is QEMU good for learning programming in assembler for ARM and PowerPC?

I want to learn programming in assembler for PowerPC and ARM, but I'm unable to buy real hardware for this purpose. I'm thinking about using QEMU for that. However I'm not sure if it emulates both ...
2
votes
3answers
625 views

Suggest a Java IDE for Pocket PC [closed]

How can I write a java application with Pocket Pc? could you please suggest me an IDE and JDK for PPC? I want write java applications with PPC's keyboard for example in travel. for example ...
1
vote
3answers
103 views

What can cause Program Counter to have an invalid address?

I am getting an exception "Invalid Program Counter Address" in Vxworks + PPC 603. Application is linking to multiple 'C' libraries. Am not able to place, what could cause this problem? Is there a ...
1
vote
0answers
86 views

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. I was trying both MySQL-Python-1.2.2 and MySQL-Python-1.2.3, but I ...
1
vote
1answer
103 views

Understanding PowerPC Assembler Function with bit rotate

Im trying to port a legacy app which has some basic bit shifting to decrypt a buffer, but im lost with this powerpc code - i tried my best to understand it and added comments and created a pseudo c ...
1
vote
0answers
112 views

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" ".text \n\t" "li 0,4\n\t" "li 3,1\n\t" ...
1
vote
2answers
158 views

PowerPC: How to make div/0 return zero as a result

We are attempting to port a legacy application from an old monolithic RTOS to a unix based RTOS on a PowerPC 8360. In the old system, our large code base became dependent upon 1/0 returning zero, and ...
1
vote
1answer
257 views

How to invalidate L1 data cache for a specific memory range on PowerPC PQ-III e500?

A special memory block would be periodically updated by DMA task. When another Task tried to look up data in this block frequently, there is MCE (Machine Check Exception) about L1 data cache parity ...
1
vote
3answers
186 views

Equivalent of rdtsc opcode for PPC

I have an assembly program that has the following code. This code compiles fine for a intel processor. But, when I use a PPC (cross)compiler, I get an error that the opcode is not recognized. I am ...
1
vote
1answer
208 views

What's PPC and how can I use it to make an xbox rebooter?

So I've always been interested in a type of modified xbox 360 called a jtag. Apparently do to some system checks implemented by microsoft they can no longer connect to xbox live and I want to give ...
1
vote
1answer
636 views

how do I build a universal binary with xcode 3.2.6?

I am using XCode 3.2.6 on an Intel Mac running OS X 10.6, to build a fairly simple app that needs to be able to run under OS 10.4 on a PPC-based Mac, in addition to modern Intel-based Macs. Under the ...
1
vote
1answer
517 views

How do I get the CPU ID on a multi-core PPC?

I have a multi-threaded app which is running under linux 2.6.30 on an 8 core PPC processor. I want to determine which CPU is being used when a thread is launched. The obvious answer is to print the ...
1
vote
1answer
130 views

How to charge for running an adwords campaign [closed]

I've recently been asked to run an adwords campaign. I have no clue how to charge for this. Do I charge monthly/weekly? Do I charge a % of their budget? Do I charge for the setup cost? Do i charge ...
1
vote
2answers
2k views

How do I build Universal binaries (ppc/i386) using Xcode 3.2.2 for OSX?

I am trying to build a universal binary for a project at work, but I can't seem to get Xcode set up properly to do so. I am familiar with the Apple Documentation regarding this, but apparently I am ...
1
vote
2answers
2k views

Mac OS X 10.5 App “not supported on this architecture” cured by copying?

I have an app that updates itself over the internet, and the updated copy won't run on PowerPC machines (G5) running Leopard (10.5.8). Double-clicking the app produces a message saying "You can't ...
1
vote
1answer
120 views

Does Bonjour networking work on ppc running 10.4?

I developed an application for Mac 10.5 desktop which communicates with iPhone over wifi using Bonjour service, and it is working fine on Mac 10.5 and able to do required syncing with iPhone over wifi ...
1
vote
2answers
1k views

Cross compile Boost 1.40 for VxWorks 6.4

I'm trying to migrate a project which uses Boost (particularly boost::thread and boost::asio) to VxWorks. I can't get boost to compile using the vxworks gnu compiler. I figured that this wasn't going ...
1
vote
2answers
461 views

How to set up Webtrends to segment paid search campaigns?

I'm trying to learn how to set up Webtrends Analytics to segment paid search properly. I've dug up the fact that you need to pass "WT.srch=1" over in the url from the advert, but are there other ...
1
vote
6answers
159 views

What kind of SEO Technique need to apply for my website [closed]

I have a website called http://www.demandb.com and it's a classified sites... Can any one tell me the different SEO Techniques for my site to get huge amount of visitors....I dint yet started SEO for ...
0
votes
0answers
22 views

How can we restore ppc/ppc64 as well as full 10.4/10.5 SDK support to Xcode 4.2?

Related to an earlier question on "how to get ppc/10.4/10.5 SDK support to Xcode 4" In Xcode 4.2 we miss the folders to insert or link "GCC 4.0" files and "as" file: ...
0
votes
0answers
14 views

Pay-Per-Click Google Adwords like open source software

Does anyone know if there is an open source alterative to the software that google adwords uses? I need to make my own ad-management system that can push out ads and gather CPI/PPC analytics. Has ...
0
votes
0answers
24 views

Having trouble installing libgdiplus

Make libgdiplus 2.10 results in an error. I am having a hard time finding the cause. It appears to be a problem with the source file pngcodec.c. I am not sure if this is a bug or I am just doing ...
0
votes
2answers
69 views

Clang on Power PC CPU Architecture?

Has anybody run Clang as a C compiler on ppc architecture? I am trying to resurrect an old G4 12 inch Powerbook (867 Mhz G4 CPU) and will install Linux (Debian with a Linux Mint/LXDE front end) on it, ...
0
votes
1answer
63 views

ES400: CameraCaptureDialog error after saving one image

I am getting an error using the CameraCaptureDialog class in the ES400, while catpturing the second image it says "Could not find image". But the same code works fine in MC35. Dim app_path As ...
0
votes
1answer
8 views

On an e-commerce site, how do you attribute a sale to PPC if a visitor comes from PPC but then returns to buy through another medium?

Can we use cookies and if so how do we install this? What software could track this kind of conversion scenario?
0
votes
1answer
225 views

'The Java JAR file “NetC.jar” could not be launched.' What's the problem?

Mac PowerPC OSX 10.5 I am trying to open a .jar file for my PPC but I keep getting: 'The Java JAR file "NetC.jar" could not be launched.' I also downloaded Java 5. I even went to "Java Preferences" ...
0
votes
0answers
31 views

.vdb viewer software - search party

Does anyone know a viewer for this file type? It looks like a db file. And the program that runs is a PPC program http://www.antechsystems.com/product-support/search-party I need to extract the ...
0
votes
2answers
216 views

What is PPC and what does it mean? [closed]

So everyone keeps talking about PPC and I don't know what it is. I know that there are multiple terms for PPC, but I know this one is related to a program called Ida or something like that. So please, ...
0
votes
2answers
80 views

Indicate to google that two websites are two separate companies

I currently build two websites for two different companies. Each company runs PPC campaigns from these web sites. If I use the same common files to build the two websites, would Google detect them ...
0
votes
1answer
141 views

a simple assembly question

I'm new to assembly, and it's quite fun. Anyways I have one question... cmpw cr7, %r29, %r8 Is that code the equivalent of if cr7 > %r29 and %r8?
0
votes
3answers
552 views

Is it possible to convert PPC Assembly to C?

i have some PPC code that i want to convert back into its original C code, is there a way to do this? Possibly a person (such as somebody who knows PPC to reconstruct the C code?) or a program?

1 2