-
Notifications
You must be signed in to change notification settings - Fork 0
Add 'it compiles' tests #2
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
Comments
libcore can be compiled if x.py dist is succeed. |
There are two use cases:
|
I'm writing here because it's a most basic issue. Here's my first attempt of Makefile snippet v1run-make/thumb-none-cortex-m/Makefile:
log and env.txt: At this attempt, I tried to mimic the following Available Environment VariablesIn
|
What
|
Awesome job @sekineh! Am I understanding correctly that you were able to build the Do you have your code pushed on github somewhere that I could look at? |
Not yet! The above run is obtained on my local win10 PC using beta-msvc toolchain. Other useful info:
|
Makefile Tips 1) Or logicWe might want to change the
To do that, see: |
Makefile Tips 2) Failable commandsBy default make fails if one of the commands is failed.
See: |
@jamesmunns |
(Ubuntu) What
|
This issue is closed by the successful merge of |
We aim to add tests which can successfully compile on $TARGET for the bunch of crates like libcore etc.
We aim to add these tests no later than July 29, 2018. [Rust 1.28 ship date: 2nd August, 2018].
The text was updated successfully, but these errors were encountered: