Re: [uClinux-dev] kernel BUG at sched.c:562 when executing binary

2007-02-27 Thread Igor Sachs
Hi John, thanks for the patch, which was very helpful for the creation of the uClinux kernel-image. Now I was able to build my own image and boot from it succesfully! But the hello world program still does not work. The first time I executed the binary, I got this error-msg (kernel bug). Later

Re: [uClinux-dev] kernel BUG at sched.c:562 when executing binary

2007-02-25 Thread John Williams
Hi Igor, This is a bug in the ucfront utility - I have just submitted a patch to this list. It should be in your inbox now if you are subscribed. Your workaround is only partially correct, you should have completely removed the --fatal-warnings stuff from common/config.arch. Chaging it to

[uClinux-dev] kernel BUG at sched.c:562 when executing binary

2007-02-23 Thread sachs
Hi all, I am new to the uClinux Project and want to run it on a microblaze (Xilinx XUPV2P). So far I was not able to create my own uClinux image, so I am using the image of the reference-design: http://www.itee.uq.edu.au/~jwilliams/mblaze-uclinux/Downloads/platforms.html#xupv2p and build from it t