Skip to content

Wrong compiler output #35

@cpetig

Description

@cpetig
  • To me the generated instructions look like arm32 instructions (armv5), not thumb-2 (armv7m)
  • The calculator example compiles to an add and a move; the return instruction is not in thumb-2 format (as far as I can tell)
  • The pid example compiles to only moves as the floating point instructions aren't recognized.
  • Only the first functions gets compiled.

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