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
.../elinux/flutter/ephemeral/cpp_client_wrapper/core_implementations.cc:16:10: fatal error:
'cassert' file not found
#include <cassert>
^~~~~~~~~
/opt/fslc-framebuffer/4.0/sysroots/cortexa7t2hf-neon-fslc-linux-gnueabi/usr/include/gnu/stubs-32.h:7:11: fatal error: 'gnu/stubs-soft.h' file not found
# include <gnu/stubs-soft.h>
^~~~~~~~~~~~~~~~~~
Things I've done:
Added latest meta-flutter and meta-clang layers to the sdk
Bitbaked with -c populate_sdk
Installed SDK
Symlinked ld to the arm one sudo cp -a arm-fslc-linux-gnueabi/arm-fslc-linux-gnueabi-ld ld in /opt/fslc-framebuffer/4.0/sysroots/x86_64-fslcsdk-linux/usr/bin
Added the following to OEToolchainConfig.cmake in the SDK sysroot
set ( CMAKE_C_COMPILER_WORKS 1 )
set ( CMAKE_CXX_COMPILER_WORKS 1 )
@voloder you're using a 32 bit cross-toolchain (and this is correct because DART-6UL uses an iMX6UL SOC, which has a Cortex-A7 core) but using --target-arch=arm64
usually, when building with a Yocto toolchain, you just have to setup the environment and:
Hello, I am trying to compile using Variscite's Yocto toolchain, but I am getting the following errors:
Things I've done:
-c populate_sdk
sudo cp -a arm-fslc-linux-gnueabi/arm-fslc-linux-gnueabi-ld ld
in /opt/fslc-framebuffer/4.0/sysroots/x86_64-fslcsdk-linux/usr/binAny help would be appreciated, thank you!
The text was updated successfully, but these errors were encountered: