Port-arm archive

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

Re: pinebook status update (20191116)



From: maya%NetBSD.org@localhost
Subject: Re: pinebook status update (20191116)
Date: Wed, 20 Nov 2019 21:25:49 +0000

> On Sat, Nov 16, 2019 at 02:38:34PM +0900, Jun Ebihara wrote:
>> - uim:
>>  pkgsrc/devel/libgcroots needs aarch64 ifdefs
>>  http://openbsd-archive.7691.n7.nabble.com/fix-inputmethods-uim-on-aarch64-td357966.html

Thanx maya!


need fill alloca:
connection.cpp:(.text+0x478): warning: Warning: reference to the libc supplied alloca(3); this most likely will not work. 
Please use the compiler provided version of alloca(3), by supplying the appropriate compiler flags (e.g. not -std=c89).
ld: connection.cpp:(.text+0x478): undefined reference to `alloca'
ld: connection.cpp:(.text+0x478): relocation truncated to fit: R_AARCH64_CALL26 against undefined symbol `alloca'                                                                       
pinebook$ gcc -v
gcc version 8.3.0 (nb1 20190930) 
--
Jun Ebihara


Home | Main Index | Thread Index | Old Index