Jan 05, 2023
01:36 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Jan 05, 2023
01:36 AM
We get this error under ubuntu:20.04 (x86 Linux) when trying to build our new MT 3.0 project:
- Under MacOS, the same application builds without a problem with MT 3.0.
make build -j:
| #0 0.108 Tools Directory: /root/ModusToolbox/tools_3.0
| #0 0.109 Searching installed tools in progress...
| #0 0.115 mtbquery: could not load ModusToolbox environment information
| #0 0.115 mtbquery: directory '/root/.local/share/Infineon_Technologies_AG/Infineon-Toolbox' does not exist
| #0 0.115 mtbquery: directory '/usr/local/share/Infineon_Technologies_AG/Infineon-Toolbox' does not exist
| #0 0.115 mtbquery: Could not find the base tools directory
| #0 0.116 /root/ModusToolbox/tools_3.0/make/core_version3/query-v3.mk:68: *** Searching installed tools failed with error code: 1. Stop.
This script /root/ModusToolbox/tools_3.0/make/core_version3/query-v3.mk
executes automatically when running make build, but then complains that it can not find the base MTB folder. Paradox.
Has anyone encounter this issue?
Thanks,
Dimi
1 Reply
Jan 05, 2023
12:59 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Jan 05, 2023
12:59 PM
This does seem odd. Have you run the "postinstall" script on linux?