Re: [hatari-devel] compilation fail |
[ Thread Index |
Date Index
| More lists.tuxfamily.org/hatari-devel Archives
]
- To: hatari-devel@xxxxxxxxxxxxxxxxxxx
- Subject: Re: [hatari-devel] compilation fail
- From: Thomas Huth <th.huth@xxxxxxxxx>
- Date: Sat, 28 Nov 2020 07:21:46 +0100
- Dkim-signature: v=1; a=rsa-sha256; c=relaxed/simple; d=posteo.de; s=2017; t=1606544508; bh=+xKY+lps6E2p52PJbpXT6/KPax8n2pDp4DnkyYAErI8=; h=Date:From:To:Subject:From; b=mB5eAW3nKkCRWzF1Lc6zLoKnzrZfuV/U/0M2uVl6osh+BrL8ojVb3P8ojxqvEjM7I Z9IaP3aY4M/89dzQ6YOMsHV8bY9NfgeDUw1edG8miju2i1AYOYY1IY2WI3CSSb+4Xu obgliU0EQMnpIphxU/UpuPtYHSz5jzYKV6R6EeJCWdZzQbFdCua1YOXT3Q4FYNP0s0 B2MSUebAyoQJcMEil3G8P0IaKIWvzrXxd4sjL2Ud82aRtTTONGMgUBYpZ7PD0WkVfa 90eNgcBcHn5FT/1NJ2jgXAWoGhpYeC6yUZ3d8GRTJ/TP5gRohWnxvXv7HViD2+H7+D RqsbSCAMSDdIQ==
Am Fri, 27 Nov 2020 13:40:39 +0100
schrieb Miguel Saro <miguel.saro@xxxxxxx>:
> hi,
> To compile Hatari, I take the sources for 2.2.1 from git. In the
> already compiled version that I downloaded I get SDL2.framwork,
> CAPSImage.framework, libpng16.16.dylib, libportaudio.2.dylib,
> libportmidi.dylib and tos.img. I put the 2 frameworks in / Library /
> Frameworks then I run the commands: ~ % cd
> /Users/msaro/Desktop/hatari-2.2.1 hatari-2.2.1 % cmake -G Xcode I get
> an Xcode project that I modify and complete so that the frameworks
> and dylibs will be taken from the final Bundle as Bob told me. I run
> the compilation and I get:
>
> am I making a mistake or is there a problem with the sources?
Looks like the CPU core generated files have not been generated
correctly. Is there a separate target called "gencpu" available in your
XCode project? If yes, maybe try to run that first.
Thomas