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

How to visualize the upstart scripts?

I am investigating the Linux (linaro based on Ubuntu14.04) boot issue, it is that the init scripts might be halt on some step. So, is there a way to visualize that the service boot sequence based on the upstart ? Any hints will be appreciated,…
thincal
  • 31
  • 4
0
votes
1 answer

ARM GIC Interrupt handler by Linaro GCC

There is a strange result while compiling Interrupt Handler for ARM GIC using Linaro gcc. The code is: void foo1(void) __attribute__(( interrupt("IRQ") )); void foo2(void) __attribute__(( interrupt("IRQ") )); void foo1() { dummy(); …
Pavel Sh
  • 1
  • 1
0
votes
1 answer

make error with gcc cross compilation tool in eclipse

I am trying to cross compile for arm using iinaro in eclipse for C++ in windows I have set the current toolchain using Properties -> C/C++ Build -> Toolchain Editor -> Current Toolchain to be cross GCC while the current builder is GNU MAke…
user1538798
  • 1,075
  • 3
  • 17
  • 42
0
votes
1 answer

Link error when cross compiling opencv app

So I am cross compiling an opencv application on Windows for a linux arm os. I am using the newest linaro toolchain with Eclipse. I have built opencv on the target OS and taken the built libs to put them in linaro's libraries. Compilation and link…
0
votes
1 answer

shared library issues while migrating from CodeSourcery armel to Linaro armhf compiler

I am migrating a Xilinx Zynq board from from the CodeSourcery armel (gnueabi) toolchain (from Vivado 2015.2) to a Linaro armhf, so we could instal Debian/Ubuntu armhf (gnueabihf). While attempting to dlopen() and dlsym() a shared library, we get the…
0
votes
1 answer

mount: you must specify the filesystem type

I was trying to execute qemu while following the qemu/linaro tutorial, https://developer.mozilla.org/en-US/docs/Mozilla/Developer_guide/Virtual_ARM_Linux_environment I was executing the command, sudo mount -o loop,offset=106496 -t auto vexpress.img…
junaids
  • 177
  • 1
  • 4
  • 17
0
votes
1 answer

linaro-media-create error while booting qemu/linaro

I have been trying to run linaro on qemu. I have been following this guide, https://developer.mozilla.org/en-US/docs/Mozilla/Developer_guide/Virtual_ARM_Linux_environment#Create_the_VM_disk_image The linaro-create-media command executes overall but…
junaids
  • 177
  • 1
  • 4
  • 17
0
votes
0 answers

Objdump stops disassembling after label

I'm designing an AArch64 application in assembly and C, using Linaro toolchain, and frequently use objdump to look at my own disassembled binary. However, objdump does not decode part of file, and treats it as data. It always happens after a second…
bns
  • 1
0
votes
2 answers

Linaro ARM toolchain prebuild binaries in 64 bit OS

I have an Ubuntu 14.04 Trusty 64 bit machine. My OS and kernel are all 64 bit uname -a Linux --- 3.13.0-43-generic #72-Ubuntu SMP Mon Dec 8 19:35:06 UTC 2014 x86_64 x86_64 x86_64 GNU/Linux I downloaded the pre-built tool-chain binaries from Linaro…
devb
  • 27
  • 4
0
votes
2 answers

Dynamic array inside struct and malloc fail

Consider the following abstracted code that reads some bytes from a file: typedef struct A{ int size; char * dataArray; }A A load(char* filename, int inSize) { A newA; newA.size = inSize; FILE *filePtr; filePtr =…
Nitkov
  • 468
  • 6
  • 18
0
votes
1 answer

Cannot start the Linux kernel

I have an sumsung arndale octa broad(featured with exynos 5420) and installed the linaro ubuntu server edition, now I want to run a custom compiled kernel. Firstly, I download the LSK kernel(version 3.14.10) form…
kzhong
  • 11
  • 2
0
votes
0 answers

getting an installable package from an Applicaton in linux

I don't know is this possible or not, so here's the question: I have ALSA Installed on my system and I do not have the installation files and dependencies of it, now I want to copy this ALSA into another system with the same Hardware, so how can I…
Ahmad Afkande
  • 137
  • 2
  • 14
0
votes
1 answer

Cross-compiling Hello World for Pandaboard Linaro Linux

I am trying to cross-compile a simple application for the Pandaboard running Linaro Android Linux, v13.04. I am using the Linaro tool-chain in a Ubuntu 12.04 virtual machine. I can modify and cross-compile the kernel successfully, and compile…
Digilee
  • 191
  • 1
  • 2
  • 11
0
votes
1 answer

Linaro toolchain for windows with softfp

Not exactly programming/code related, but related to Linaro compiler utilities toolchain. I am trying to find a Linaro toolchain for Windows platform for armv7-a architecture, but which is compiled/configured with a soft floating point abi i.e. …
goldenmean
  • 18,376
  • 54
  • 154
  • 211
-1
votes
0 answers

u-boot and linaro on linux tumbleweed

Im using linux tumbleweed machine and im using u-boot (last realease) and gcc linaro for armv7 (gcc-linaro-12.3.1-2023.06-x86_64_arm-linux-gnueabihf). When I tried to cross compile the u-boot for arm i got this error: ` CC cmd/pxe.o CC …
1 2 3 4 5
6