gnu-toolchain Questions
2
Solved
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 d...
Donell asked 18/10, 2010 at 17:0
2
Solved
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
config....
Analyze asked 22/2, 2012 at 22:15
5
Solved
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 ...
Leong asked 21/11, 2009 at 11:44
1
I need to use lesser version of packages for building my toolchain. Is there anyway to build gcc by disabling the mpc, mpfr and gmp packages?
Brodeur asked 24/10, 2017 at 11:23
3
I am trying to build GNU toolchain for OpenRISC by following the guide given at http://openrisc.net/toolchain-build.html on Fedora Virtual Box Image.
I am getting error saying
Configure: error:...
Upland asked 11/6, 2014 at 16:38
2
Solved
Here is the story:
I am developing C++ software for ARM Cortex-M0 processor in Linux with AC6 Toolpack. Before I was using Keil (in windows) (who has their own toolchain) and I have migrated to GN...
Cereal asked 21/6, 2016 at 14:16
0
There is a vendor whose software I'd like to work with. They have a code base which they can only compile using IAR Embedded Workbench (as far as I know, their code does not compile with GCC). Unfo...
Obstipation asked 24/2, 2016 at 18:22
1
Solved
https://sourceware.org/git/gitweb.cgi?p=binutils-gdb.git
See, especially, the tags section.
What was the rationale behind this decision? Does the merge affect the suggested way to build latest ...
Rozele asked 2/12, 2015 at 7:38
3
Solved
I have a large file (50 GB) and I could like to count the number of occurrences of different lines in it. Normally I'd use
sort bigfile | uniq -c
but the file is large enough that sorting takes ...
Ploughshare asked 2/9, 2015 at 22:22
2
Solved
In my main.c program I include this library:
#include "coap_api.h"
That is also included in
Properties -> C/C++ Build -> Settings -> Cross ARM GNU Assembler -> Includes
and
Prop...
Rumney asked 9/5, 2015 at 18:28
2
Solved
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?
Popup asked 19/4, 2012 at 18:13
4
Solved
I'm probably doing something wrong, being a newbie. Could you please help me out?
I've written a simple Hello World program in C called hello.c, and ran the following command:
gcc -S hello.c
Th...
Microvolt asked 19/5, 2009 at 23:40
1
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 --in...
Heaume asked 13/10, 2011 at 17:13
7
Solved
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...
Iamb asked 7/8, 2009 at 15:6
13
Solved
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 ...
Erb asked 7/11, 2008 at 17:4
3
Solved
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?
Tough asked 3/12, 2008 at 20:20
1
© 2022 - 2024 — McMap. All rights reserved.