i386
Division and modulus using single divl instruction (i386, amd64)
I was trying to come up with inline assembly for gcc to get both division and modulus using single divl instruction. Unfortunately, I am not that good at assembly. Could someone please help me on this[详细]
2023-02-23 14:30 分类:问答missing required architecture i386 in file
I am having trouble building my app after adding MapKit and CoreLocation frameworks.They are both 4.3 frameworks, and the app used to work fine with UIKit, CoreGraphics, and Foundation, just giving me[详细]
2023-02-21 20:35 分类:问答How do I use Sqlite in a dylib in an i386 app in XCode 4? This approach does work in iPhone app
Using Sqlite in a dylib in an i386 app in XCode 4 For iOS I needed to add a file namely libsqlite3.0.dylib from directory:[详细]
2023-02-18 00:28 分类:问答How to compile gcc44 in i386 mode in macports?
I am trying to make command \"sudo port install py25-gtk\" work. The prob开发者_开发百科lem is that (at least) one of the dependencies (gcc44) is not compiling.[详细]
2023-01-29 06:17 分类:问答Xcode Only Gives Me Desktop Architectures for iOS App
I have an iOS project that I\'ve put in Dropbox to work with a few friends. The issue is that it seems to get \"corrupted\", so that after some time (after someon开发者_C百科e else has accessed the Xc[详细]
2023-01-20 01:41 分类:问答Extend the witdh of base address in 386 segment selector to excess the 4GB RAM limit in 32-bit OS?
As the memory requirement grows fast, today more and more system requires 64-bit machines to access even larger RAM.[详细]
2023-01-10 01:04 分类:问答Can a process running a 32-bit compiled binary use more than 4GB of memory?
Is it possible for a single process running a 32-bit compiled version of python in Snow Leopard (64-bit machine) to appear to consume > 4GB (say 5.4GB) of virtual memory as seen by the top command?[详细]
2023-01-09 07:03 分类:问答App crashes on i386, works on x86_64
I tried switching architectures in my Xcode project today, because I was about to use low level QuickTime stuff that\'s not yet ported to 64 bit yet. When i compiled before on x86_64 my app ran just f[详细]
2023-01-03 20:42 分类:问答Implementing traceback on i386
I am currently porting our code from an alpha (Tru64) to an i386 processor (Linux) in C. Everything has gone pretty smoothly up until I looked into porting our[详细]
2022-12-22 10:01 分类:问答Autoconf ignores compiler flags
I\'m trying to build a C library with a non-native architecture. I\'m running OSX 10.6 (which is x86_64) but I need the library compiled for i386. Normally, you can just add the compiler flag: -arch i[详细]
2022-12-20 12:00 分类:问答