Tagged Questions
A toolchain is a collection of software tools that work together to build and manage programs.
8
votes
5answers
197 views
Strict ISO C Conformance Test
I am currently working on a C project that needs to be fairly portable among different building environments. The project targets POSIX-compliant systems on a hosted C environment.
One way to achieve ...
8
votes
11answers
11k views
Best toolchain/IDE for ARM Cortex-M3 mcu?
There are quite a few IDE available for ARM, which one's good?
What's your experience with anyone of them?
Keil™ RealView® MDKARM
IAR Systems Embedded Workbench®
CodeSourcery G++ GNU
Code Red ...
7
votes
1answer
351 views
How to tell Android NDK to use a different toolchain
I've downloaded a custom toolchain (linaro) to build ARM based Android apps. How do I tell the NDK to use it? Can I define or set something in Android.mk and Application.mk that would allow me to do ...
7
votes
8answers
911 views
C++, the “Old Fashioned” way
I have been learning C++ in school to create small command-line programs.
However, I have only built my projects with IDEs, including VS08 and QtCreator.
I understand the process behind building a ...
7
votes
5answers
2k views
Open-Source Field-Programmable Gate Array (FPGA) Development Tools
I want to pick up FPGA programming. I've heard all types of horror stories of proprietary tools. Is there any entirely open-source tool chain available?
If not, how should I learn this? My ...
6
votes
1answer
229 views
What is the state of C99 support in major compilers / toolchains?
A response to a comment I made here made me stop and think: "I don't really know what the state of C99 support is."
Wikipedia gives details for a few compilers, but I'm not familiar enough with C99 ...
5
votes
2answers
459 views
GCC Reducing Binary Bloat — Strange Side Effect
The Weirdness
I have compiled Google Protocol Buffers using no extra parameters for a "bloat" compile, and compile with the following command ./configure CXXFLAGS="-ffunction-sections ...
4
votes
4answers
2k views
Advice needed for ARM Cortex M3 beginner
I will embark on the ARM Cortex M3 bandwagon soon with an official training (CPU side).
Now, I did a bit of Arduino and AVR before and have some basics in electronics but I am mostly a software ...
4
votes
1answer
203 views
How to make sure an Android app was really compiled from said source code?
A lot of Android apps are open source, but how can we make sure the person who finally uploads to the Google Market does not include some spyware just before uploading?
Background: Mobile apps ...
4
votes
3answers
1k views
ARM linux and cross toolchain issue
I have a problem probably with my arm toolchain but maybe there's something other that I do wrong. I have Chinese made dev board qq2440 using Samsung s3c2440 ARM9 uC. I'm using Ubuntu x86 with native ...
3
votes
1answer
106 views
How to build a reliable toolchain
Please guide me through the steps required to build a basic toolchain sufficient to build a bootable linux image and discuss why things should be done the way you suggest.
Pointers to existing ...
3
votes
2answers
2k views
Difference between load-time dynamic linking and run-time dynamic linking
When loading programs into memory, what is the difference between load-time dynamic linking and run-time dynamic linking?
2
votes
2answers
66 views
Why error in cross compiling Arm Linux GCC?
I'm trying to use AppWeb, and i wrote a very simple program to embed AppWeb into my application, it's using a function in AppWeb library.
#include <appweb/appweb.h>
int main(int argc, char** ...
2
votes
3answers
109 views
How do I need to configure Eclipse to create a C++ program?
I installed Eclipse for C/C++ Developers.
After installing it I also installed PyDev.
I managed to create a C++ project (The Hello World project that comes with it). But I cannot compile/run it.
...
2
votes
2answers
1k views
How can I change the build-in toolchains in eclipse cdt mingw32
I am compiling on windows with cdt/mingw. I like to compile warning free. I get the following warning:
auto-importing has been activated without --enable-auto-import specified
on the command line.
...
2
votes
1answer
155 views
ccs compiler multiple compilation units feature
When using the CCS compiler's multiple compilation units feature, I stumbled upon what seems to be a pretty serious bug:
The setup is a header file defining a #bit in a #byte, two compilation units ...
1
vote
0answers
22 views
toolchain and libraries
When we compile a toolchain, we need to specify which library we are using to compile the toolchain. For example, i recently compiled toolchain for openRISC architecture. They gave me an option to ...
1
vote
2answers
173 views
Building native library with standalone toolchain android arm
I am trying to build libraw as a Android shared library. It looks the lib is too complex to use with Android.mk etc, or better: I am not capable yet of doing that.
I tried the route of using a ...
1
vote
0answers
183 views
Compile ObjectiveC hello world on iPad 2
I'm trying to compile a ObjectiveC hello world on a jailbroken iPad 2.
The gcc already works for c/c++ on my iPad. I got OpenEXR built without problems.
I copied framework headers/lib from iPhoneOS ...
1
vote
2answers
307 views
Toolchain ARM Cortex M4
is there a way how to setup Eclipse + gnu gcc + debuger for ARM Cortex M3/M4 based micros (Stellaris, Kinetis)?
Best regards,
Peter
1
vote
3answers
79 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 ...
1
vote
0answers
64 views
Cross compile for iPhone on a mac?
How would I go about setting everything up to cross compile from my OSX 10.7 Macbook pro to my jailbroken 4th generation iPod touch. I'm mainly aiming to be able to port open source libraries to ...
1
vote
2answers
839 views
How to cross-compile for MIPS?
I have a DVB receiver (set-top box) similar like Dreambox and it has MIPS cpu
It has embedded Linux and I can connect to it with telnet
Question is how to compile simple "Hello World" application in ...
1
vote
0answers
209 views
NetBeans' toolchain for Microsoft Visual C++
has anyone ever written a netbeans' toolchain for MS VC++ compiler?
Following this bug report: http://netbeans.org/bugzilla/show_bug.cgi?id=125434 I read this should be possibile since version 6.7.
...
1
vote
3answers
2k views
Android-NDK build system (building hello-gl2)
I downloaded and installed Android-NDK on my Archlinux, using this package.
Got no issues building (and running) the sample hello-jni following the guide on this page, but if I try to do the same ...
1
vote
2answers
455 views
Is it possible to run a native arm binary on a non-rooted android phone?
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 it ...
1
vote
1answer
413 views
MSVC Mixing Debug Code with Release Code
Motivation for Question: Generating 64-bit and 32-bit code requires two seperate full-program-compiles, and when using visual studio (as detailed below) release and debug builds are incompatible, ...
1
vote
3answers
115 views
Toolchain question: How do you add a header/lib so the compiler knows where to find it?
I have made a toolchain using this script: http://gist.github.com/403608 (more or less modified to get it to work)
Everything is installed and now when I try to compile using it I get an error when I ...
1
vote
2answers
2k views
Cross-compiler Toolchain and OpenEmbedded +BeagleBoard
I recently start building the filesystem for Beagle Board through OpenEmbedded, but now I also want to change its kernel using the shown here:
http://elinux.org/BeagleBoard#Linux_kernel. ...
1
vote
2answers
360 views
Add a custom tool to toolchain to remove UTF-8 BOM before compile
My question is in the context of Code::Blocks and its tweaked version of MinGW, and Notepad++ .
I want to be able to include Unicode literals in my source, and I can, so long as I use UTF-8 and not ...
1
vote
1answer
408 views
iphone tcp/ip via accessory port?
I'd love to be able to mod the iPhone tcp/ip stack to route packets over the accessory port either serial or better yet USB or Firewire...
The applications I'm researching wouldn't be able to use ...
1
vote
5answers
882 views
Advice on building a cross-compiler for Xscale ARM?
I am playing around with a PXA270 Xscale development board (similar to the Gumstix), and was provided a cross compiler, but it is GCC 3.3.3. I would like to learn how to build my own cross compiler, ...
1
vote
2answers
112 views
What Toolchains Support Passing in a Nodeset to an XSLT Transformation as a Parameter?
This is a followup to an answer on a previous question I had about XSLT.
To recap, I didn't realize that without EXSLT, XSLT wouldn't let you dynamically create an xpath expression with string ...
1
vote
2answers
4k views
How do I get Eclipse to find and use a gcc based toolchain in a non-standard location
I am trying to get Eclipse to work with a GCC based ARM cross compiler.
How can I configure eclipse to add the new tool chain to its list of tool chains?
The tool chain is a Raisonance distributed ...
0
votes
0answers
15 views
Build iPhone toolchain on iOS 5 and Mac OS X 10.7
Is there any good tutorials on how to build the toolchain on current iOS and OS X versions?
I can only find ones about iOS 2 and 3.
Alternatively, is it possible to compile a SBSettings Toggle ...
0
votes
0answers
51 views
Cross-compiling Linux kernel for ARM on Windows using Sourcery Toolchain
I am trying to cross-compile a Linux kernel for an ARM-target (Freescale i.Mx28) on a windows host. I know that this approach is not the best one compared to using a Linux host but unfortunately it's ...
0
votes
0answers
16 views
Using a buildroot created toolchain outside of Buildroot?
I'm trying to compile XFCE using Uclibc. Uclibc was generated by crosstool-ng via buildroot. How do i use the toolchain to build something outside of buildroot? I've had a look at the instructions on ...
0
votes
1answer
15 views
Trouble compiling using Eclipse CDT with alternate toolchain
I'm trying to use Eclipse CDT (Version: Indigo Service Release 1 Build id: 20110916-0149) to build and debug my c/c++ project in RHEL6 64 bit Linux, and I'm having issues. I've done what I thought ...
0
votes
1answer
30 views
python distutils C++ compilation
I am trying to build a python module for android.
While I can set a compiler with export CC=, I am not able to do the same for C++ compilers using export CXX=. It still uses the basic C compiler.
...
0
votes
0answers
111 views
Theos will not build project with the iOS 5 toolchain I've compiled
I am using Ubuntu 11.04 and this is my first attempt to create an iPhone application, unless you count Flash CS5 as a platform for app development.
I've compiled an iOS 5.0 toolchain using saurik's ...
0
votes
2answers
63 views
What elements of the GCC toolchain should be the same while developing a distributed system?
I'm in embedded development in C.
I've read that in distributed systems you should use the same programming language for different nodes or be prepared to reconcile different data types in the ...
0
votes
0answers
140 views
Getting java.lang.UnsatisfiedLinkError when trying use prebuilt Library
I built a library using the following commands:
<NDK>/arm-linux-androideabi-gcc -c file.c
<NDK>/arm-linux-androideabi-ld -shared -o libfile.so file.o
I think copy the .so file into the ...
0
votes
0answers
41 views
add wchar to uclibc in digi me 9210 toolchain
I want to add wchar Support to uclibc in the Digi toolchain supplied with the Digi Connect ME 9210 Embedded Linux.
In buildroot I can simply do make uclibc-menuconfig and add wchar support.
Is there ...
0
votes
0answers
67 views
CDT Plugin - Remove Local C/C++ Application?
I have created my own toolchain that is based on the standard C/C++ toolchain.
Having successfully associated a launch shortcut with my own toolchain, I would like to remove the standard "Local C/C++ ...
0
votes
1answer
213 views
Cross compile Qt source the Angstrom toolchain(any linux supported embedded toolchain would do)
I am new to cross compiling and willing to get started with cross compiling Qt for beagleboard. Can some one give me specific instructions for this or recently tried tutorial. Please do not assume any ...
0
votes
0answers
25 views
Who have the android-toolchain copy? [closed]
I cann't download from http://android.git.kernel.org/pub/android-toolchain-20081019.tar.bz2. Who have the copy ? Thanks a lot.
0
votes
1answer
109 views
How to rebuild buildroot toolchain
everybody!
I moved buildroot into another directory and buildroot toolchain didn't work because it refers to absolute path. How can I rebuild the toolchain? There must be some *-dirclean makefile ...
0
votes
1answer
83 views
Iphone makefile dropping last quote on loading
I am currently trying to build an app that i have completed for the iphone natively using the iphone toolchain. when I finished creating the make file it was giving me this error when it tried to load ...
0
votes
0answers
322 views
Android Gingerbread build fails with “version GLIBC_2.11 not found”
When I try to build Gingerbread 2.3.1 for ARM on Ubuntu 8.04 (Hardy), the build fails as the toolchain requires GLIBC_2.11.
The error says:
version `GLIBC_2.11' not found (required by ...
0
votes
1answer
221 views
Build software on Linux using cross toolchain
Motorola provides a cross compiling toolchain for building Software for their Set Top Box VIP1710. You have to extract it to /usr/local/kreatel and there you have a tree of build tools:
./bin
...