can't use xpm install xpack related toolchain and riscv qemu project template when using a proxy to network. #192
-
i'm using eclipse embed IDE to create riscv qemu project and the project wizard page show no repsonse when execute "xpm init --template @micro-os-plus/hello-world-qemu-template@1.4.1 --property target=riscv-rv64imafdc --property language=cpp --property buildGenerator=cmake",and can not install the xpack riscv toolchain software neither.The context is that i'm using a company internal proxy to access the network,i do not know how to do so i can successfully download the dependencies that the project needed to create,build and run. |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 4 replies
-
Configure proxy for npm, xpm uses the same code to download packages. |
Beta Was this translation helpful? Give feedback.
Also set
http_proxy
&https_proxy
in your environment (same content as forcurl
).If still not working, please run the
xpm init ...
command in a terminal and add-dd
to get a full trace.