You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi, I use nao v6's ctc cross atom to cross compile codes.The process is as follows:
1, qitoolchain create cross compile/home/syf/Desktop/ctc-linux64-atom-2.8.5.10/toolchain.xml
2. Use qitoolchain info or qitoolchain list to check and find no problems
3, qibuild configure-c cross compile, where it shows "[ERROR]: Exception No such build config: cross compile".
The text was updated successfully, but these errors were encountered:
You are missing a step: you must create a qibuild "configuration" which uses the cross toolchain.
Try the following:
$ qibuild add-config crosscompile --toolchain crosscompile --profile nao
Before the "qibuild configure" command.
Hi, I use nao v6's ctc cross atom to cross compile codes.The process is as follows:
1, qitoolchain create cross compile/home/syf/Desktop/ctc-linux64-atom-2.8.5.10/toolchain.xml
2. Use qitoolchain info or qitoolchain list to check and find no problems
3, qibuild configure-c cross compile, where it shows "[ERROR]: Exception No such build config: cross compile".
The text was updated successfully, but these errors were encountered: