Skip to content

Precompiled binaries use floating-point Soft ABI #96

@klaasg

Description

@klaasg

The libraries lib/*.a are compiled with floating point Soft ABI selected. See https://developer.arm.com/documentation/107656/0101/Registers/Floating-point-registers/Using-Floating-point-extension/ABI-options and config FP_SOFTABI in Zephyr.

We would very much like to use the Hard ABI on our chip (config FP_HARDABI) and it is not possible to link these Soft ABI binaries with other Hard ABI code. Would it be possible to provide Hard ABI binaries?

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