Re: [uclibc-ng-devel] [PATCH] csky: port to uclibc-ng

2017-11-27 Thread Waldemar Brodkorb
Hi Guo, Guo Ren wrote, > Hi, Waldemar > > > Even with the update on github my build fails. > > As it might be some local issue I decided to apply and push > > your patch now and try to get things working for me later. > > I've sent patches to openadk about toolchains build, Pls have a look. I

Re: [uclibc-ng-devel] [PATCH] csky: port to uclibc-ng

2017-10-17 Thread Waldemar Brodkorb
Hi Guo, Guo Ren wrote, > > {standard input}: Assembler messages: > > {standard input}: Error: value of 93939307125736 too large for field > > of 4 bytes at 56 > > Makerules:369: die Regel für Ziel > > „libc/sysdeps/linux/csky/__syscall_error.os“ scheiterte > > > > Anything missing in the github

Re: [uclibc-ng-devel] [PATCH] csky: port to uclibc-ng

2017-10-17 Thread Guo Ren
On Mon, Oct 16, 2017 at 07:12:31PM +0200, Waldemar Brodkorb wrote: Hi, Waldemar > I get following error when trying to create a toolchain with the > provided github sources for binutils, gcc and Linux kernel, > targeting ck610f CPU: > .. > /pthread -I./libpthread/nptl/sysdeps/pthread/bits >

Re: [uclibc-ng-devel] [PATCH] csky: port to uclibc-ng

2017-10-16 Thread Waldemar Brodkorb
Hi Guo, Guo Ren wrote, > Follow the steps to build c-sky uclibc linux system: > 1. git clone https://github.com/c-sky/buildroot.git > 2. cd buildroot > 3. make qemu_csky_ck810_uclibc_defconfig > 4. make > > Follow the buildroot/board/qemu/csky/readme.txt to run. > > This buildroot toolchain is