Closed sonuabraham closed 4 years ago
For what architecture u want to build it? I build it for armv7 with no problems. But I don't know nothing about bitbake and yocto and I did it using cmake
. Mayby try build it first manualy using cross-compiler.
For embedeed device I use musl instead of glibc. There are ready clang cross-compilers here . I use this but because I didn't know about o ellcc project. So i suggest u test it first.
Since there are no response from author, and the architecture is unknown, we could close this issue, if the issue happened again Please do not hesitate to reopen it.
Hi, I am trying to add pistache framework to my Angstrom image using bitbake . When compiling pistache I am getting the following errors
My questions are 1**) Is there a bitbake recipie for pistache 2) I am getting errors like error: undefined reference to 'std::exception_ptr::exception_ptr::operator=(std::exception_ptr::exception_ptr const&)'
during linking operation. Is there some specific libraries /configuration options when building for embedded linux based targets.**
bitbake -C compile libpistache NOTE: Started PRServer with DBfile: /home/sonu/angstrom/bsp-rfi-test/cache/prserv.sqlite3, IP: 127.0.0.1, PORT: 38796, PID: 5070 Loading cache: 100% |#########################################################################################################################################################################| Time: 0:00:01 Loaded 3389 entries from dependency cache. Parsing recipes: 100% |#######################################################################################################################################################################| Time: 0:00:01 Parsing of 2607 .bb files complete (2587 cached, 20 parsed). 3409 targets, 303 skipped, 0 masked, 0 errors. WARNING: No recipes available for: /home/sonu/angstrom/bsp-rfi-test/layers/meta-angstrom/recipes-tweaks/ecj/ecj-initial-native.bbappend WARNING: No bb files matched BBFILE_PATTERN_aarch64 '^/home/sonu/angstrom/bsp-rfi-test/layers/meta-linaro/meta-aarch64/' NOTE: Resolving any missing task queue dependencies
Build Configuration: BB_VERSION = "1.32.0" BUILD_SYS = "x86_64-linux" NATIVELSBSTRING = "Ubuntu-14.04" TARGET_SYS = "arm-angstrom-linux-gnueabi" MACHINE = "imx28scm" DISTRO = "angstrom" DISTRO_VERSION = "v2016.12" TUNE_FEATURES = "arm armv5 thumb dsp" TARGET_FPU = "soft" meta-angstrom = "work:9625910bb4bb48b3f4d87a1e9ff3576d40bd656a" meta-oe
meta-efl
meta-gpe
meta-gnome
meta-xfce
meta-initramfs
meta-multimedia
meta-networking
meta-webserver
meta-ruby
meta-filesystems
meta-perl
meta-python = "work:b40116cf457b88a2db14b86fda9627fb34d56ae6" meta-qt4 = "work:2c7f8df9039be498f8a2232d1428adb7f4e5e800" meta-qt5 = "work:81fb771c3f31110e50eebcb004809361fdb28194" meta-systemd = "work:b40116cf457b88a2db14b86fda9627fb34d56ae6" meta-freescale = "work:03f977d583e4c6bc116531494079d256419a31f9" meta-freescale-3rdparty = "work:742fbd6da4a87c4412dbecee42f859e99c9cb614" meta-rfi-dspbr-mini-scm = "work:948e5e6090f7b193abdcd70a330a56bbfa71929a" meta-rfi = "work:f5c77ecb1b6d24832ae4a76c5b311c45692e3965" meta-linaro
meta-linaro-toolchain meta-aarch64
meta-optee = "work:5d2cb685217794293ea2bab18d7e62019c329d06" meta = "work:c79b479ab4b129007c6679bb0bdd8e2ec7ecb6ad"
ERROR: Task (/home/sonu/angstrom/bsp-rfi-test/layers/meta-rfi-dspbr-mini-scm/recipes-devtools/test-apps/libpistache_0.1.bb:do_compile) failed with exit code '1' NOTE: Tasks Summary: Attempted 415 tasks of which 414 didn't need to be rerun and 1 failed. NOTE: Writing buildhistory
Summary: 1 task failed: /home/sonu/angstrom/bsp-rfi-test/layers/meta-rfi-dspbr-mini-scm/recipes-devtools/test-apps/libpistache_0.1.bb:do_compile Summary: There were 3 WARNING messages shown. Summary: There were 2 ERROR messages shown, returning a non-zero exit code.
Thanks in advance, Sonu Abraham