Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

qibuild can not use in cross compiled nao V6! #128

Open
SkyCloudShang opened this issue Jan 17, 2019 · 3 comments
Open

qibuild can not use in cross compiled nao V6! #128

SkyCloudShang opened this issue Jan 17, 2019 · 3 comments

Comments

@SkyCloudShang
Copy link

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".
image

image

image

@lugu
Copy link

lugu commented Jan 17, 2019

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.

@SkyCloudShang
Copy link
Author

Hi,I did what you said and then it cannot cross compile too.
image

@SkyCloudShang
Copy link
Author

Then ,I just use qibuild add-config crosscompile --toolchain crosscompile . But it can not cross compile it too.
image

image

image

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants