Notice: We have migrated to GitLab launching 2024-05-01 see here: https://gitlab.rtems.org/

Changes between Version 43 and Version 44 of Developer/Simulators/QEMU/CANEmulation


Ignore:
Timestamp:
08/14/13 09:33:07 (11 years ago)
Author:
C Rempel
Comment:

/* Building the Kernel */

Legend:

Unmodified
Added
Removed
Modified
  • Developer/Simulators/QEMU/CANEmulation

    v43 v44  
    202202Again, choose a stable version of Linux for testing the simulation.
    203203
    204 In this section, the environment is based on [https://www.kernel.org/pub/linux/kernel/v3.0/linux-3.4.48.tar.bz2 linux-3.4.48], [http://www.busybox.net/downloads/busybox-1.21.0.tar.bz2 busybox-1.21.0] and Ubuntu 13.04. You can get those source file from their offical website.
    205 
    206  *  Build the Linux kernel
    207 You can build through a default configration.
    208    make i386_defconfig
    209    make bzImage
     204In this section, the environment is based on [https://www.kernel.org/pub/linux/kernel/v3.0/linux-3.4.48.tar.bz2 linux-3.4.48], [http://www.busybox.net/downloads/busybox-1.21.0.tar.bz2 busybox-1.21.0] and Ubuntu 13.04. You can get those source file from their official website.
     205
    210206However, this will waste a lot of time on compiling and running something which we do not need. So, we build a minimal kernel through the following commands.
    211207   cd linux-3.4.48