Displaying 15 results from an estimated 15 matches for "i386linux".
2009 Nov 11
1
32bit development on x86-64
...en searching for -lgcc
/usr/bin/ld: skipping incompatible
/usr/lib/gcc/x86_64-redhat-linux/4.1.2/libgcc.a when searching for -lgcc
/usr/bin/ld: cannot find -lgcc
collect2: ld returned 1 exit status
there is some confusion in the man pages as to whether the correct 32
bit emulation is elf_i386 or i386linux so:
gcc -osizes -Wl,-m,i386linux sizes.o
gives result:
/usr/bin/ld: unrecognized option '--eh-frame-hdr'
/usr/bin/ld: use the --help option for usage information
collect2: ld returned 1 exit status
since the single line command works it seems that there must be a way to
get the job done....
2012 May 29
7
efibootmgr not working on xen-unstable booted on uefi system
I have installed dom0 Wheezy 64 bit on Dell PowerEdge T310 with kernel from
package and xen-unstable. System is in Uefi mode and booted with
grub-efi-amd64.
Booting without xen efibootmgr works, while with xen not, efivars kernel
module is loaded but show this message:
efibootmgr
Fatal: Couldn''t open either sysfs or procfs directories for accessing EFI
variables.
Try ''modprobe
2018 Feb 27
0
CentOS 7 / Xen 4.6 on UEFI system?
...as_EFI
Which sugests binutils doesn't support PE (EFI), which looks to be the case with the stock version on CentOS 7, note missing i386pe from the list of supported emulations:
# ld -V
GNU ld version 2.25.1-32.base.el7_4.2
Supported emulations:
elf_x86_64
elf32_x86_64
elf_i386
i386linux
elf_l1om
elf_k1om
I downloaded binutils 2.30 from http://ftp.gnu.org/gnu/binutils/ and built it with:
yum -y groupinstall "Development Tools"
tar xzf binutils-2.30.tar.gz
cd binutils-2.30
./configure --enable-targets=x86_64-pep
make
make install
Now I have a version that supports...
1999 Jul 09
1
"ld: bfd assertion fail" making eda.so on Linux (Redhat 6.0)
...sion
egcs-2.91.66
mkellers{maechler}426% ld --version
GNU ld 2.9.1
Copyright 1997 Free Software Foundation, Inc.
This program is free software; you may redistribute it under the terms of
the GNU General Public License. This program has absolutely no warranty.
Supported emulations:
elf_i386
i386linux
------------------
I'm guessing that the gcc/ld/library combination hasn't been
installed/configured properly...
???
Martin
-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-
r-devel mailing list -- Read http://www.ci.tuwien.ac.at/~hornik/R/R-FAQ.html
Send...
2004 May 18
0
zaphfc Compile Error
...s function)
zaphfc.c:711: (Each undeclared identifier is reported only once
zaphfc.c:711: for each function it appears in.)
make: *** [zaphfc.o] Error 1
--snip----------------------------------
gcc (GCC) 3.2.3
GNU Make 3.80
GNU ld version 2.14.90.0.6 20030820
Supported emulations:
elf_i386
i386linux
elf_x86_64
-----------------------------------------
(The compile of zaptel.c seems ok. with no errors during compile)
Any hint/directions is highly appreciated
Regards Petter
_________________________________________________________________
MSN Messenger http://www.msn.no/messenger Den kor...
2004 Dec 23
1
Recommended IAX softphone.
After having been toying around with asterisk and various VoIP stuff
for a couple of weeks now, I want to recommend a preferred protocol
and softphone to friends and family for calling me up.
As SIP and H323 are such a mess to set up in NATed environments, the
only reasonable protocol option right now seems to be IAX.
After looking at http://www.voip-info.org/wiki-Asterisk+IAX+clients
and trying
2016 Apr 25
2
bug: cross-compile Clang/LLVM for ARM using Clang/LLVM
Hi James, renato,
So how do I download the missing ARM libraries on Ubuntu14.04? I cannot
find any available libraries.
Best,
Liyang
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20160425/04dfc553/attachment.html>
2003 Oct 15
2
link failure in snapshot 0.81
Im using snapshot 0.81.
make[1]: Entering directory `/home/rogelio/src/klibc-0.81/klibc'
gcc -Wp,-MD,./.getenvtest.d -march=i386 -Os -falign-functions=0
-falign-jumps=0 -falign-loops=0 -nostdinc -iwithprefix include
-I../klibc -I../klibc/arch/i386/include -I../klibc/include/bits32
-D__KLIBC__ -DBITSIZE=32 -I../klibc/include -I../linux/include -W
-Wall -Wpointer-arith -Wwrite-strings
2012 Jun 19
2
[LLVMdev] Is cross-compiling for ARM on x86 with llvm/Clang possible?
...Projects/llvm_clang/build/Debug+Asserts/bin/../lib/LLVMgold.so
/tmp/hello-T8xLAt.o -lgcc --as-needed -lgcc_s --no-as-needed -lc -lgcc
--as-needed -lgcc_s --no-as-needed crtend.o crtn.o
/usr/bin/ld: unrecognised emulation mode: armelf_linux_eabi
Supported emulations: elf_x86_64 elf32_x86_64 elf_i386 i386linux elf_l1om
elf_k1om
clang: error: linker command failed with exit code 1 (use -v to see
invocation)
6. The problem occurred when clang starts to link with ld. Clang tried to
use the ld in a wrong place - "/usr/bin/ld". So I tried it myself like
below.
/home/hum/Documents/Projects/llvm_cl...
2012 Jun 18
0
[LLVMdev] Is cross-compiling for ARM on x86 with llvm/Clang possible?
On Sat, Jun 16, 2012 at 08:20:23PM +0900, Journeyer J. Joh wrote:
> If the cross compiling is supported, is there any documentation on how to
> do it?
The short version is: assuming you have a cross-binutils installation
using e.g. x86_64--netbsd-as and x86_64--netbsd-ld, you add a symlink
called x86_64--netbsd-clang to clang and just call that with an
appropiate --sysroot to make it find
2004 Dec 23
1
where I can find some learning book about asterisk?
...Re: [Asterisk-Users] Recommended IAX softphone.
To: asterisk-users@lists.digium.com
Message-ID: <1103844448.4059.55.camel@caruso.quasi.local>
Content-Type: text/plain
On Thu, 2004-12-23 at 16:36 -0600, Michael Van Donselaar wrote:
> iaxComm is Open Source, and currently runs on Win32 and i386Linux platforms.
> Earlier versions run on Mac OSX, but I don't have hardware to compile it, and
> have not had any recent reports.
Thanks Michael
I've tried it and it seemed a reasonable choice to me, with it's codec
support, clean gui plus being open source. I guess I'll go for...
2012 Jun 16
4
[LLVMdev] Is cross-compiling for ARM on x86 with llvm/Clang possible?
Hello list,
I wonder if llvm/Clang can compile C or C++ for ARM from on x86.
http://comments.gmane.org/gmane.comp.compilers.clang.devel/8896
The talk above answered 'NO' to my question, which means Clang is not yet
able to cross compile for ARM on X86.
Is the answer still correct for my question?
I saw somewhere that Clang supports ARM on Darwin only. Then is the cross
compiling
2012 Jun 19
0
[LLVMdev] Is cross-compiling for ARM on x86 with llvm/Clang possible?
Hello
> ./clang -v -emit-llvm -ccc-host-triple arm-none-linux-gnueabi
> -I/home/hum/Documents/Projects/llvm_clang/gnuarm-4.0.2/arm-elf/include
> -L/home/hum/Documents/Projects/llvm_clang/gnuarm-4.0.2/arm-elf/bin hello.c
You forgot about sysroot here.
> /home/hum/Documents/Projects/llvm_clang/gnuarm-4.0.2/arm-elf/bin/ld:
> unrecognised emulation mode: armelf_linux_eabi
>
2012 Jun 20
3
[LLVMdev] Is cross-compiling for ARM on x86 with llvm/Clang possible?
.../Projects/arm_toolchain/arm-2010.09/lib/gcc/arm-none-linux-gnueabi/4.5.1/armv4t/crtend.o
needs to be used!!!)
/home/hum/Documents/Projects/arm_toolchain/arm-2010.09/arm-none-linux-gnueabi/libc/usr/lib/crtn.o
/usr/bin/ld: unrecognised emulation mode: armelf_linux_eabi
Supported emulations: elf_i386 i386linux elf32_x86_64 elf_x86_64 elf_l1om
elf_k1om
clang: error: linker command failed with exit code 1 (use -v to see
invocation)
Problem #1 : wrong linker! ld in cross toolchain is needed!
Problem #2 : All libraries have to be of the cross toolchain!
Problem #3 : All libraries have to be of the cross to...
2012 Dec 31
5
[LLVMdev] [lld] Linker script findings.
...cripts/` and there are quite a few of them. However, many
share the same filename excluding the extension. On my machine, I see
$ ls /usr/lib/ldscripts | sed 's/\.x[a-z]*$//' | sort | uniq -c
13 elf32_x86_64
13 elf_i386
13 elf_k1om
13 elf_l1om
13 elf_x86_64
5 i386linux
These appear to correspond to different "supported emulations" (the `-m`
option), since they align with the "Supported emulations" output of ld's
`-V` option. The `-V` output also prints the default linker script (one of
the `.x...` files) which ld selected for that job.
E...