-
Notifications
You must be signed in to change notification settings - Fork 3k
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
Target UNO_91H does not compile on mbed-os-5.15.4 #13299
Comments
Target(s) affected by this defect ? Toolchain(s) (name and version) displaying this defect ? What version of Mbed-os are you using (tag or sha) ? What version(s) of tools are you using. List all that apply (E.g. mbed-cli) How is this defect reproduced ? |
@observator-x Is this building blinky? |
@0xc0170 No, it wont build blinky or even an empty project, on 5.12.4 it compiles without errors and works just normal, |
Ran into a similar issue while trying to add SPI support for my target.
After pulling the latest from the master branch I still encounter these errors. |
More observations:
#include "DigitalIn.h"
#include "DigitalOut.h"
#include "InterruptIn.h"
#include "SPI.h"
#include <Timer.h>
#include "Timeout.h"
#include "rtos.h" I am left wondering who is responsible for declaring |
Here's what needs to be fixed:
There may be more items - I am still working toward a successful compilation
|
I am having a similar problem compiling tests... |
@observator-x thank you for raising this issue.Please take a look at the following comments: Could you add some more detail to the description? A good description should be at least 25 words. NOTE: If there are fields which are not applicable then please just add 'n/a' or 'None'.This indicates to us that at least all the fields have been considered. |
@talorion can this now be closed ? |
@observator-x it has been 5 days since the last reminder. Could you please update the issue header as previously requested? |
1 similar comment
@observator-x it has been 5 days since the last reminder. Could you please update the issue header as previously requested? |
As we've had no response I'm going to close this, please open a new defect if the problem persists. |
The text was updated successfully, but these errors were encountered: