From mint-bounce@lists.fishpool.fi Thu May 26 19:17:03 2005 X-Original-To: fnaumann@mail.boerde.de Delivered-To: fnaumann@mail.boerde.de Mime-Version: 1.0 (Apple Message framework v730) Content-Transfer-Encoding: 7bit Message-Id: Content-Type: text/plain; charset=US-ASCII; delsp=yes; format=flowed To: Mint list From: =?ISO-8859-1?Q?Philipp_Donz=E9?= Subject: [MiNT] compiling freemint Date: Thu, 26 May 2005 19:11:05 +0200 X-Mailer: Apple Mail (2.730) X-ecartis-version: Ecartis v1.0.0 Sender: mint-bounce@lists.fishpool.fi Errors-To: mint-bounce@lists.fishpool.fi X-original-sender: philipp.donze@epfl.ch Precedence: bulk List-help: List-unsubscribe: List-Id: X-List-ID: X-Virus-Scanned: by amavisd-new at relay.boerde.de X-Spam-Checker-Version: SpamAssassin 2.63 (2004-01-11) on relay.boerde.de X-Spam-Status: No, hits=-1.0 tagged_above=-50.5 required=7.0 tests=BAYES_00 X-Spam-Level: Hi, Once again I'm attacking the compilation of freemint using a GCC 3.3.3 cross-compiler. I'm using with the following command: make CROSS=yes M68K_ATARI_MINT_CFLAGS=-fno-builtin-vsprintf The option "-fno-builtin-vsprintf" disables the builtin function vsprintf and therefore the warning: "warning: conflicting types for built-in function `vsprintf'" Up to now I was able to fix most errors which were due to the well known register clobbering error: "error: asm-specifier for variable `retvalue' conflicts with asm clobber list" But at the moment I'm stuck with Fsetter compilation: syscalls.c: In function `st_recvmsg': syscalls.c:571: error: structure has no member named `msg_accrights' syscalls.c:572: error: structure has no member named `msg_accrightslen' syscalls.c: In function `st_sendmsg': syscalls.c:637: error: structure has no member named `msg_accrights' syscalls.c:638: error: structure has no member named `msg_accrightslen' Supposing current CVS Fsetter is compiling correctly with GCC 2.95.*, I'd appreciate any hints :-) Philipp