[swift-dev] Build Error: Relocation R_X86_64_PC32

Dmitri Gribenko gribozavr at gmail.com
Wed Mar 2 16:52:01 CST 2016


On Wed, Mar 2, 2016 at 2:48 PM, Michael Buckley <michael at buckleyisms.com> wrote:
> So I'm not running on real hardware. but in VM. I allowed VMWare Fusion
> (version 7.1.1) to set the defaults for creating a new Ubuntu image. Here's
> what the VM is currently set to.
>
> RAM: 1 GB (The host system has 16 GB total, so I could allocate more)

You need at least 10 GB of RAM + swap in total to successfully finish
the compilation.  More if you are building with debug info.  Even more
if you have many cores.

Dmitri

-- 
main(i,j){for(i=2;;i++){for(j=2;j<i;j++){if(!(i%j)){j=0;break;}}if
(j){printf("%d\n",i);}}} /*Dmitri Gribenko <gribozavr at gmail.com>*/


More information about the swift-dev mailing list