tinycc-devel
[Top][All Lists]
Advanced

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

Re: [Tinycc-devel] Linux port is broken with multi-arch


From: Ramsay Jones
Subject: Re: [Tinycc-devel] Linux port is broken with multi-arch
Date: Sun, 27 Nov 2016 20:49:08 +0000
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:45.0) Gecko/20100101 Thunderbird/45.4.0


On 27/11/16 20:35, Ramsay Jones wrote:
> On 27/11/16 15:55, Christian Jullien wrote:
>> Triplet             -
> 
> This looks odd. Did you run ./configure?
> You also don't appear to have CONFIG_TRIPLET set in your
> config.mak file.
> 
> [I would expect Triplet to be reported as 'x86_64-linux-gnu'
> and your config.mak file to have a line similar to:
> 
>       NATIVE_DEFINES+=-DCONFIG_TRIPLET="\"x86_64-linux-gnu\""
> 
> somewhere.]

BTW, I forgot to suggest trying:

    $ gcc -o conftest conftest.c
    $ ./conftest t

to see what it returns for the triplet. (Then check that the 'crt'
object files are to be found in /usr/lib/<triplet>/).

ATB,
Ramsay Jones




reply via email to

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