7 years, 5 months ago.

BUG in the new mbed-os?

After 21.00 yesterday night I get some weird bug in the compilation ..

Error: Attribute "deprecated" does not take arguments in "extras/src/mbed-os.lib/hal/api/FunctionPointer.h", Line: 57, Col: 6

And many other bugs if I use thread. What is going wrong here? what to do?

Even taking a sample code which test the rtos dosent compile here is the bug

Error: No space in execution regions with .ANY selector matching retarget.o(.data). Error: No space in execution regions with .ANY selector matching stm32f0xx_hal.o(.data). Error: No space in execution regions with .ANY selector matching system_stm32f0xx.o(.data). Error: No space in execution regions with .ANY selector matching stdio_streams.o(.data). Error: No space in execution regions with .ANY selector matching stdio_streams.o(.data). Error: No space in execution regions with .ANY selector matching stdio_streams.o(.data). Error: No space in execution regions with .ANY selector matching streamlock.o(.data). Error: Sections of aggregate size 0x1c bytes could not fit into .ANY selector(s).

posted by M J. 26 Oct 2016

Mariwan,

Hey :)

I'm not having these issues. Can you let know what platform and program you are using?

Regards,

Andrea, team mbed

posted by Andrea Corrado 27 Oct 2016

HI, I use nucleo_f030r8 Firefox and I have mbed lib and mbed-rtos as I want to use some thread.

posted by M J. 27 Oct 2016

Not using mbed-rtos and thread solve the problem.. but that means I cannot use thread.. that is not good.

posted by M J. 29 Oct 2016
Be the first to answer this question.