Skip to content
This repository has been archived by the owner on Aug 24, 2021. It is now read-only.

Add C++11 support to mbed-gcc #14

Closed
wants to merge 1 commit into from
Closed

Conversation

bremoran
Copy link
Contributor

-std=gnu++11 is necessary due to stdio functions.
In -std=c++11, several of the va_list variants of printf & scanf, such as vfscanf and vsnprintf, are not found in the gcc standard library.

This PR blocks ARMmbed/core-util#32

```-std=gnu++11``` is necessary due to stdio functions.
In ```-std=c++11```, several of the va_list variants of printf & scanf are not found in the gcc standard library. vfscanf and vsnprintf are two examples of these functions.
@0xc0170
Copy link
Contributor

0xc0170 commented Oct 1, 2015

Shouldn't for this switching create a tracking issue in one upper most module, mbed OS for example, where we could reference our modules with fixes to enable this feature? Or we doing a waterfall, enable it in our mbed targets, and start fixing modules ?

@bogdanm
Copy link
Contributor

bogdanm commented Oct 1, 2015

Shouldn't for this switching create a tracking issue in one upper most module, mbed OS for example, where we could reference our modules with fixes to enable this feature?

Yup, agreed. We should have a list of all the PRs that need to go together with this one.

@autopulated
Copy link
Contributor

This was resolved by #21 instead

autopulated pushed a commit that referenced this pull request Jan 26, 2016
Add a default baud rate of 9600
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants