Hello binutil's staff,
I was writing a simple code and compiling it with gas. The code is what follows:
.globl _start.globl setuid
.section .text
_start:
call writecall setuid
jmp exit
write:
movq $4, %raxmovq $1, %rbxpush $0x4142430amov %rsp, %rcx//
here seems to
Hi Leroy,
I have a question about the compiling of binutils 2.7 :
Are you really using the 2.7 version of the sources ? They are really
old. We are currently on release 2.16 and versions 2.17 will be out
very soon now.
I know it means I need a valid compiler, but where can I find this on
> Hello all,
>
> I have a question about the compiling of binutils 2.7 :
> (i tried 2 linux versions for this: Linspire/Ubuntu)
>
> If I extract the binutils-2.7.tar.gz file, go to the console and enter:
>
> ./configure --target=i386-unknown-gnu --prefix=/usr/local/xdev
>
> it displays this err
Hello all,
I have a question about the compiling of binutils 2.7 :
(i tried 2 linux versions for this: Linspire/Ubuntu)
If I extract the binutils-2.7.tar.gz file, go to the console and enter:
./configure --target=i386-unknown-gnu --prefix=/usr/local/xdev
it displays this error, after a short co