qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Qemu-devel] Re: [PATCH] fix compile & linking errors on NetBSD


From: Christoph Egger
Subject: [Qemu-devel] Re: [PATCH] fix compile & linking errors on NetBSD
Date: Mon, 24 Nov 2008 11:21:39 +0200
User-agent: KMail/1.9.7

On Saturday 22 November 2008 21:28:56 Blue Swirl wrote:
> On 11/17/08, Christoph Egger <address@hidden> wrote:
> >  Hi,
> >
> >  Attached patch fixes some compile and linking issues on NetBSD.
> >
> >  - change configure and bswap.h to get the bswap* functions
>
> I didn't apply this, I think the bswap functions are fully optimized
> by the compiler.

The bswap part is needed on NetBSD. W/o it, I get this build error:

bswap.h:46: error: expected declaration specifiers or '...' before '(' token
bswap.h:46: error: expected ')' before '?' token
bswap.h:51: error: expected declaration specifiers or '...' before '(' token
bswap.h:51: error: expected ')' before '?' token
bswap.h:56: error: expected declaration specifiers or '...' before '(' token
bswap.h:56: error: expected ')' before '?' token

Attached patch re-adds this.

Signed-off-by: Christoph Egger <address@hidden>

>
> >  - adapt configure to link against -lrt to fix aio linking errors
> >  - adapt configure to link against -lossaudio to fix oss linking errors
> >  - add native softfloat fpu functions
>
> These are applied as r5774, r5775 and r5776. Thanks.

Thanks for applying it and fixing the typo.

Christoph

-- 
AMD Saxony, Dresden, Germany
Operating System Research Center

Legal Information:
AMD Saxony Limited Liability Company & Co. KG
Sitz (Geschäftsanschrift):
   Wilschdorfer Landstr. 101, 01109 Dresden, Deutschland
Registergericht Dresden: HRA 4896
vertretungsberechtigter Komplementär:
   AMD Saxony LLC (Sitz Wilmington, Delaware, USA)
Geschäftsführer der AMD Saxony LLC:
   Dr. Hans-R. Deppe, Thomas McCoy

Attachment: qemu.diff
Description: Text Data


reply via email to

[Prev in Thread] Current Thread [Next in Thread]