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
0 answers

multiple definition of `std::__detail::__clp2(unsigned int)', gcc-linaro

I am using gcc-linaro-12.0.1-2022.02-x86_64_arm-linux-gnueabihf arm toolchain. I could not figure out why I am getting multiple definition of standard __clp2 function. I have checked include guards in my header files. It seems it is related to…
selim
  • 11
  • 1
0
votes
1 answer

Cross Compilation with gcc-linaro-4.9-2016.02-x86_64_arm-linux-gnueabihf on Host with LFS/ inodes in 64bit

Brief: We moved our cross compilation toolchain for an arm board from a 32 bit file system host to a 64 bit host whose file system has inodes > 2^32. Using gcc-linaro-4.9-2016.02-x86_64_arm-linux-gnueabihf results in the error cc1plus: error:…
MKuhne
  • 9
  • 2
0
votes
1 answer

Buildroot configure image with external linaro toolchian

I have problem with buildroot external toolchain; finally I have received the following error when I put the "make linux-menuconfig" command (I want to use this config menu for eth driver) ubuntu@upc:~/buildroot-2021.02.5$ make…
emras
  • 13
  • 4
0
votes
0 answers

GCC startup code _start does not end in main()

I could only find bits and pieces of information on the symbol _start, which is called from the target startup code in order to establish the C runtime environment. This would be necessary to ensure that all initialized global/static variables are…
Jonathon S.
  • 1,928
  • 1
  • 12
  • 18
0
votes
1 answer

Tinkerboard with RTC board does not update the system time

I'm working on a ASUS TinkerBoard, OS Linaro 9.5 - Kernel 4.4.132 I added a little RTC board based on DS3231 chip. The system creates the device /dev/rtc1 added to /dev/rtc0 and /dev/rtc (link to /dev/rtc0). I'm able to talk with the RTC chip via…
SteMMo
  • 392
  • 1
  • 4
  • 23
0
votes
1 answer

Linaro toolchain fails to create ARMv5 binary

I am trying to upgrade my compiler to support C++11, the kernel of my target machine is 2.6.33.20. For this purpose I am attempting to use the prebuilt binaries at https://releases.linaro.org/components/toolchain/binaries/, namely the version…
Refugnic Eternium
  • 4,089
  • 1
  • 15
  • 24
0
votes
0 answers

Not able to Cross-compile and link source code using afl-clang-fast++

I am trying to fuzz a simple C++ code using afl plus plus clang compiler (llvm_mode). I'm able to fuzz the code and generate the ARM object file but it fails while linking. I guess i'm missing some linker options. Any help would be…
0
votes
0 answers

Error in Cross-Compile TensorFlow 1.15 for ARM 32 using Bazel

I'm Trying to install TensorFlow on ARM Board (my platform is: ODROID XU4) By cross compiling using bazel and linaro compiler. I have done this steps: Download Linaro 4.9.4 for armeabihf Adding This lines to WORKSPACE file new_local_repository( …
Yasin Kumar
  • 169
  • 1
  • 3
  • 14
0
votes
0 answers

std::chrono behaves different in arm

So the following code I am using for a hacky production fix due to time constraints. Basically I have a static function that is called from many places, much more than intended and it is causing another section of the application to choke. So I…
JoeManiaci
  • 435
  • 3
  • 15
0
votes
0 answers

u-boot cross compile on cygwin

I am trying to build u-boot for my arm target on cygwin. I took the latest u-boot (2019.10) I took the latest linaro gnu-eabi toolchain. The first thing I found - the makefile adds "-ansi" flag to cygwin compilation and it fails and if to remove…
0
votes
0 answers

Jetson Nano And Yocto/poky Zeus

I'm attempting to use the newest Yocto release to build an image to my Jetson Nano. For this I need CUDA 10 which is part of the NVIDIA binaries needed for the Jetson Nano image build. CUDA 10 only supports GCC 7, so to get this working I'm using…
Varyag
  • 676
  • 12
  • 29
0
votes
1 answer

GCC Linaro cross compile fails on linker step on a Windows host

I want to build an ARM application(just a simple main function) on Windows host using GCC Linaro toolchains version 7.4.1. Compilation is OK, my .o files are created but on linking step I get the following errors(tested on different computers and…
Yunus Yurtturk
  • 509
  • 1
  • 8
  • 26
0
votes
0 answers

Alsa Dmix wrong sample rate

I am trying to add a dix to my Alsa conf file, but when I playback using it the sample rate is wrong (it's too slow) I have the following: pcm.dmix0 { type dmix ipc_key 34521 slave { pcm "hw:0,0" format S16_LE rate 48000 } hint { …
geoffr98
  • 73
  • 1
  • 9
0
votes
0 answers

Linaro gcc fails on Windows

I'm trying to bringup gcc-linaro-7.3.1 on windows. I've downloaded gcc-linaro-7.3.1-2018.05-i686-mingw32_aarch64-linux-gnu.tar from Linaro site, extracted using tar on Cygwin, but when I try to run "aarch64-linux-gnu-gcc.exe" it seems that nothing…
0
votes
1 answer

How to install Linaro toolchain in windows?

I find Linaro toolchain in https://www.linaro.org/downloads/ but the files (such as gcc-linaro-6.2.1-2016.11-i686-mingw32_arm-linux-gnueabihf.tar.xz ) format tar.xz contains symbolic links. How can .tar.xz be extracted in windows ? Thank you,
ransh
  • 1,589
  • 4
  • 30
  • 56