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

Compilation of Linux source code (for ARM) on keil

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.

Parents
  • 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.

Reply
  • 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.

Children