Results 1 to 2 of 2

Thread: How to install gcc-arm-linux-gnueabihf 4.9 on ubuntu 22.04 for arm 32 bit

  1. #1
    Join Date
    Mar 2008
    Beans
    40

    How to install gcc-arm-linux-gnueabihf 4.9 on ubuntu 22.04 for arm 32 bit

    Hello.

    I'm running ubuntu 22.04 for arm32 on my arm chromebook snow :

    Code:
    mario@changeme:/etc/apt/sources.list.d# uname -a
    Linux changeme 5.18.1-stb-cbe+ #1 SMP PREEMPT Sun Jun 5 14:16:07 CEST 2022 armv7l armv7l armv7l GNU/Linux
    
    mario@changeme:/etc/apt/sources.list.d# lsb_release -a
    
    No LSB modules are available.
    Distributor ID: Ubuntu
    Description:    Ubuntu 22.04.1 LTS
    Release:        22.04
    Codename:       jammy
    I would like to know how can I install gcc-arm-linux-gnueabihf version 4 (maybe the 4.9 is good) on that os because I want to recompile the kernel 3.3 and it wants that. thanks.

  2. #2
    Join Date
    Mar 2010
    Location
    USA
    Beans
    Hidden!
    Distro
    Ubuntu Development Release

    Re: How to install gcc-arm-linux-gnueabihf 4.9 on ubuntu 22.04 for arm 32 bit

    To install the Arm GCC G++ crosscompiler and it's tool chain:
    Code:
    sudo apt-get install libc6-armel-cross libc6-dev-armel-cross binutils-arm-linux-gnueabi gcc-arm-linux-gnuabihf libncurses5-dev build-essential bison flex libssl-dev bc
    The current version of gcc-arm-linux0gnuabihf under 22.04 is 4.11... That is part of the above...

    "Concurrent coexistence of Windows, Linux and UNIX..." || Ubuntu user # 33563, Linux user # 533637
    Sticky: Graphics Resolution | UbuntuForums 'system-info' Script | Posting Guidelines | Code Tags

Tags for this Thread

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •