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

DragonBoard 410c / SDK / gcc lib install location #106

Closed
jwinarske opened this issue Jan 12, 2019 · 0 comments
Closed

DragonBoard 410c / SDK / gcc lib install location #106

jwinarske opened this issue Jan 12, 2019 · 0 comments

Comments

@jwinarske
Copy link

I've built and installed a DragonBoard SDK (core-image-minimal). Then I use the resultant sysroot post SDK install to cross compile tip-of-the-tree Clang for host, cross compile compiler-rt, libunwind, libcxxabi, and libcxx for target (aarch64).

Using "-v" I see Clang 8.0 discover:
/usr/local/rpb-wayland-x86_64/sysroots/aarch64-linaro-linux/usr/lib64/gcc/aarch64-linaro-linux/6.2.1/

When I go to cross-compile compiler-rt (the first in the stack), the build fails looking for .o files only found in: /usr/local/rpb-wayland-x86_64/sysroots/aarch64-linaro-linux/usr/lib64/aarch64-linaro-linux/6.2.1/

If I copy the contents of from the non-gcc folder into the gcc folder, it builds and links.

"gcc folder"
/usr/local/rpb-wayland-x86_64/sysroots/aarch64-linaro-linux/usr/lib64/gcc/aarch64-linaro-linux/6.2.1/

"non-gcc folder"
/usr/local/rpb-wayland-x86_64/sysroots/aarch64-linaro-linux/usr/lib64/aarch64-linaro-linux/6.2.1/

I think the contents of the "non-gcc folder" should only exist in the "gcc folder".

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

1 participant