From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.org/gmane.linux.lib.musl.general/9481 Path: news.gmane.org!not-for-mail From: John Found Newsgroups: gmane.linux.lib.musl.general Subject: Error on compiling musl for i386. Date: Sat, 5 Mar 2016 19:58:42 +0200 Message-ID: <20160305195842.65e4d4103f891699f1d9e695@asm32.info> Reply-To: musl@lists.openwall.com NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit X-Trace: ger.gmane.org 1457200788 9389 80.91.229.3 (5 Mar 2016 17:59:48 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Sat, 5 Mar 2016 17:59:48 +0000 (UTC) To: musl mainling list Original-X-From: musl-return-9494-gllmg-musl=m.gmane.org@lists.openwall.com Sat Mar 05 18:59:39 2016 Return-path: Envelope-to: gllmg-musl@m.gmane.org Original-Received: from mother.openwall.net ([195.42.179.200]) by plane.gmane.org with smtp (Exim 4.69) (envelope-from ) id 1acGUN-0000P6-6J for gllmg-musl@m.gmane.org; Sat, 05 Mar 2016 18:59:39 +0100 Original-Received: (qmail 28101 invoked by uid 550); 5 Mar 2016 17:59:36 -0000 Mailing-List: contact musl-help@lists.openwall.com; run by ezmlm Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-ID: Original-Received: (qmail 28053 invoked from network); 5 Mar 2016 17:59:29 -0000 X-Mailer: Sylpheed 3.5.0 (GTK+ 2.24.29; x86_64-unknown-linux-gnu) X-AntiAbuse: This header was added to track abuse, please include it with any abuse report X-AntiAbuse: Primary Hostname - hemus.superhosting.bg X-AntiAbuse: Original Domain - lists.openwall.com X-AntiAbuse: Originator/Caller UID/GID - [47 12] / [47 12] X-AntiAbuse: Sender Address Domain - asm32.info X-Get-Message-Sender-Via: hemus.superhosting.bg: authenticated_id: johnfound@asm32.info X-Authenticated-Sender: hemus.superhosting.bg: johnfound@asm32.info X-Source: X-Source-Args: X-Source-Dir: Xref: news.gmane.org gmane.linux.lib.musl.general:9481 Archived-At: 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