Skip to content

ARM and uARM will conflict with build.py #15

Closed
@ytsuboi

Description

@ytsuboi

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions