i386 is the mark used on the Intel 80386 processor

learn more… | top users | synonyms

1
vote
2answers
782 views

Failure with booting of qemu_x86_defconfig in buildroot-2011.11?

I have built the qemu_x86_defconfig with buildroot-2011.11, the qemu-system-i386 version is 1.0.50 and I use the external cross toolchain of Sourcery CodeBench x86/x86_64 2010.09, but I encountered ...
0
votes
2answers
249 views

compiling C++ with the scons compiler

I am using Mac OS X 10.8.2 and I am compiling my code using the scons compiler. I am using the 32 bit xerces-c database version 2.8.0. when I am trying to build I get errors: $scons scons: ...
0
votes
2answers
362 views

RPM is not working with i386 (rhel6) but it works with x86_64(rhel5)

while installing the package Test-5.0-201208280707.amd64.rpm I have a 64 bit RHEL 6 Machine and it's architecture is i386 # cat /etc/redhat-release Red Hat Enterprise Linux Server release 6.3 ...
0
votes
2answers
189 views

ruby Rake Time BUG in Ruby,what To do now on windows 7:

ERROR: C:\ruby_shuby\exchange>rake db:create:all rake/rdoctask is deprecated. Use rdoc/task instead (in RDoc 2.4.2+) ...
2
votes
1answer
253 views

no product after “build success” of a cocoa touch static library project

I have searched so many problem but there is no the same as me. on Xcode 4.3.2(4.3.1) I added several files to a new cocoa touch static library project and use iPhone Simulator to build it, then ...
1
vote
1answer
58 views

libstk.a undefined symbol for architecture x86_64 (or i386)

I try to use the library libstk.a (from The Synthesis ToolKit in C++ (STK))in a XCode 4.5.1 application project to build for Standard(32/64 bit Intel) architectures. I just drop the file libstk.a and ...
1
vote
1answer
56 views

Trying to combine two Xcode projects, error architecture i386

Im trying to combine two Xcode projects. I bought these two projects from the web and i want to create a new project with functions from both the projects i bought. The problem is that as soon as I ...
1
vote
1answer
295 views

RVM installing Ruby for i386 rather than x86_64 on OSX 10.8.2

I've installed Ruby/Gem/Rails on two different OSX 10.8.2 machines. One is working fine and the other appears to work until I attempt to install a gem that includes native code like pg. When I do ...
1
vote
1answer
509 views

iPhone Static Library Issues With Simulator

So I have an iPhone static library that I am trying to build. I've got the script that was used in this question ...
1
vote
1answer
135 views

NASM jmp wonkiness

I'm writing a Forth inner interpreter and getting stuck at what should be the simplest bit. Using NASM on Mac (macho) msg db "k thx bye",0xA ; string with carriage return len equ $ - msg ...
1
vote
1answer
245 views

Issue in running QR Code reader sdk

I am doing a project to read QR codes.For that I am using the sample code from 2D barcodes (QR Code, Data Matrix) - iOS4 or above only from the link http://www.quickmark.com.tw/En/basic/SDK.asp But ...
0
votes
1answer
63 views

Xcode does not recognize ViewContoller from my custom library

I have several projects which share many of the same classes and custom views/view controllers, so I created a custom static library which contain these common classes to be used directly in my client ...
0
votes
1answer
627 views

Undefined symbols for architecture i386 using protobuf

I'm trying to make an app that uses Protocol Buffers. I'm getting this error, any idea why? Ld ...
2
votes
0answers
119 views

Undefined symbols for architecture i386 linker command failed with exit code 1 (use -v to see invocation)

I have looked through other questions that had similar issues, but I still can't figure out what is wrong. This is my first app and the other answers didn't make much sense. I keep getting the same ...
1
vote
0answers
41 views

i386 exe file that refuses dosbox, on x64 windows

I am trying to make a code run on my machine (windows 7 x64), it is a fortran 90 code that needs a third-party provided i386-based dll to work. When I tried compiling it (with latest gfortran and ...
1
vote
0answers
93 views

Building Lua for both i386 & x86_64 architecture?

I've been building some Lua scripts to automate certain functions and configurations that I can use with my audio VST plug-ins. The scripts themselves work fine, tested in a separate project embedded ...
1
vote
0answers
103 views

Xcode: Library is not build for x86_64 valid architecture

Please help me with issue I break my neck with.. I work with Xcode 4.5.* and I try to build a library with Build Settings: Architectures: 32-bit Intel Valid Architectures: *i386 & x86_64* But ...
1
vote
0answers
245 views

Symbol(s) not found for architecture i386 - MCPConnection

Today i installed the MCPConnetion for mysql. i just copied the source code to my app. then, i call the code: #import "MCPConnection.h" and worked with hem: MCPConnection *connection = ...
1
vote
0answers
632 views

Undefined symbols for architecture i386: “_objc_assign_ivar”. Error when open existed Xcode 3 iPhone project in iOS 4 by Xcode 4

I have one iPhone project worked fine using Xcode 3. But at that time I opened it by Xcode 4, it raised errors on my first project rebuilding. That error said that: Undefined symbols for ...
0
votes
0answers
50 views

libssh2 i386 static build on mac os

I'm trying to build libssh2 i386 statically on mac os this thread didn't help me I do it like export CFLAGS=-m32 export CPPFLAGS=-m32 ./Configure --host=i386-apple-darwin ...
0
votes
0answers
111 views

Xcode 4 - Undefined symbols for architecture i386 - SFML

To start off with, I have read around that if you don't double-check that all sources and frameworks are set up for your project, you'll get the whole Undefined Symbols for architecture i386 thing, ...
0
votes
0answers
28 views

What's the meaning of this?(size and offset)

Loading/Storing The IDT is loaded using the LIDT assembly instruction. It expects the location of a IDT description structure: The offset is the virtual address of the table itself. The size is ...
0
votes
0answers
272 views

JNI_CreateJavaVM with jre 64bits

I'm developing a Qt project on OS X. I'm using Jni and include the header jni.h present in the Java jdk. I'm using the function JNI_CreateJavaVM to create the vm, whose symbols are in the ...
0
votes
0answers
222 views

Smallest Stack Frame Size

I'm currently doing the Capture-the-Flag event by Stripe (you should check it out if you haven't seen it yet). The event requires you to look at disassembled executables a lot, and my knowledge of asm ...
0
votes
0answers
1k views

How can I resolve this warning “gcc file format : is not the architecture being linked (i386)”?

I have to continue the development of an iPhone appli but when I want to build it, my build results display this warming, and I don't know how can I resolve it : ld: warning: in ...