I was following https://community.arm.com/developer/tools-software/oss-platforms/w/docs/457/n1sdp-getting-started-guide.
I did down to "To sync both the BSP and Ubuntu", and gave "bitbake core-image-base" command.
This build took a very long time(I ran it under ~/n1sdp_workspace/bsp/build-poky), but I don't see the directory 'deploy' under there.
I don't know if this will help but the final log looks like this (the bottome messages are overwrtten many times) :
Loading cache: 100% |###########################################################################################################################################| Time: 0:00:02Loaded 3299 entries from dependency cache.NOTE: Resolving any missing task queue dependencies
Build Configuration:BB_VERSION = "1.48.0"BUILD_SYS = "x86_64-linux"NATIVELSBSTRING = "universal"TARGET_SYS = "aarch64-poky-linux"MACHINE = "n1sdp"DISTRO = "poky"DISTRO_VERSION = "3.2"TUNE_FEATURES = "aarch64 neoversen1 crc crypto"TARGET_FPU = ""meta-poky = "HEAD:269f81c2b2ac64219c65953bc56bd41317a8db0f"meta-python meta-oe = "HEAD:b9dcf17700014dec679307dc1247882dccd439ca"meta-arm = "HEAD:79360345fb23a42471a0c5bbdb819d991f816d66"meta-kernel = "HEAD:d1fb5bccbaece35e3481d73b3858c0d4e3695b9b"meta-arm-bsp meta-arm-toolchain = "HEAD:79360345fb23a42471a0c5bbdb819d991f816d66"meta = "HEAD:12bee66a42a7c2a38789ddb37cb098bcbf0b3841"
Initialising tasks: 100% |######################################################################################################################################| Time: 0:00:07Sstate summary: Wanted 1856 Found 0 Missed 1856 Current 0 (0% match, 0% complete)NOTE: Executing TasksWARNING: lttng-modules-2.12.2-r0 do_package: lttng-modules: no modules were created; this may be due to CONFIG_TRACEPOINTS not being enabled in your kernel.NOTE: Tasks Summary: Attempted 5565 tasks of which 22 didn't need to be rerun and all succeeded.
Summary: There was 1 WARNING message shown.
Thanks for sharing this ckim
Hello, I am new in Linux and trying to build Yocto image with raspberry Pi.
I am having problems for almost 1 week about bitbake rpi-basic-image command. I am new in Linux and I am trying to configure raspberry pi with yocto. after I write that command it gives 3 main errors even i followed every step carefully. I don't know what to do right now. Could you please help me with this situation? Thanks.
ERROR: automake-native-1.15-r0 do_compile: oe_runmake failed ERROR: automake-native-1.15-r0 do_compile: Function failed: do_compile (log file is located at /home/user/raspberryPi3/rpi-build/tmp-glibc/work/x86_64-linux/automake-native/1.15-r0/temp/log.do_compile.12966) ERROR: Logfile of failure stored in: /home/user/raspberryPi3/rpi-build/tmp-glibc/work/x86_64-linux/automake-native/1.15-r0/temp/log.do_compile.12966
ERROR: Task 271 (virtual:native:/home/user/raspberryPi3/sources/poky/meta/recipes-devtools/automake/automake_1.15.bb, do_compile) failed with exit code '1'
Hi, I've done it only for N1SDP platform so I don't know about RPI case.
Did you looke at the log files for the error? or how about updating to a newer compiler?
and once I tried that on a virtual machine and it had passed (when in my real machine it didn't).
Sorry I can't give you a better answer. I'm stuck in many problems myself :)
Hope you can solve it soon. Thank you.