Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[NUCLEO_F072RB-NUCLEO_F070RB] RTOS issues #2640

Merged
merged 5 commits into from
Sep 22, 2016
Merged

Conversation

jeromecoutant
Copy link
Collaborator

These 2 target have only 16k RAM,
and then needs few correction to make all MBED2/RTOS and most of MBED5 tests OK.

Thx

@sg-
Copy link
Contributor

sg- commented Sep 9, 2016

@mbed-bot: TEST

HOST_OSES=ALL
BUILD_TOOLCHAINS=ALL
TARGETS=ALL

@mbed-bot
Copy link

[Build 901]
FAILURE: Something went wrong when building and testing.

@jeromecoutant
Copy link
Collaborator Author

Hi
I don't have access to mbedci error details...
Thx

@sg-
Copy link
Contributor

sg- commented Sep 12, 2016

CI errors are not related. For reference:

Building project test (NUCLEO_F334R8, ARM)
Scan: can_loopback
Scan: mbed
Scan: env
Compile: main.cpp
[Error] main.cpp@24,0:  #77-D: this declaration has no storage class or type specifier
[Error] main.cpp@24,0:  #20: identifier "TARGET_NUCLEO_F446ZE" is undefined
[Error] main.cpp@24,0:  #65: expected a ";"
[Warning] main.cpp@29,0:  #12-D: parsing restarts here after previous syntax error

...

Building project test (NUCLEO_L053R8, ARM)
Scan: timer
Scan: mbed
Scan: rtos
Scan: env
Compile: test_env.cpp
Compile: main.cpp
[Warning] main.cpp@35,0:  #2570-D: function "rtos::RtosTimer::RtosTimer(void (*)(const void *), os_timer_type, void *)" (declared at line 49 of "C:/Jenkins/workspace/mbed-2-build-library/.build/rtos/RtosTimer.h") was declared deprecated ("Replaced with RtosTimer(Callback<void()>, os_timer_type) [since mbed-os-5.1]")
[Warning] main.cpp@36,0:  #2570-D: function "rtos::RtosTimer::RtosTimer(void (*)(const void *), os_timer_type, void *)" (declared at line 49 of "C:/Jenkins/workspace/mbed-2-build-library/.build/rtos/RtosTimer.h") was declared deprecated ("Replaced with RtosTimer(Callback<void()>, os_timer_type) [since mbed-os-5.1]")
[Warning] main.cpp@37,0:  #2570-D: function "rtos::RtosTimer::RtosTimer(void (*)(const void *), os_timer_type, void *)" (declared at line 49 of "C:/Jenkins/workspace/mbed-2-build-library/.build/rtos/RtosTimer.h") was declared deprecated ("Replaced with RtosTimer(Callback<void()>, os_timer_type) [since mbed-os-5.1]")
[Warning] main.cpp@38,0:  #2570-D: function "rtos::RtosTimer::RtosTimer(void (*)(const void *), os_timer_type, void *)" (declared at line 49 of "C:/Jenkins/workspace/mbed-2-build-library/.build/rtos/RtosTimer.h") was declared deprecated ("Replaced with RtosTimer(Callback<void()>, os_timer_type) [since mbed-os-5.1]")
Link: test
Error: L6406E: No space in execution regions with .ANY selector matching stdio_streams.o(.data).
Error: L6406E: No space in execution regions with .ANY selector matching stdio_streams.o(.data).
Error: L6406E: No space in execution regions with .ANY selector matching streamlock.o(.data).
Error: L6407E: Sections of aggregate size 0xc bytes could not fit into .ANY selector(s).
Not enough information to list the image map.
Finished: 1 information, 0 warning and 4 error messages.

@bridadan
Copy link
Contributor

/morph test

@mbed-bot
Copy link

Result: SUCCESS

Your command has finished executing! Here's what you wrote!

/morph test

Output

mbed Build Number: 839

All builds and test passed!

@sg-
Copy link
Contributor

sg- commented Sep 16, 2016

@jeromecoutant can you resolve the conflict?

@jeromecoutant
Copy link
Collaborator Author

Rebased done

@sg- sg- merged commit a994f47 into ARMmbed:master Sep 22, 2016
@jeromecoutant jeromecoutant deleted the PR_F0_RB branch September 22, 2016 12:01
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

5 participants