Cross Compilation for Ubuntu OS IMX8MPlus board


  • Hi,

    I am trying to interface a ToF sensor with an IMX8MP board that has Ubuntu OS. My host development PC is Ubuntu OS, so can someone guide me with cross compiler toolchain that I can use for application development on my host PC and its binary is compatible with the imx8mp board? Thank you in advance.



  • Hi Neha,

    Sorry for the late response. We will confirm with our engineer team about your question. Please wait for our update. Thx!

    BR,

    Rubio 


  • Hi Neha,

    Thank you for your patience. Please refter to the commands below.

    <<<<<<<<<<<<<<<<<<<<<<

    # sudo apt-get update
    # sudo apt-get install gcc-arm-linux-gnueabihf g++-arm-linux-gnueabihf

    >>>>>>>>>>>>>>>>>>>>>>

    The above commands can install the cross-compilers on ARM(i.MX8MP Ubuntu OS).

    BR,

    Rubio

     


Please login to reply this topic!