Skip to content

compile failed when use tiarmclang 5.1.1 #312

Description

@mikisama

CMSIS_6

#include "cmsis_clang.h"

#define __PROGRAM_START _start

CMSIS_5

https://github.com/ARM-software/CMSIS_5/blob/55b19837f5703e418ca37894d5745b1dc05e4c91/CMSIS/Core/Include/cmsis_tiarmclang.h#L123

#define __PROGRAM_START           _c_int00

compile failed when use CMSIS_6 but works fine with CMSIS_5

CMSIS_6 tell tiarmclang to use cmsis_clang.h, where __PROGRAM_START is defined as _start. However, tiarmclang actually uses _c_int00

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Labels

No labels
No labels

Type

Projects

No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions