Skip to content

Compiling for iOS on lion with Clang or LLVM-GCC fails due to pseudo-ops missing #7

@mikelikespie

Description

@mikelikespie

When compiling for iOS I am getting:

src/arm/sysv.S:338:Unknown pseudo-op: .fpu
src/arm/sysv.S:338:Rest of line ignored. 1st junk character valued 118 (v).
src/arm/sysv.S:158:Unknown pseudo-op: .ifc
src/arm/sysv.S:158:Rest of line ignored. 1st junk character valued 34 (").

This leads me to believe that the older version of AS that apple ships with doesn't contain .ifc and .fpu.

I don't know ARM assembly, but it these functions could be rewritten to not use these pseudo-ops.

Thanks!
Mike

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions