hi friends,
I have started reading on porting Linux on the ARM. I have a question. we can compile the simple project on the keil for ARM. can I compile the source code of linux(modified for that ARM) on keil???
thanks in advance.
I simply want to download the linux source + the source of the library that it needs (newlib etc). Then I make a simple project of these two source in Keil and compile it.
No, you cannot do that. Let's start with the fact that uVision lacks the functionality that's necessary to build a linux kernel.
If not why?
I told you why in my previous post, but apparently you ignored my answer. Again: the linux build system is heavily dependent on gcc/binutils/make. None of those programs are shipped by Keil. That's why.
Ok, Thanks a lot for your answer. I think I need to dig a lot more in to it.