| [hatari-devel] Compile error when compiling without DSP support | 
[ Thread Index | 
Date Index
| More lists.tuxfamily.org/hatari-devel Archives
] 
- To: hatari-devel@xxxxxxxxxxxxxxxxxxx
- Subject: [hatari-devel] Compile error when compiling without DSP support
- From: Uwe Seimet <Uwe.Seimet@xxxxxxxxx>
- Date: Sat, 3 May 2014 09:40:56 +0200
- Dkim-signature: v=1; a=rsa-sha1; c=relaxed/relaxed; t=1399102856; l=504;	s=domk; d=seimet.de;	h=Content-Type:MIME-Version:Subject:To:From:Date:X-RZG-CLASS-ID:	X-RZG-AUTH;	bh=/MqKdUia/GYhvGm3o+HG7sr9mEc=;	b=Mmq59MthN105dPyXiB95JN9YZaWywQdQ2N+osOcKZFcZIlLFRg7Za2MIAVjdVRmWB7l	9QZmVl+NqiYJvVeth4+/MZHB7nKGfe3eYZh59KUuCeOrwUQvUmtko5CRxqL4VNM3K7aah	eiSYDAo1Bmrgl0/n/+DgYysAqeHtr/BGbdg=
Hi all,
This is what I get when compiling the current sources for the winuae
core without DSP support on a 64 bit Linux platform with gcc 4.7.3:
[ 87%] Building C object src/CMakeFiles/hatari.dir/ymFormat.c.o
Linking C executable hatari
debug/libDebug.a(breakcond.c.o):(.rodata+0x758): undefined reference to
`DebugDsp_InstrCount'
debug/libDebug.a(breakcond.c.o):(.rodata+0x780): undefined reference to
`DebugDsp_OpcodeType'
With DSP support enabled it compiles fine.
Take care
Uwe