This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion
Parents
  • Note: This was originally posted on 5th May 2010 at http://forums.arm.com

    My experience is mostly A9 (not A8), but I believe the problem is the --fpu=None in your compile and link lines.  You can't have NEON without VFP.  It should build if you don't specify a --fpu flag (compiler with then use the default for the core selected with --cpu).

    Is there a particular reason why you added this flag?
Reply
  • Note: This was originally posted on 5th May 2010 at http://forums.arm.com

    My experience is mostly A9 (not A8), but I believe the problem is the --fpu=None in your compile and link lines.  You can't have NEON without VFP.  It should build if you don't specify a --fpu flag (compiler with then use the default for the core selected with --cpu).

    Is there a particular reason why you added this flag?
Children
No data