Questions tagged [linaro]

Linaro is an organization that provides solutions for the Arm ecosystem, but it is not limited only to this architecture. This tag should be used in questions related to any of the Linaro's solutions.

Linaro is an organization that focuses in solutions mainly for the Arm ecosystem. Through collaboration, Linaro gathers industry and open source communities to work together developing great tools, elaborating key projects, reducing redundant effort, etc.

More information: http://www.linaro.org/about/

90 questions
0
votes
1 answer

How to configure linaro-gcc

Now i'm using gcc-linaro-5.5.0-2017.10-x86_64_arm-linux-gnueabihf and using eclipse to cross-compile. But when build, i get error…
Trung Trinh
  • 57
  • 1
  • 7
0
votes
1 answer

ARM GCC inline assembly error on %w operand

I have an ARMv8 inline assembly segment: /* get leading 0 of cache ways */ __asm__ __volatile__ ( "CLZ %w[shift], %w[maxWay] \n" : [shift] "=r" (uiShift) : [maxWay] "r" (uiMaxWay) ); When compile by ARM GCC compiler: Interestingly, if I…
Ray Xu
  • 51
  • 2
  • 6
0
votes
0 answers

Failed to obtain external Linaro toolchain version error

I am trying to build rootfs with Yocto-Arago SDK and get Failed to obtain external Linaro toolchain version error. ERROR: Failed to obtain external Linaro toolchain version: Execution of…
ephemerr
  • 1,833
  • 19
  • 22
0
votes
0 answers

ACPI sleep state S3(suspend to ram) is supported on ARM64?

I am using ARMv8/ARM64 Architecture and booting Linaro v4.9 lsk . I want to use ACPI sleep state S3 like below: echo mem > /sys/power/state I got an error : Invalid argument The only strings present in /sys/power/state are "freeze" and "mem" I am…
0
votes
1 answer

During remote debugging, gdbserver is unable to connect to gdb client when debug session is invoked for the second time

For debugging an application which is already running on remote target (architecture: arm-linux-gnueabihf), I am using gdb from Linaro toolchain: GNU gdb (Linaro_GDB-2017.05) 7.12.1.20170417-git and on the target, gdbserver(GNU gdbserver (GDB)…
coder12
  • 21
  • 5
0
votes
0 answers

c++ cross compiler for beaglebone black

I'm trying to compile a c++ program on windows 10 for beaglebone black by cross toolchain gcc-linaro-5.4.1-2017.05-i686-mingw32_arm-linux-gnueabihf.tar.xz and Eclipse for DS-5 CE v 5.27.0 IDE, according to this video on youtube. in that video,…
Mohy Fahim
  • 49
  • 9
0
votes
1 answer

Buildroot Config Option for Armv8 Architeture

I am new to Buildroot and working on using Buildroot to use Linaro as a kernel and build UEFI. For building UEFI it needs ACPI tools mainly iasl command.. But iasl command available as a part of buildroot cant be executed and gives following…
0
votes
1 answer

Google Assistant getting getting SSL ERROR

I am trying to use google-assistant SDK on IFC6410 linux platform. But i am getting SSL: CERTIFICATE_VERIFY_FAILED error in below command. google-oauthlib-tool --client-secrets…
0
votes
0 answers

ARM Cortex-A9 - __libc_init_array with undefined instruction

I'm using Linaro GCC version 6.3.1 to compile my C++ program. When debugging instruction by instruction, in eclipse (Xilinx SDK 2017.1), I get an undefined instruction fault at the instruction address 0x1090d8 as below: This instruction is part of…
JonAlmos
  • 31
  • 5
0
votes
1 answer

what causes permission of auto-mount in linaro linux

Sdcard is mounted automatically as root permission. like this. /dev/mmcblk1p1 on /media/linaro/11bf7464-471c-42ca-bbc8-d229a43e8fe51 type ext4 (rw,nosuid,nodev,relatime,data=ordered,uhelper=udisks2) /etc/fstab is emtpy like below.…
Daniel Lee
  • 205
  • 3
  • 7
0
votes
1 answer

CMake and prebuilt linaro toolchain: crti.o not found

I want to cross compile for the raspberrypi2 using cmake and the precompiled linaro toolchain which I downloaded from here: git clone https://github.com/raspberrypi/tools When I try to do cmake on my project, I get the following…
numberCruncher
  • 595
  • 1
  • 6
  • 25
0
votes
1 answer

Strange Linaro mips compiler assembly output

To create assembly code I'm calling the mipsel-openwrt-linux-uclibc-gcc compiler (Linaro GCC 4.8-2014.04 r49389) with flag -S. This produces assembly code looking like this: .section .mdebug.abi32 .previous .gnu_attribute 4,…
OliverJL
  • 23
  • 5
0
votes
1 answer

Correct usage of strip tool

Unpacked Linaro GCC 6.2-2016.11 toolchain occupies almost 3.4 GB of disc space and I want to make it smaller. My target is armv7-a+vfpv3+hard_float so I have already removed things I do not need (like ld.gold, libraries for Thumb, v8-a, v7ve etc)…
yurko
  • 623
  • 1
  • 7
  • 21
0
votes
1 answer

Linaro ARM bare metal cross compiler on Windows and libwinpthread-1.dll

The Windows binary distribution of the Linaro gnu AARCH64 ARM cross compiler (based on mingw) has a dependency on a library libwinpthread-1.dll. When I run .\aarch64-elf-gcc.exe --version I get a pop-up that says The program can't start because…
0
votes
0 answers

Controlling ELF file size using linker script

I am generating an ELF file for ARM platform using linaro tool chain. The file is an executable that is supposed to run bare-metal. I use a linker script to select the locations of sections in the memory because I want to put specific sections in…
siwesam
  • 463
  • 5
  • 8