This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

Did anyone build the linux kernel using uVision?

Since uVision supports gnu tools etc, it should be possible to buid the linux kernel for embedded use using it. The purpose would be good kernel debugging. I guess an important problem is how to control the make. Can uVision use external make files? If I cannot use the normal make structure of the kernel, each new kernel version will mean a lot of work.

Regards

Jokke

Parents
  • No, we are building linux kernel for embedded use with arm9 in one project using the open embedded environment, and we have the uVision environment for another. I notice that we have bad facilities for debugging of the linux kernel code in that project, and it should be possible to debug it using Keils debugger, since we have a JTAG interface, and Keil supports ARM9. Maybe I just need an elf file and an available source code tree to do that?

    Jokke

Reply
  • No, we are building linux kernel for embedded use with arm9 in one project using the open embedded environment, and we have the uVision environment for another. I notice that we have bad facilities for debugging of the linux kernel code in that project, and it should be possible to debug it using Keils debugger, since we have a JTAG interface, and Keil supports ARM9. Maybe I just need an elf file and an available source code tree to do that?

    Jokke

Children