i386 is the mark used on the Intel 80386 processor
0
votes
0answers
36 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 ...
0
votes
1answer
94 views
Implementing cat>fileName command in NASM
I try to implement cat>filename command in NASM in Ubuntu 11.04 using system calls. My program is compiled successfully and run successfully (seems so). But whenever I tried to fire cat filename ...
0
votes
2answers
100 views
XCode Linker Error Duplicate Symbol [closed]
I've been working on this little project testing out timers, and have two view controllers. Everything was working, but now this error came up. I've checked the compile sources and there are no ...
0
votes
0answers
41 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
108 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
1answer
63 views
GNU Linker and architecture i386
So I'm running on OS X and I want to link two Mach-O objects i386.
The first is generated from NASM (it's an assembly file)
nasm -f macho -o kernel.o kernel.asm
The second is generated from GCC
...
0
votes
2answers
77 views
GAS assembly snippet divides by 0, not sure why
I have the following function, involving a snippet of i386 assembly in GAS syntax:
inline int MulDivRound(
int nNumber,
int nNumerator,
int nDenominator )
{
int nRet, nMod;
...
-2
votes
1answer
42 views
What is the range of int and long as they both are of 4 bytes
How 4 bytes of long have wider range than int?
Source: http://lwn.net/images/pdf/LDD3/ch11.pdf
3
votes
1answer
87 views
Linux x86/x64: Turn off misaligned data fixups
I've got some code I'm testing on Linux x86/x64. I want to turn off the automatic fixing of misaligned data to simulate what would happen on an ARM processor.
On Windows, I can do it with ...
2
votes
1answer
123 views
Assembling i386 code on x86_64
The following code does not work as expected:
.intel_syntax noprefix
.arch i386
.data
hello_world:
.ascii "Hello world!\n"
hello_world_end:
.equ hello_world_len, hello_world_end - hello_world
.text
...
0
votes
1answer
60 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 ...
1
vote
0answers
90 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
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 ...
-3
votes
2answers
266 views
add 2 numbers in assembly [closed]
I want to add two numbers but there is a problem that I cant find it please help me!
Thanks
.model small
.stack
.data
data1 dw 6
data2 dw 8
.code
main:
mov ax,@data
mov ds,ax
mov ...
0
votes
2answers
229 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
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
2answers
385 views
iphone missing required architecture i386
I am getting this error for one of my project to use a static library. The project runs well in iOS device. But not in simulator. The static library is not mine, so I cannot recompile it for i386.
...
0
votes
1answer
72 views
Titanium iOS module builds successfully but breaks in the test harness?
I have an iOS module built with Titanium mobilesdk 2.1.4.GA that relies on a handful of frameworks. The build.py command succeeds, but when I try to run the module in the module test harness, I get ...
1
vote
0answers
99 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 ...
0
votes
2answers
89 views
Intel: Computing Floating Point Numbers
I am reading "Numerical Recipes in C The Art of Scientific Computing", and in chapter one there is a section which discusses how floating point numbers are represented from a somewhat architecture ...
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 ...
0
votes
1answer
192 views
NASM - Selection sort implementation doesn't work
The problem with segmentation fault has been solved, however there still remains a question of faulty algorithm itself which sorts numbers correctly but puts some of the biggest ones on the top of the ...
0
votes
1answer
88 views
Undefined symbols for architecture i386: “_OBJC_CLASS_$_SDZInfo” (sudzc)
I'm developing an application with XCode 4.1.1
I added the library from http://sudzc.com/ for consume web services.
When I compile the application, it gives this error:
Undefined symbols for ...
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 ...
4
votes
2answers
235 views
GCC extended asm, struct element offset encoding
I am trying to write a small piece of my code in GCC style extended asm (x86-64 target) and am having trouble encoding struct offsets.
I have a struct s with a member size_t a[], a pointer to such a ...
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
votes
1answer
80 views
Installation in Ubuntu 11.04 showing error [closed]
I have some broken packages in my Ubuntu 11.04. Whenever I am trying to install anything on my system it is showing the following error:
E: ...
4
votes
3answers
241 views
How to disassemble movb instruction
I am writing a disassembler and I was reviewing the instruction format (and doing some disassembling by hand) and I ran into an instruction that I can't seem to be able to decode.
The output for that ...
0
votes
2answers
357 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 ...
1
vote
1answer
489 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 ...
0
votes
0answers
268 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 ...
1
vote
1answer
1k views
Cross Compiling libogg for iOS
I've been trying to cross compile libogg for armv6, armv6 and i386 using the iOS 5.1 SDK in Mountain Lion. Libogg uses autoconf, and I've been having pretty similar issues with a few other libraries ...
0
votes
2answers
95 views
Code sign error XCode 4.2
i386: No such file or directory
Command /usr/bin/codesign failed with exit code 1
I'm getting this error and can't figure out why. My valid architectures are set to armv6 armv7 i386. The project ...
1
vote
1answer
186 views
iphone sqlite undefined symbol errors
I am trying to learn sqlite for the iphone and am using the tutorial at this link:
http://www.techotopia.com/index.php/An_Example_SQLite_based_iPhone_Application
I created a single view application ...
1
vote
4answers
1k views
libsqlite3.dylib, missing required architecture i386
I am using libsqlite3.dylib and am getting the following error when am compiling my project.
ld: warning: ignoring file /Users/dcdmc/Documents/Beginning iPhone 5 Dev/Persistence ...
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
134 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
2answers
423 views
nasm and gcc: 32 bit linking failed (64 bit Mac OS X)
I've just compiled a assembley file with nasm this way:
$ nasm -f elf somefile.asm -o somefile.o
After that I want to link somefile.o to a programm with gcc
$ gcc -m32 somefile.o -o someprogramm
...
1
vote
1answer
511 views
Compiling boost as i386 on AMD64 (Ubuntu 11.10)
I'm currently programming an extension to a program, which only supports
i386 (and I am running amd64 Ubuntu 11.10). Whenever I compile my extension source
I need to use the -m32 flag to force 32 bit ...
2
votes
3answers
3k views
/usr/include/gnu/stubs.h:7:27: error: gnu/stubs-32.h: No such file or directory
I am trying to install roccc 2.0. I have installed required packages. Now while installing it, it is giving me this error:
/usr/include/gnu/stubs.h:7:27: error: gnu/stubs-32.h: No such file or ...
1
vote
1answer
425 views
Added Apple's code KeychainItemWrapper.h &.m files into my app and can not run with an error
I want save the username and password when user login, and I added the two Apple's file
in my app, but there is an error and build failed, maybe something about i386 cause this failed.
I using ...
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 = ...
0
votes
1answer
166 views
Linking to a boost library in a Cocoa Application
I'm new to programming, and I'm having trouble linking to a Boost library in a Cocoa Application.
I linked to the Boost library from a C++ Application in XCode, and it worked fine. However, in the ...
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
1answer
699 views
gcc on i386 architecture
I'm trying to link some .o files with:
gcc -m32 send.o lib.o -o send
and i get:
/usr/bin/ld: i386:x86-64 architecture of input file `send.o' is incompatible with i386 output
/usr/bin/ld: final ...
7
votes
1answer
636 views
How to map 1GB (or more) of physical memory
I have a setup with 2GB of memory and I would like to map 1GB (or more) of physical memory into user space virtual address. It is in theory possible since with 32bits setup, 3GB of virtual address is ...
0
votes
1answer
157 views
What kind of error is this “c(.text+0x7): relocation truncated to fit: 8 .data”
I was compiling/linking my program
i386-gcc -o output.lnx func.opc mainc.opc
and I kept getting that error. I honestly have no idea what this means.
Any clue?
thanks,
1
vote
2answers
145 views
strlen in assembly, off by 1?
I wrote the following assembly function callable from C to count the length of a null-terminated string. But for some reason, the count is always off by +1. I can't figure out why. Any clue?
...
-3
votes
2answers
711 views
Assembly Language Integer registers
I don't understand what this assembly instruction does. What is its effect and why?
imull $16, (%eax, %edx,4)
The initial values of the registers are
%eax= 0x100x
%edx= 0x3
0
votes
0answers
221 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 ...



