Skip to content
Snippets Groups Projects

Cross-compile in ARM(32 bit in 64 bit arch) with Meson

  • Clone with SSH
  • Clone with HTTPS
  • Embed
  • Share
    The snippet can be accessed without any authentication.
    Authored by B Krishnan Iyer

    Dependecies

    Ubuntu

    apt-get install libc6:armhf libstdc++6:armhf gcc-arm-linux-gnueabihf binutils-arm-linux-gnueabihf-dbg

    after placing the cross compile file, execute meson with cross file

    meson build --cross-file cross_file.txt

    Edited
    snippetfile1.txt 268 B
    0% Loading or .
    You are about to add 0 people to the discussion. Proceed with caution.
    Finish editing this message first!
    Please register or to comment