Top "Scratchbox" questions

Scratchbox is a cross-compilation toolkit designed to make embedded Linux application development easier.

How to create a directory in a makefile when mkdir -p is not available?

I have a makefile which does the usual directory creation: $(Release_target_OBJDIR)/%.o: %.cpp mkdir -p $(dir $@) $(COMPILE.cpp) $&…

gnu-make mkdir scratchbox
Scratchbox2 returns "Implicit declaration of function getline", among other weird behaviour

I'm trying to cross compile my application for the maemo environment (GNU). When compiling the application normally, everything works fine, …

c gnu implicit getline scratchbox
error while loading shared libraries: libstdc++.so ------ confused ..?

I have build my toolchain using following link it have , crosscompiler c++ support enabled :----- http://www.bootc.net/archives/2012/05/26/…

qt cross-compiling raspberry-pi raspbian scratchbox