codesourcery Questions
6
Solved
On Windows, I'm cross-compiling a program for ARM/Linux using CodeSourcery's cross-compiler suite. I use MinGW MSYS as my command interpreter, and very often it will mangle my paths and pathnames. ...
Libbey asked 30/8, 2011 at 21:37
3
I am working on Contiki 2.7 with the mbxxx target. While building my code the linker complained about an overlap of .ARM.exidx and .data sections. After some tinkering around with the linker script...
Brainard asked 3/2, 2014 at 12:17
4
Solved
I'm working with FreeRTOS on an STM32 (Cortex-M3), and using the CMSIS library from ST to bootstrap everything.
The CMSIS library defines the weak symbol SVC_Handler in the startup ".s" file. It ...
Pretentious asked 4/10, 2011 at 15:4
2
Solved
I enjoy using the Armadillo Linear Algebra Library. It becomes extremely nice when porting octave .m files over to C++, especially when you have to use the eigen methods.
However I ran into issue...
Euphroe asked 21/1, 2014 at 16:14
6
With a Raspberry Pi and from my computer, I'm trying to cross-compile a simple helloWorld written in C++. I'm using the Code Sourcery toolchain for Linux to compile.
When copying the helloWorld bin...
Amenable asked 26/6, 2012 at 19:25
2
Solved
when running
arm-none-linux-gnueabi-gcc -print-search-dirs | grep libraries | sed 's/:/\n/g'
I get the following output:
libraries
=/opt/codesourcery/lib/gcc/arm-none-linux-gnueabi/4.4.1/
/opt/co...
Ladew asked 19/9, 2011 at 20:4
1
Solved
I am using Raisonance's Ride7/Codesourcery (a.k.a Sourcery CodeBench Lite) with an STM32F4 board developing a bare metal HMI platform.
I will be making use of C++ exceptions in this system, but an...
Clownery asked 28/8, 2012 at 0:42
2
Checking gcc supports failed for neon instruction vadd.i16 q0,q0,q0
test.c
int main ()
{
__asm__("vadd.i16 q0, q0, q0"); return 0;
}
arm-linux-androideabi-gcc test.c
/tmp/ccfc8m0G.s: Assem...
Excellent asked 15/2, 2012 at 5:32
2
Solved
I'd like to see all macros that are defined by the invocation of the compiler I'm using. Is there any way to do this? I have seen in the manual it says you can use cpp -dM but this doesn't work for...
Interlace asked 5/6, 2012 at 20:59
1
Solved
I'm debugging with the Codesourcery version of gdb for ARM (i.e. arm-none-eabi-gdb) and attempting to generate a corefile for later inspection. OpenOCD is my GDB target. All gdb tells me when I run...
Reinhard asked 29/11, 2011 at 19:34
1
Solved
Well, I've been diving in the murky waters of low-level Android programming (native C/C++ using the CodeSourcery toolchain). I tried out the executable on an emulator and it worked. I'd like to try...
Kanpur asked 16/1, 2011 at 0:55
1
© 2022 - 2024 — McMap. All rights reserved.