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
{{ message }}
This repository has been archived by the owner on Jan 22, 2019. It is now read-only.
I am trying to cross compile for imx6 platform using the custom tool chain which comes in poky build system. I am getting the following error,
ERROR:
in target '//external:cc_toolchain': no such package '@local_config_cc//': Traceback (most recent call last):
File "/home/dhivakar/.cache/bazel/_bazel_guna007/eaca9be522ab34626fd843800faf07ed/external/bazel_tools/tools/cpp/cc_configure.bzl", line 584
_find_cc(repository_ctx)
File "/home/dhivakar/.cache/bazel/_bazel_guna007/eaca9be522ab34626fd843800faf07ed/external/bazel_tools/tools/cpp/cc_configure.bzl", line 383, in _find_cc
repository_ctx.which(cc_name)
The text was updated successfully, but these errors were encountered:
Hi !
which version of tensorflow are you tring to build ? the code on master has been tested with v1.2.0 and bazel version 0.4.3
I didn't try to compile it yet with a poky toolchain, however, on imx7d platform the binaries compiled with the raspi toolchain (the one used in the compile-arm.sh script) do work
If you manage to get it to work with the poky toolchain, please do not hesitate to do a PR :)
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
I am trying to cross compile for imx6 platform using the custom tool chain which comes in poky build system. I am getting the following error,
The text was updated successfully, but these errors were encountered: