Hello everyone,
I installed linaro vivid with kernel version 4.6.3, on RPi3, but in order to compile some files I need to install linux headers, but can't seem to find the package
linux-headers-4.3.0-1-linaro-vexpress64
Thanks
Hello everyone,
I installed linaro vivid with kernel version 4.6.3, on RPi3, but in order to compile some files I need to install linux headers, but can't seem to find the package
linux-headers-4.3.0-1-linaro-vexpress64
Thanks
Similar to this thread, i'm having some hard time building the openembedded filesystem.
So far I have managed to follow this tutoriall until the "Booting the board" section. After running the board some errors appear during the execution:
This…
I am now writing a hyper-visor based on arm-v8 aarch64. and now Linux kernel can boot successfully on this hyper-visor. and I test the code on DS5. But there is a cache issue.
The issue is:
after Linux kernel modify the content of translation table (such…
Hi, I'm trying to cross-compile a program to run on arm versatile juno r2 development platform.
The system where I'm compilling is:
Linux lfpm1993-virtual-machine 4.13.0-43-generic #48~16.04.1-Ubuntu SMP Thu May 17 12:56:46 UTC 2018 x86_64 x86_64…
Hi folks,
I'm trying to use OpenCL the above mentioned platform and am getting the following error message:
clBuildProgram is missing from OpenCL shared library.
The OS is Ubuntu 18.04 LTS, and the package providing the OpenCL library is:
libmali-rk…
Hi,
I'm trying to enable PMU's on arm versatile juno r2 development board.
I've already read this manuals from arm:
ARM ® Cortex ® -A72 MPCore Processor
ARM® Cortex ® -A53 MPCore Processor
Juno r2 ARM® Development Platform SoC…
Hi,
I'm using Juno r0 and want to run Linux on that.
But there is something wrong when I power up Juno.
ARM V2M-Juno Boot loader v1.0.0 HBI0262 build 616 ARM V2M_Juno Firmware v1.1.8 Build Date: Jun 17 2014 Time : 17:01:54 Date : 20:07…
Version: Fast Models [11.4.37 (Jun 19 2018)] (Free) on Linux x86_64
Repro: here.
The program creates two binaries s.bin and ns.bin, and concatenates them into pkg.bin. The package is provided to the BaseFVP as its secureflashloader's file.
All (four…
I intend to create a motherboard with Arm processors, which I intend to do with this project is to provide portability to all windows linux mac operating systems, these are found to be made without the key to microsoft.
And at the same time offer a superior…
Hello,
I am not sure whether this is a right but I thought to give it a go as I am cross compiling snort for an ARM-based system.
I am very new to cross-compilation using ptxdist tool. I am using ptxdist version 2013.03.0 and trying to build snort 2.9…
Hi!
My questions are:
1) how do you create software to work on ARM CPUs?
is it easy or difficult ?.
Ex: I have a software that I like for example Adobe Premiere Pro cc 2018 and I want it to work in the ARM cpu in Linux Dex of Samsung Note 9 or Tab S4, the…
I am using Eclipse IDE to crosscomplie C++ code.
When I croosscompile Linux / Ubuntu C++ code for Raspberry Pi 3B (ARM7) I have no issues with actually running the code on the target. It all works as expected. I am using just plain "hello word " as test…
I have downloaded Ds-5 for linux 64 and installed it.
While obtaining evolution license "Server Error(500)" found.
Same thing happening with in Windows setup as well
Appreciated your inputs as early as possible
Let me know if any further information…
Hi,
I've a software successfully cross compiled with the ARMHF cross compilation toolchain and i try to port it on AARCH64...
Compilation works, but link failed with some "undefined reference ...@GLIBCXX_3.4"
i try the command " strings…
Hi guys
This is my first post on this community page.
Actually I have a ST microelectronics development Board with the following controller on it STM32F407VGT6.
Now I want to port the arm Linux to it.
The specs of the controller are as follows:
-…
I am working on a project where a static library is built with the ARM tool chain using the hard-float abi, and then is linked with other object files (generated with gcc). The linker is the gcc linker, and the linking stage takes place on a Raspberry…
I can't seem to figure out which tool chain I should be using for Cortex-A8 OMAP3503 when cross compiling from CentOS. I figured it would be gcc-arm-8.2-2018.11-x86_64-arm-linux-gnueabihf.tar.xz, but the compiler binary in that wont execute in CentOS…
Hello !
It seems like the binaries for the windows version of arm-linux-gnueabi and arm-linux-gnueabihf has been removed in gcc8. Have the support for windows been removed or will it appear ?
Hi,
I have downloaded the new AArch64 GNU/Linux target (aarch64-linux-gnu) binaries and they are working fine.
Can someone please let me know the the configurations flags used to build these toolchains.
Earlier I have used ABE tool (from Linaro) to build…
In this video learn how to use ARM DS-5™ Streamline to find out which processes, threads, functions, and even source code lines are slowing down your Linux/Android system by generating excessive number of CPU performance events such as cache misses and…
Installed DS-5 on Windows 7 platform to develop Atmel SAMA5 Cortex-A5 applications and device drivers on Ubuntu 16.04.1 target. Compile of CPP source cannot find Linux include files, e.g., ifaddrs.h. I see C:\Program Files\DS-5 v5.26.2\sw\gcc\arm-linux…
Hi
I try to debug a old linux kernel (2.4) on a ARM7TDMI (samsung s3c44b0x).
I read some tutorial and forum discussion but nothing work.
Somebody know where can I find a good tutorial for debugging kernel on a ARM7TDMI from scratch?
Thanks for reply
…Is it just me or are the install instructions for gcc-arm missing some information? I've downloaded gcc-arm-none-eabi-6-2017-q1-update-linux.tar.bz2 and uncompressed it. The readme file in there states that all you have to do is add the bin directory…
Hi experts,
It would be nice if someone could provide or point to a tutorial about how to setup ARM DS-5 community edition to compile, boot, and debug the Linux kernel as a bare-metal project with existing makefile, and debug it on FVP (ARMv8 foundation
…Hello,
I've been trying to use DS-5 to debug a Linux kernel module on a Pandaboard. The connection to the target goes smoothly, both vmlinux and modex.ko symbol files being loaded.
Unfortunately, when I enter the command "insmod modex.ko" I get the…