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

ARM and uARM will conflict with build.py #14

Closed
ytsuboi opened this issue Jul 24, 2013 · 1 comment
Closed

ARM and uARM will conflict with build.py #14

ytsuboi opened this issue Jul 24, 2013 · 1 comment

Comments

@ytsuboi
Copy link
Contributor

ytsuboi commented Jul 24, 2013

ARM and uARM shares same directory to store temporary object files for target specific APIs. Therefore, we have to clean binaries (trash "build" folder manually) before change to another target touching.

We want "trash build folder" option for build.py

@emilmont
Copy link
Contributor

Hi Ytsuboi,

(1) The object files for separate toolchains are stored in separate directories, therefore you have not to worry about it. Although, yes, we did not propagate the "clean" option from the command line to the library build functions.
Now you can actually specify "-c" on the command line to rebuild from scratch a library, independently from the previously existing generated files. 76578ad

(2) This does delete the build for every target, and every toolchain: it is a quite simple action and you do not need a tool for that: the operating system command line is good enough (ie: "rm -rf build").

Cheers,
Emilio

bridadan pushed a commit that referenced this issue Jun 21, 2016
Reverted merge of FuncPtr (#10)
pan- pushed a commit to pan-/mbed that referenced this issue Jul 20, 2016
Enabled lp_ticker after adjusting its implementation to the new API.
SeppoTakalo pushed a commit that referenced this issue Nov 9, 2016
geky added a commit to geky/mbed that referenced this issue Aug 25, 2018
netanelgonen pushed a commit to netanelgonen/mbed-os that referenced this issue Nov 12, 2018
Artifact delivery
# Conflicts:
#	tools/build_api.py
#	tools/config/__init__.py
evedon pushed a commit to evedon/mbed-os that referenced this issue Jul 5, 2019
Add consistent casts and widths to constants
linlingao added a commit to linlingao/mbed-os that referenced this issue Jul 12, 2019
Disable rtos for now to allow the code to run to main
evedon pushed a commit to evedon/mbed-os that referenced this issue Jul 15, 2019
Add consistent casts and widths to constants
pan- pushed a commit to pan-/mbed that referenced this issue May 29, 2020
Add button configuration for BLE_Button application.
pan- added a commit to pan-/mbed that referenced this issue May 29, 2020
Update name of output directory.
artokin pushed a commit to artokin/mbed-os that referenced this issue Apr 15, 2021
…2e21f0..cf3936f074

cf3936f074 Update license text in test files. (ARMmbed#14)

git-subtree-dir: features/frameworks/mbed-client-randlib
git-subtree-split: cf3936f074954f01a6fbce4799fc40249ba7d2ac
artokin pushed a commit to artokin/mbed-os that referenced this issue Apr 20, 2021
…2e21f0..cf3936f074

cf3936f074 Update license text in test files. (ARMmbed#14)

git-subtree-dir: features/frameworks/mbed-client-randlib
git-subtree-split: cf3936f074954f01a6fbce4799fc40249ba7d2ac
artokin pushed a commit to artokin/mbed-os that referenced this issue Jun 23, 2021
artokin pushed a commit to artokin/mbed-os that referenced this issue Jun 28, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants