[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [microblaze-uclinux] Poll
John,
after a few changes I could build the Linux kernel.
- microblaze_defs.d: I had to change the path names to reflect my own setup.
- entry.S: I had to change "_shift_temp_loc" to "shift_temp_loc" otherwise the
linker would complain about unresolved symbols
- Makefile: the patch to the Makefile did not apply cleanly (as of yesterday).
I did not run the kernel on a board.
- Peter
John Willlams wrote:
> Hi Holger,
>
> >Can't contribute much at the moment, but I was able to comile the project
> >an will try it on our Insight 2V1000 board, when I have time.
>
> That's great news, thanks for the feedback.
>
> >The instructions in your README worked but in the command for the symbolic
> >link (ln -s uClinux-2.4.x linux-2.4.x)
> >I had to switch argument order
>
> Ah ok thanks, I'll straighten it out tomorrow.
>
> Cheers
>
> John