Skip to content

ARM and uARM will conflict with build.py #15

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

Closed
ytsuboi opened this issue Jul 25, 2013 · 4 comments
Closed

ARM and uARM will conflict with build.py #15

ytsuboi opened this issue Jul 25, 2013 · 4 comments

Comments

@ytsuboi
Copy link
Contributor

ytsuboi commented Jul 25, 2013

Issue #14 was not solved.
Here is procedure.

  1. workspace_tools\build.py --clean -r -m xxxx -t ARM
  2. workspace_tools\build.py --clean -r -m xxxx -t uARM
  3. make.py -m xxxx -t uARM -p 32
  4. make.py -m xxxx -t ARM -p 32

So, you will get error message like this.

Build Options: debug-info

>>> BUILD PROJECT: BASIC (xxxx, ARM)
Link: basic
[ERROR] Error: L6267E: Input objects request both standardlib and microlib. Please choose using the --library_type option.
Finished: 0 information, 0 warning and 1 error messages.
@emilmont
Copy link
Contributor

Hi Ytsuboi,
this issue was fixed in:

If you check out the latest code from the "mbedmicro/mbed" repository this test sequence produce the desired result:

  1. workspace_tools\build.py --clean -r -m LPC11U24 -t ARM
  2. workspace_tools\build.py --clean -r -m LPC11U24 -t uARM
  3. workspace_tools\make.py -m LPC11U24 -t uARM -p 32
  4. workspace_tools\make.py -m LPC11U24 -t ARM -p 32

Before opening other tickets, could you please take the time to test the above on a clean checkout of the latest code?

Thanks,
Emilio

@ytsuboi
Copy link
Contributor Author

ytsuboi commented Jul 25, 2013

Hi Emilio-san,

Oh, I'm sorry I took a mistake when I wrote the procedure. It was 59, not 32.

Your procedure works, but this will show an error.

  1. workspace_tools\build.py --clean -r -m LPC11U24 -t ARM
  2. workspace_tools\build.py --clean -r -m LPC11U24 -t uARM
  3. workspace_tools\make.py -m LPC11U24 -t uARM -p 59
  4. workspace_tools\make.py -m LPC11U24 -t ARM -p 59

Of cource, I tried with latest code.
Regards,
Yoshi

@emilmont
Copy link
Contributor

Thanks Yoshi-san, I can now reproduce this issue.

@emilmont emilmont reopened this Jul 25, 2013
@emilmont
Copy link
Contributor

Yes, we were not using the new build convention for the objects path when building libraries. Fixed: 003c48c

Thanks,
Emilio

bridadan pushed a commit that referenced this issue Jun 21, 2016
pan- pushed a commit to pan-/mbed that referenced this issue Jul 20, 2016
SeppoTakalo pushed a commit that referenced this issue Nov 9, 2016
pan- pushed a commit to pan-/mbed that referenced this issue Feb 19, 2018
geky pushed a commit to geky/mbed that referenced this issue Aug 25, 2018
Add UBLOX_EVK_ODIN_W2 override for int. SD-card
geky added a commit to geky/mbed that referenced this issue Aug 25, 2018
evedon pushed a commit to evedon/mbed-os that referenced this issue Jul 5, 2019
linlingao added a commit to linlingao/mbed-os that referenced this issue Jul 12, 2019
Updated startup with applicable interrupt handlers. Added lp_ticker.c
evedon pushed a commit to evedon/mbed-os that referenced this issue Jul 15, 2019
LMESTM pushed a commit to LMESTM/mbed that referenced this issue Jan 8, 2020
pan- added a commit to pan-/mbed that referenced this issue May 29, 2020
artokin pushed a commit to artokin/mbed-os that referenced this issue Jun 22, 2021
…36f074..4870f0da56

4870f0da56 Update copyright (ARMmbed#15)

git-subtree-dir: features/frameworks/mbed-client-randlib
git-subtree-split: 4870f0da56bb5b0e8e9a655bc11e1f392140c785
artokin pushed a commit to artokin/mbed-os that referenced this issue Jun 23, 2021
-Change company name from Arm Limited to Pelion
-Update years
artokin pushed a commit to artokin/mbed-os that referenced this issue Jun 28, 2021
-Change company name from Arm Limited to Pelion
-Update years
artokin pushed a commit to artokin/mbed-os that referenced this issue Jun 28, 2021
…36f074..4870f0da56

4870f0da56 Update copyright (ARMmbed#15)

git-subtree-dir: features/frameworks/mbed-client-randlib
git-subtree-split: 4870f0da56bb5b0e8e9a655bc11e1f392140c785
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