Skip to content

Build error with GCC : incompatible types #270

@jeromecoutant

Description

@jeromecoutant

Hello

I am using GCC 13.3.1
and got errors when building this lib:

| xxx/Source/SupportFunctions/arm_q15_to_float.c:74:16: error: incompatible types when assigning to type 'q15x8_t' {aka 'int16x8_t'} from type 'int32x4_t'
| xxx/Source/SupportFunctions/arm_q7_to_float.c:72:18: error: incompatible types when assigning to type 'q7x16_t' {aka 'int8x16_t'} from type 'int32x4_t'
| xxx/Source/MatrixFunctions/arm_mat_ldlt_f32.c:150:19: error: incompatible types when assigning to type 'int32x4_t' from type 'uint32x4_t'
| xxx/Source/FilteringFunctions/arm_biquad_cascade_df1_q15.c:105:13: error: incompatible types when assigning to type 'q15x8_t' {aka 'int16x8_t'} from type 'int32x4_t'
| xxx/Source/FilteringFunctions/arm_biquad_cascade_df1_q15.c:107:13: error: incompatible types when assigning to type 'q15x8_t' {aka 'int16x8_t'} from type 'int32x4_t'

Metadata

Metadata

Assignees

No one assigned

    Labels

    DONEIssue done but not yet closedbugSomething isn't working

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions