The gnu-toolchain tag has no wiki summary.
0
votes
2answers
39 views
ARM assembly: bad instruction “mov32”
I wanted to load a 32bit constant into a register and I found a pseudo-instruction "mov32" on which can do this (mov32 pseudo-instruction). Then I write an assembly file which includes:
MOV32 r0, ...
0
votes
0answers
8 views
Adding C++ support to external toolchain in buildroot
I'm using buildroot version 2011.11 for cross compiling my application. I'm trying to add oprofile to my application, and oprofile depends on c++ support. But when I checked using make menuconfig, ...
0
votes
1answer
95 views
Tutorial needed for GNU blackfin toolchain with Eclipse
Any body knows of a good tutorial on using the GNU blackfin toolchain with eclipse on Windows?
I'm trying to start with developing bare metal application on blackfin and I've installed the toolchain ...
3
votes
1answer
52 views
Is it reasonable to expect two shared libraries built on two identical platforms?
If I build the same source code, link to the same version of the same libraries, with the same tool chain ( same compiler, linker etc , GCC 4.4), with the same version of the same operating system, ...
1
vote
1answer
200 views
DMD Generated Executable Segfaults on Ubuntu 12.10 64-bit with Hardened GCC
I'm having problems getting DMD 2.061 to work on my configuration of Ubuntu 12.10.
When I first install it using the following script
if grep -qE "^deb http://d-apt.googlecode.com/files /" ...
1
vote
1answer
36 views
How to find configure option/glags used to create makefile for the gcc I'm using?
I have got the mips-gcc toolchain source code and binaries from some chipset maker. I want to build the source of toolchain but I don't know the configure options/flags that were used to build the ...
1
vote
2answers
72 views
Check toolchain configuration at compile time
Is there a good way to check the (gcc) compiler configuration at compile time (either from within a Makefile or from within a C source file). I want to check if the compiler being used has sufficient ...
1
vote
1answer
102 views
does ARM7 in LPC2103 not support CLZ?
I've only been Googling for a couple hours or so, but if someone has a quick answer to this I'd like to get back to programming. Here's my error:
jcomeau@intrepid:~/rentacoder/jcomeau/armmite$ make
...
0
votes
1answer
117 views
A error on TiC6x cross compiler [closed]
I tried to build tic6x cross compiler in recent days,after installation, I have compile the .c file. Then the error occur. The message as shown in below:
$ tic6x-elf-gcc helloworld.c
...
0
votes
0answers
29 views
BuildID Integration with Build Tools
I just discovered the great project BuildID. Can this be used as a (cached) content-context-build-fingerprinting of objects and libraries by not having to revert to MD5-recalculations used in for ...
2
votes
2answers
687 views
Compile parameters for MIPS based codesourcery toolchain?
I installed codesourcery cross compile toolchain for mips32 architecture on my WIN 7 machince. I want to first compile a simple 'factorial' binary for my router which is based on MIPS32. From little ...
1
vote
2answers
100 views
Enforce custom rules in code (C/C++)
g++ verifies predetermined set of rules and constraints which if not met in code throws an error or warning messages. Is it possible using some tool to create a parser for custom set of rules such as ...
2
votes
1answer
335 views
Good prebuilt GNU toolchain for Android?
I have currently used the standalone toolchain from Android's NDK, but it seems rather difficult to cross compile programs because the libraries provided in NDK lack a lot of things.
I've built ...
0
votes
2answers
322 views
ARM/DSP Linux toolchain kernel setup
We have a project that requires a setup with an environment to develop embedded system as host on FC17 AMD64 and target ARM/DSP Omap l138.
So, the kernel headers have to be generated in order to bind ...
1
vote
1answer
209 views
Mips and mipsel toolchain giving different stack information for same executable
I have a test application which I compiled first using 'mips-linux-gnu-gcc -EL ' to create "exec_sigma" and then using 'mipsel-linux-uclibc-gcc' to create "exec_bcm" .
After doing readelf of these ...
2
votes
1answer
114 views
What difference between some-prefix-gcc and gcc --target=some-prefix?
I want to use another version of gcc (newer), but don't want to replace original <some-prefix>-gcc executable.
Which compiler flags do I have to use to emulate the <some-prefix>-gcc ...
1
vote
0answers
126 views
Build error (make gonk) while compiling B2G
I am working on Boot2Gecko for Nexus S. I started compiling the code yesterday based on the instructions at Boot2Gecko. Everything is fine but it doesn't compile at one stage and I get following ...
0
votes
2answers
294 views
C++ compiler - generated symbol types
I have a little trouble finding how do exactly the C++ compilers decide which symbol to be defined or undefined. What I mean is how do I know in a C++ source code if a variable/function will be ...
0
votes
2answers
152 views
C++ compiler - common symbols
I have a question regarding the C++ compiler.
When exactly the C++ compiler will create a common symbol? With a C compiler I could provide common symbols to the object file, but if I compile the ...
0
votes
1answer
115 views
How do I link a library file in GCC that does not start with lib?
When I link a library such as libm in with ld, I need to drop the lib prefix. What if the file does not follow this naming convention? Is there a way to link it other than renaming the file?
Thanks.
1
vote
1answer
3k views
‘strcmp’ was not declared in this scope
I'm working on building the ios toolchain with this tutorial. When I run the command make ENABLE_OPTIMIZED=1 I get this output.
llvm[0]: Reconfiguring with /home/connor/llvm-svn/configure
...
2
votes
1answer
578 views
GDB doesn't find line numbers, objdump does
I'm using DDD/GDB to debug a homebrew game running on NintendoDS, built with "arm-eabi-gcc (devkitARM release 32) 4.5.1".
FYI, I uploaded the unstripped .elf binary here, in case anybody wants to ...
0
votes
2answers
237 views
Basics of compiling binary with no dependencies using gnu toolchain
I'm trying to make an audio file I create slow down using SoX, and although I can easily compile the source files on the linux machine I use regularly, I need to transfer the binary to another linux ...
0
votes
1answer
417 views
how to add g++ support in toolchain
I want to add support for g++ compiler in my toochain. I am building toolchain for powerpc platform.I googled about it and found that we have to add external toolchian in our existing toolchain.
I ...
1
vote
0answers
276 views
ARM cross compiler with excessive link times
I am currently porting a large code base to multiple arm platforms using various tool chains provided by device manufactures. If I build and link the code base on linux it takes roughly 30 seconds to ...
2
votes
1answer
223 views
How to obtain the BFD architecture specification for the current platform?
I've embedded a text file in a C program using the following method: http://www.linuxjournal.com/content/embedding-file-executable-aka-hello-world-version-5967
a.out:prog.c file.text
objcopy ...
0
votes
1answer
226 views
How to specify architecture for sde-objcopy?
I need to convert an picture to an object file(.o) use sde-objcopy, then I can use this picture in our no-os system.
I had test the objcopy command, it works well on my PC(Fedora 12). For example, the ...
1
vote
3answers
100 views
How do I get a list of all declared classes inheriting from a particular class in C++
I know that isn't exactly possible in C++, but maybe a toolchain that can generate code which has a function, which when called gives me a list of all those classes. For example, across multiple files ...
2
votes
2answers
502 views
load time base address cortex-m3 bare metal
I'm working on a project on a cortex-m3 CPU with bare-metal environment.
Due to software upgrade needs the executable image on the CPU can be in one of two addresses in the flash memory which presents ...
2
votes
2answers
167 views
Autofoo test for maximum version of Python
I'm trying to get autofoo to test for a maximum version of Python rather than a minimum. Example:
AC_REQUIRE([AM_PATH_PYTHON([2.7])])
... will test for Python >= 2.7, and will probably turn up ...
0
votes
1answer
155 views
IDE for existing Makefile's on Linux
What would be the best/quickest way to have a IDE-type setup when I have existing C/C++ source with several Makefiles (library, executable etc.).
I need to work with compiler errors in the IDE and ...
1
vote
2answers
475 views
Setting earlier minimum kernel version when compiling static libraries
My distribution (Arch Linux) recently increased the minimum supported Linux kernel version for its toolchain. I am compiling a web application that I link statically and then upload to a web server, ...
0
votes
1answer
253 views
Debugging workflow aspects of Visual Studio development vs. “Linux” development?
OK, so there are numerous questions around, asking for a "Visual Studio equivalent on Linux" or a variation of this question. (here, here, here, ...)
I would like to focus on one aspect and ask how ...
0
votes
1answer
626 views
How do I use the GNU toolchain to learn C programming?
I am new to programming, and even newer to Linux. I was told that Linux is the best OS to learning to program as it lets a programmer interface closely with the machine architecture. I heard a lot ...
14
votes
1answer
2k views
Why does gcc not implicitly supply the -fPIC flag when compiling static libraries on x86_64
I've had numerous problems compiling shared objects that link statically against static libraries. This problem only shows up on x84_64 platforms. When doing the same compilation work on x86_32 I do ...
3
votes
2answers
778 views
Windows based development for ARM processors
I am a complete newbie to the ARM world. I need to be able to write C code, compile it, and then download into an ARM emulator, and execute. I need to use the GCC 4.1.2 compiler for the C code ...
7
votes
2answers
3k views
Any good tutorials/books on GNU Tool Chain & Gnu Build System?
I'm looking for good tutorials/books on Gnu Tool Chain and Gnu Build System.
To be more specific, I am looking for information that starts with just the source code & gradually adds build files ...
6
votes
2answers
5k views
How to cross compile from Mac OS X to Linux x86?
I'm running Mac OS X 10.5.8 and want to compile for target CentOS 5.3 with GCC 4.1.2. How could I:
Compile GCC 4.1.2 toolchain and related tools?
Use that tool to cross compile for target CentOS ...
0
votes
1answer
979 views
iPhone SDK Copy File to Main System
Many thanks to @fabkk2002 who helped me adjust the Helvetica font on my iPhone to fully support Indic glyphs and rendering on my iPhone for an app I am creating. This leaves me with another problem. ...
8
votes
9answers
17k views
Building ARM GNU Cross compiler
A similiar (less descriptive) post is here.
I'm trying to roll my own tool chain using recent releases on Ubuntu and was hoping there was enough of a Linux community here that I could get specific ...
2
votes
3answers
1k views
Rendering Certain Character Glyph on iPhone
I am currently using the iPhone SDK to create an app that utilizes Indic scripts. However, the iPhone has issues with rendering certain glyphs in many Indic scripts. For example:
प + ् + र = प्र
...
2
votes
3answers
1k views
embedding absolute path for shared libraries
Using a vendor provided cross-compiling toolchain (apparently an OpenEmbedded derivative), I'm unable to embed the absolute path to third-party (open source, compiled in house)libraries. With the ...
1
vote
1answer
278 views
Why does my static build require shared libraries?
Why does my static build require shared libraries?
Every so often I get these warnings from my linker... (at the moment it is happening with openssh-5.2p1)
The warnings look similar to:
"Using ...
4
votes
5answers
7k views
arm-linux-gcc vs arm-elf-gcc
I am looking at uClinux system that builds the kernel with arm-linux-xxx, but builds the user apps with arm-elf-xxx.
If the apps are intended to run on linux, wouldn't it be better to build ...
1
vote
3answers
2k views
Building Gnuarm toolchain from source
I want to build a toolchain from gnuarm.org from sources. I don't want to use binary version because i'm running x64 linux. Can you point me to some kind of tutorial?
6
votes
13answers
5k views
On Windows is there a **light-weight** IDE that can be used both with C and Perl?
When I asked this previously I should have mentioned that it's particularly a light-weight IDE that I'm after, so I’m having to ask again as a different question.
Something that is not just a text ...
