Follow @Openwall on Twitter for new release announcements and other news
[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Date: Sat, 5 Mar 2016 19:58:42 +0200
From: John Found <johnfound@...32.info>
To: musl mainling list <musl@...ts.openwall.com>
Subject: Error on compiling musl for i386.

Hello all!

It is about musl v1.1.14

I am trying with:

#./configure --host=i386
#make

But get the following error:

sed -f ./tools/mkalltypes.sed ./arch/i386/bits/alltypes.h.in ./include/alltypes.h.in > obj/include/bits/alltypes.h
gcc -std=c99 -nostdinc -ffreestanding -fexcess-precision=standard -frounding-math -Wa,--noexecstack -D_XOPEN_SOURCE=700 -I./arch/i386 -I./arch/generic -Iobj/src/internal -I./src/internal -Iobj/include -I./include  -Os -pipe -fomit-frame-pointer -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -mtune=generic -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -include vis.h  -fPIC -fno-stack-protector -DCRT -c -o obj/crt/Scrt1.o crt/Scrt1.c
{standard input}: Assembler messages:
{standard input}:11: Error: operand type mismatch for `push'
{standard input}:12: Error: operand type mismatch for `push'
{standard input}:15: Error: operand type mismatch for `push'
Makefile:151: recipe for target 'obj/crt/Scrt1.o' failed
make: *** [obj/crt/Scrt1.o] Error 1


What I am doing wrong? 

Notice: My C/C++ programming skills are close to zero, so please explain simple. :)

Best Regards
-- 
http://fresh.flatassembler.net
http://asm32.info
John Found <johnfound@...32.info>

Powered by blists - more mailing lists

Confused about mailing lists and their use? Read about mailing lists on Wikipedia and check out these guidelines on proper formatting of your messages.