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

The Geek Diary

  • OS
    • Linux
    • CentOS/RHEL
    • VCS
  • Interview Questions
  • Database
    • 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. dolt add: Add the contents of a table to the list of Dolt staged tables
  2. dotnet publish: Publish a .NET application and its dependencies to a directory for deployment to a hosting system
  3. duplicity: Creates incremental, compressed, encrypted and versioned backups
  4. findmnt Command Examples in Linux
  5. logger Command Examples in Linux
  6. fg: Run jobs in foreground
  7. sbatch: command not found
  8. ceph Command Examples in Linux
  9. Linux OS Service ‘portreserve’
  10. How to Install awscli

You May Also Like

Primary Sidebar

Recent Posts

  • Vanilla OS 2 Released: A New Era for Linux Enthusiasts
  • mk Command Examples
  • mixxx Command Examples
  • mix Command Examples

© 2025 · The Geek Diary

  • Archives
  • Contact Us
  • Copyright