mehrdadh opened a new pull request, #13603:
URL: https://github.com/apache/tvm/pull/13603
The current poetry.lock does not work as expected with Zephyr. When I run a
test outside of docker it shows error like bellow. It's probably some
mismatching between the `poetry.lock` and zephyr `2.7.3` version
`requirement.txt` file.
```
~/zephyrproject/zephyr/boards/arm/nucleo_l4r5zi/nucleo_l4r5zi.dts:9:10:
fatal error: st/l4/stm32l4r5z(g-i)tx-pinctrl.dtsi: No such file or directory
9 | #include <st/l4/stm32l4r5z(g-i)tx-pinctrl.dtsi>
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
compilation terminated.
CMake Error at ~/zephyrproject/zephyr/cmake/dts.cmake:167 (message):
command failed with return code: 1
Call Stack (most recent call first):
~/zephyrproject/zephyr/cmake/app/boilerplate.cmake:541 (include)
~zephyrproject/zephyr/share/zephyr-package/cmake/ZephyrConfig.cmake:24
(include)
~/zephyrproject/zephyr/share/zephyr-package/cmake/ZephyrConfig.cmake:40
(include_boilerplate)
CMakeLists.txt:33 (find_package)
```
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]