Search

Invalid ABI Option abi=aapcs-linux

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 a old cross compilation tool chain.
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/

No comments:

Post a Comment