Skip to content

qbs debug ERROR: Unexpected command line parameter 'debug'. #29

@code4lala

Description

@code4lala

Hi, I followed the doc and tried to build Open-TEE on Ubuntu 22.04.2 LTS (GNU/Linux 5.15.0-73-generic x86_64)
https://open-tee.github.io/documentation/
after repo sync, creating a new file /etc/opentee.conf and pasting the contents into it, I run qbs debug

user@ubuntu:~/Open-TEE$ repo sync -c --force-sync -j32
Fetching projects: 100% (10/10), done.
repo sync has finished successfully.
user@ubuntu:~/Open-TEE$ cat /etc/opentee.conf
[PATHS]
ta_dir_path = /home/user/Open-TEE/gcc-debug/TAs
core_lib_path = /home/user/Open-TEE/gcc-debug
opentee_bin = /home/user/Open-TEE/gcc-debug/opentee-engine
subprocess_manager = libManagerApi.so
subprocess_launcher = libLauncherApi.so
user@ubuntu:~/Open-TEE$ qbs debug
ERROR: Unexpected command line parameter 'debug'.
Expected an assignment of the form <property>:<value>, profile:<profile-name> or config:<configuration-name>.
user@ubuntu:~/Open-TEE$ ls
Android.mk  autogen.sh  CAs  chrome  configure.ac  driver  emulator  install_android.sh  libomnishare  libtee  libtee_pkcs11  Makefile.am  opentee  project  README  TAs  tests
user@ubuntu:~/Open-TEE$

How to solve the qbs error? Thanks for your kind help!

qbs version is

$ qbs -h
Qbs 1.19.2, a cross-platform build tool.
Usage: qbs [command] [command parameters]
Built-in commands:
  build                       Build (parts of) a project. This is the default command.
  clean                       Remove the files generated during a build.
  dump-nodes-tree             Dumps the nodes in the build graph to stdout.
  generate                    Generate project files for another build tool.
  help                        Show general or command-specific help.
  install                     Install (parts of) a project.
  list-products               Lists all products in the project, including sub-projects.
  resolve                     Resolve a project without building it.
  run                         Run an executable generated by building a project.
  session                     Starts a session for an IDE.
  shell                       Open a shell with a product's environment.
  show-version                Print the Qbs version number to stdout.
  status                      Show the status of files in the project directory.
  update-timestamps           Mark the build as up to date.

Auxiliary commands:
  config                      This tool manages qbs settings.
  config-ui  create-project              This tool creates a qbs project from an existing source tree.
  setup-android               This tool creates qbs profiles from Android SDK and NDK installations.
  setup-qt                    This tool creates qbs profiles from Qt versions.
  setup-toolchains            This tool creates qbs profiles from toolchains.

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