• Skip to primary navigation
  • Skip to main content
  • Skip to primary sidebar
  • Skip to footer navigation

The Geek Diary

  • OS
    • Linux
    • CentOS/RHEL
    • Solaris
    • Oracle Linux
    • VCS
  • Interview Questions
  • Database
    • oracle
    • oracle 12c
    • ASM
    • mysql
    • MariaDB
  • DevOps
    • Docker
    • Shell Scripting
  • Big Data
    • Hadoop
    • Cloudera
    • Hortonworks HDP

Invalid ABI Option abi=aapcs-linux

by admin

In case you are trying to cross compile linux for arm and your make gives you the error:

Invalid ABI Option abi=aapcs-linux

This is because you have an old cross-compilation tool chain. aapcs stands for Procedure Call Standard for the Arm Architecture. There are 2 solutions to tackle this problem as explained below.

Solutions:

1. change abi=aapcs-linux to just abi=aapcs in the makefile in arch/arm

or better

2. Get a newer version of the tool chain, for eg from http://www.codesourcery.com/

Filed Under: Linux

Some more articles you might also be interested in …

  1. pngcheck Command Examples in Linux
  2. ispell Command Examples in Linux
  3. mkswap Command Examples in Linux
  4. img2txt Command Examples in Linux
  5. NFSv4 Client Shows “nobody” As Owner And Group For Mount Point (CentOS/RHEL)
  6. Allow root ssh login with public key authentication only
  7. Understanding Mac file timestamps
  8. binwalk Command Examples in Linux
  9. exif Command Examples in Linux
  10. flameshot: command not found

You May Also Like

Primary Sidebar

Recent Posts

  • qsub Command Examples in Linux
  • qsub: command not found
  • qrcp Command Examples in Linux
  • qmrestore Command Examples in Linux

© 2023 · The Geek Diary

  • Archives
  • Contact Us
  • Copyright