toolchain

Do you have to jailbreak the iPhone to install Apps compiled by "Makefile"?

I come across some projects, e.g. the Stumbler (which use private framework for WiFi signal strength), the source code does not have the usual .xcodeproj project file. Instead, it has a "Makefile". I searched around and get an impression that I need to use "Toolchain" to compile the "Makefile", and then "SCP or WinSCP" to the iPhone? I a...

Cross-compiler Toolchain and OpenEmbedded +BeagleBoard

Hi! 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. To do that I need the staging and the cross-compiler toolchain directories, but I can't find them. The top level directories that a...

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 developer. I've read most topics in here and quite a bit elsewhere regarding the tools available and they have been really helpful. What I need ...

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 ./configure it says that my C compiler cannot create exeicutables. I'm thinking that my compiler just doesn't know where to look for all ...