Re: [Milkymist-devel] [PATCH] Support for 5 bits CSR Bridge

2012-07-11 Thread Sébastien Bourdeauducq
Just use -ng. On 07/11/2012 06:05 AM, p...@kristianpaul.org wrote: From: Cristian Paul Peñaranda Rojas p...@kristianpaul.org This way there is no need to sacrifice csr devices in order to add other controls to current SoC. ___

Re: [Milkymist-devel] [PATCH] Support for 5 bits CSR Bridge

2012-07-11 Thread Cristian Paul Peñaranda Rojas
Just use -ng. I wont, well, already explained on IRC [1], In any case if you think patch is good other people could use it if they wish. Cheers Paul [1] http://en.qi-hardware.com/mmlogs/milkymist_2012-07-10.log.html#t15:55 ___

Re: [Milkymist-devel] I've make gcc-4.6.3 make libgccnewlib all OK!

2012-07-11 Thread Sébastien Bourdeauducq
Congratulations! Is there any other patch except the one you have already sent me? Also, have you tried compiling the whole software (RTEMS+FN) and does it work? Thanks, Sébastien On 07/11/2012 05:37 PM, Jia Liu wrote: hi all Sorry for my careless on trunk. I've make gcc-4.6.3 works OK,

Re: [Milkymist-devel] I've make gcc-4.6.3 make libgccnewlib all OK!

2012-07-11 Thread Jia Liu
On Wed, Jul 11, 2012 at 11:39 PM, Sébastien Bourdeauducq sebastien.bourdeaud...@lekernel.net wrote: Congratulations! Is there any other patch except the one you have already sent me? Also, have you tried compiling the whole software (RTEMS+FN) and does it work? Sorry, I don't know how to

[Milkymist-devel] Compilation migen

2012-07-11 Thread Pierre BARRE
Hi, When I tried to compile migen with its Makefile he answer : main.c : 9:10: fatal error : 'vpi_user.h' file not found where is it ? ___ http://lists.milkymist.org/listinfo.cgi/devel-milkymist.org IRC: #milkymist@Freenode

[Milkymist-devel] [GCC] [PATCH] Make GCC-4.6.3 build OK.

2012-07-11 Thread Jia Liu
Hi all, This is my second time here, but I think I'm still a newbie to Milkymist. I've been working on lm32-gcc for a while, and I've made GCC-4.6.3 successfully build libgcc itself and newlib. Here is the patch and script. And, you also can find them all in

Re: [Milkymist-devel] I've make gcc-4.6.3 make libgccnewlib all OK!

2012-07-11 Thread Xiangfu Liu
On 07/11/2012 11:46 PM, Jia Liu wrote: Sorry, I don't know how to compiling the whole software (RTEMS+FN) yet, I'm a newbie to Milkymist. but I'll try it. Hi Jia For build whole Milkymist we have some Makefiles, checkout http://fidelio.qi-hardware.com/~xiangfu/build-milkymist/README.html

Re: [Milkymist-devel] [GCC] [PATCH] Make GCC-4.6.3 build OK.

2012-07-11 Thread Xiangfu Liu
Hi Jia I try to apply your patch, then compile the whole toolchian. then compile the libs and rtems but I got an error when compile flickernoise: CC obj/gui/cp.o CC obj/gui/keyboard.o gui/keyboard.c: In function ‘update_list’: gui/keyboard.c:95:1: internal compiler error: in

Re: [Milkymist-devel] I've make gcc-4.6.3 make libgccnewlib all OK!

2012-07-11 Thread Jia Liu
On Thu, Jul 12, 2012 at 9:26 AM, Xiangfu Liu xian...@openmobilefree.net wrote: On 07/11/2012 11:46 PM, Jia Liu wrote: Sorry, I don't know how to compiling the whole software (RTEMS+FN) yet, I'm a newbie to Milkymist. but I'll try it. Hi Jia For build whole Milkymist we have some