Skip to content

[build.py] debug-info prevents compilation for GCC_ARM #1990

Closed
@geky

Description

@geky

Ran the following:

$ PYTHONPATH=. python tools/build.py -t GCC_ARM -m K64F
[WARNING] Using default settings. Define your settings in the file "./mbed_settings.py"
Building library CMSIS (K64F, GCC_ARM)
Copy: core_cm4_simd.h
Copy: arm_math.h
Copy: core_cm0plus.h
blablablabla

Works just fine.

But oh no! Someone (not me I assure you) put a bug in my program. Time to debug.

Ran the following to add debug info:

$ PYTHONPATH=. python tools/build.py -t GCC_ARM -m K64F -o debug-info
[WARNING] Using default settings. Define your settings in the file "./mbed_settings.py"
GCC_ARM instance has no attribute 'notify_fun'

Completed in: (0.00)s

Build failures:
  * GCC_ARM::K64F

Here's some random info:

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions