From mboxrd@z Thu Jan 1 00:00:00 1970 From: erik quanstrom Date: Thu, 3 Jul 2014 02:16:30 -0400 To: 9fans@9fans.net Message-ID: <928bb281bb03c2b41bc1d7cafa41c700@ladd.quanstro.net> In-Reply-To: References: MIME-Version: 1.0 Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable Subject: Re: [9fans] Kabini or Raspberry Pi? Topicbox-Message-UUID: ff89c2fa-ead8-11e9-9d60-3106f5b1d025 > When to compile runebase.c in the port of libc, I got > runebase.c: 1255 illegal rune in string, where > the line is: > 0xfa6c, 0x242ee, /* =EF=A9=AC =F0=A4=8B=AE */. >=20 > Of course ther are many similar error lines, where > all the line have 5 digit value such as '0x242ee'. > Is there any limitations arm rune definition? have you recompiled the arm libraries and compiler/linker? there can be some chicken-and-egg problems with this but they are largely mitigated by the c compiler's do-it-yourself attitude. - erik