We are running a survey to help us improve the experience for all of our members. If you see the survey appear, please take the time to tell us about your experience if you can.
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
" Maybe I just need an [elf] file and an available source code tree to do that?"
Yes, that should do it!
You may well have to tweak your build system to get it to generate exactly the file format(s) and level(s) of debug info that uVision requires...
I do my linux builds under linux, and keil runs in Windows. Can I just ftp the source tree over, and Keil will interpret the path's correctly? Or should I go for some kind of mingw build?