Changes between Version 20 and Version 21 of LubuntuGen8

Timestamp:
05/20/13 17:47:01 (3 years ago)
Author:
divx118
Comment:

Included package version I am using for cross compiling kernel 2.6.37

Legend:

Unmodified
Added
Removed
Modified
  • LubuntuGen8

    v20 v21  
    35 35 $ sudo apt-get install gcc-arm-linux-gnueabi 
    36 36 }}} 
    37    
      37 [[BR]] 
      38 Package version I am using:[[BR]] 
      39 {{{ 
      40 maurice@maurice-N73SM:/usr/src/ubuntu$ dpkg -s gcc-arm-linux-gnueabi 
      41 Package: gcc-arm-linux-gnueabi 
      42 Status: install ok installed 
      43 Priority: optional 
      44 Section: devel 
      45 Installed-Size: 32 
      46 Maintainer: Ubuntu Developers <> 
      47 Architecture: amd64 
      48 Source: gcc-defaults-armel-cross (1.6) 
      49 Version: 4:4.6.0-8 
      50 Depends: cpp-arm-linux-gnueabi (>= 4:4.6.0-8), gcc-4.6-arm-linux-gnueabi (>= 4.6.0-8) 
      51 Recommends: libc6-dev-armel-cross | libc-dev-armel-cross 
      52 Suggests: make, manpages-dev, autoconf, automake1.9, libtool, flex, bison, gdb-arm-linux-gnueabi, gcc-doc 
      53 Conflicts: gcc-4.4-arm-linux-gnueabi (<= 4.4.5-15~), gcc-4.5-arm-linux-gnueabi (<= 4.5.2-8~) 
      54 Description: The GNU C compiler for armel architecture 
      55  This is the GNU C compiler, a fairly portable optimizing compiler for C. 
      56  . 
      57  This is a dependency package providing the default GNU C cross-compiler for 
      58  armel architecture. 
      59 Original-Maintainer: Marcin Juszkiewicz <> 
      60 }}} 
      61 [[BR]] 
    38 62 Then we need to update our .config, we will do that by copy linux.config to .config. Of course you can also use "make menuconfig" and set things the way you want.[[BR]] 
    39 63 Note linux.config contains the config settings that works for A43IT and A101IT Other gen8 devices need there board files added.[[BR]]