CodeSourcery is a supplier of open-source "Sourcery CodeBench" toolchains (integrating GCC, GDB, etc.) for ARM, MIPS, Power, x86, and other embedded processor architectures. Sourcery CodeBench has both free (as in beer) "Lite" editions and commercially-supported versions of the toolchains. CodeSourcery is a part of Mentor Graphics.
Questions tagged [codesourcery]
61 questions
1
vote
1 answer
Create a Hello World Executable for BeagleBoard
I am trying to run a HelloWorld project on BeagleBoard. For this I am using RVDS to create the library and then CodeSourcery to create the executable for BeagleBoard.
To create a library through RVDS I am using below command line:
armcc --cpu…

user1116700
- 47
- 2
- 10
1
vote
1 answer
What do I need to do to install and run Code Sourcery on an x86 64-bit Windows host system?
I have seen this question asked for a Linux host system but not for Windows.
I have a Windows 7 64-bit host system. I am running into a 32 bit issue I think and I see this vague phrase in the Code Sourcery documentation.
"Therefore, even when…

Seth
- 313
- 1
- 2
- 10
1
vote
2 answers
CodeSourcery giving compilation error: missing bits/c++config.h
in my project I'm making use of Eigen C++ library for linear algebra. ONLY when I turn on the vectorization flags (-mfpu=neon -mfloat-abi=softfp) for ARM NEON, I get a compiler error - c++config.h no such file or directory.
I'm not able to…

HaggarTheHorrible
- 7,083
- 20
- 70
- 81
1
vote
1 answer
Programming ARM CM3 into ROM & RAM
Currently I'm making the step to upgrade my spare-time projects to the use of an ARM instead of the 8bit micros from Microchip.
But unfortunately I ran into some problems:
I do not really understand the differences in ways of programming:
-…

Futience
- 13
- 2
1
vote
1 answer
No header file check in arm-none-eabi
In Command Windows, there is an error!
please see below!
In file included from lwIP/test/unit/lwip_unittests.c:1:0:
lwIP/test/unit/lwip_check.h:7:19: fatal error: check.h: No such file or directory
compilation terminated.
make: ***…

goethe
- 35
- 8
1
vote
2 answers
Statically linked binary requires shared library libnss
I was cross compiling for android using linaro and codesourcery toolchains i found even after providing -static here problem seems to come from glibc dynamically link libnss_* libraries.
Here is my code
#include
#include
int…

Shushant
- 1,625
- 1
- 13
- 23
1
vote
2 answers
cross compile sh script to bin for enigma2 (mips) OpenEmbedded
I have a dreambox satellite receiver which operates with Enigma2 OpenEmbedded. So MIPS architecture.
I want to cross compile at my Ubuntu PC a .sh file to an Enigma2 binary file.
I installed codesourcery cross compile toolchain for mips32…

ni_hao
- 404
- 2
- 5
- 16
1
vote
1 answer
Conflicting Achitecture profiles A/M Error using arm-none-linux-gnueabi-gcc
Sorry for my bad English. I have an Ubuntu on my PC, which I use to program my STM32L-DISCOVERY. Well, program successfully compiles, but I have an error while link the application. I am newbie in development for such devices. So, I use Eclipse as…

user2574232
- 21
- 1
- 6
1
vote
1 answer
Eclipse CDT - errors: "undefined reference to n"?
I'm not entirely sure if this belongs here or on electronics.stackexchange.com, but since this is to do with IDE setup, and compilation, I believe this is the best place to ask my question.
I've got a C project setup in Eclipse CDT. It uses the…

josef.van.niekerk
- 11,941
- 20
- 97
- 157
1
vote
2 answers
Is codesourcery ARM Toolchain available for 64bit windows?
I am currently using the 32 bit codesourcery ARM toolchain for the 32 bit Windows. It's working fine, however I want to know whether a 64 bit codesourcery ARM toolchain is available?

Fila
- 97
- 1
- 4
1
vote
1 answer
Getting Sourcery Codebench to run on Windows
I'm having trouble setting up a cross compiler (Sourcery Codebench) and simulator (OVP) on my machine. Could someone please show me how to do this?
I'd like to cross compile C to MIPS and then simulate it on my windows 7 x86-64bit machine. I don't…

C.E.Sally
- 381
- 2
- 14
1
vote
1 answer
CodeSourcery CS3 interrupt handler override
I'm trying to replace some CS3 interrupt handlers with mine.
Below the part of "ISRs for stellaris_blizzard" file
#if defined (L_stellaris_blizzard_isr_interrupt)
.globl __cs3_isr_interrupt
.type __cs3_isr_interrupt,…

Kirill Obukhov
- 13
- 2
0
votes
2 answers
How to solve bad instruction `vadd.i16 q0,q0,q0' when attempting to check gcc for neon instruction
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: Assembler messages:
…

Sureshkumar Menon
- 1,165
- 7
- 27
- 49
0
votes
0 answers
how can I make the links appear after the first heading on the targeted pages?
I have a WordPress site, and I generate links using a function in the function.php file. In the single.php file, I use to display the function on the main section of the targeted pages.
Currently, the links appear after the footer. My question is,…

younes
- 1
0
votes
1 answer
Replacement for Sourcery CodeBench for Verifone DTK
Now that Sourcery CodeBench is no longer open source and is owned by Siemens, is there any alternative to build projects that were earlier built on Sourcery CodeBench for Verifne DTK ? Currently the Sourcery CodeBench for Verifone DTK requires a…

Coder28
- 1