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
  • Ok, thanks for your quick answer, but I dont want to use open source build tools.

    Why the heck not, since you're already planning to use open source kernel source?

    Then I make a simple project of these two source in Keil and compile it.

    You have no idea how utterly far over your head you are with that plan. The Linux kernel is about the most un-simple project you could possibly deal with. Nobody in their right mind uses IDEs to build projects of the scale the Linux kernel is.

    And that's before we consider that Linux is explicitly written to be build with GCC, in several places. There's simply no way Realview will compile that.

    In a word: forget it.

Reply
  • Ok, thanks for your quick answer, but I dont want to use open source build tools.

    Why the heck not, since you're already planning to use open source kernel source?

    Then I make a simple project of these two source in Keil and compile it.

    You have no idea how utterly far over your head you are with that plan. The Linux kernel is about the most un-simple project you could possibly deal with. Nobody in their right mind uses IDEs to build projects of the scale the Linux kernel is.

    And that's before we consider that Linux is explicitly written to be build with GCC, in several places. There's simply no way Realview will compile that.

    In a word: forget it.

Children