-
as seen on Stack Overflow
- Search for 'Stack Overflow'
Hi,
Some friends and I wanted to develop a game. Any language will do. I've been programming in C for years, but never wrote a game before. One of us knows SDL a little bit. It would also be a nice excuse to learn Python+pygame.
We wish our game to be 'standalone'. By standalone, I mean most users…
>>> More
-
as seen on Stack Overflow
- Search for 'Stack Overflow'
I'm trying to cross-compile a 64-bit executable on a 32-bit ubuntu system. This works up until linking, where it fails due to the lack of a 64-bit glib2 (libglib-2.0.a).
If I were doing this on a 64-bit system, I would use getlibs to install a 32-bit glib2 into /usr/lib32. However, on a 32-bit…
>>> More
-
as seen on Stack Overflow
- Search for 'Stack Overflow'
I'm trying to compile the oauth-utils
http://mir.dnsalias.com/oss/oauth/start
for Windows from Ubuntu. I have compiled it on Windows before
(a few months back), but wanted to try cross-compiling.
I got openssl build using mingw32 ok, and put
libssl.a and libcrypto.a in the right place. The linker…
>>> More
-
as seen on Stack Overflow
- Search for 'Stack Overflow'
Has anyone used a package like CppUnit to cross-compile C++ unit tests to run on an embedded platform?
I'm using G++ on a Linux box to compile executables that must be run on a LynxOS board. I can't seem to get any of the common unit test packages to configure and build something that will create…
>>> More
-
as seen on Stack Overflow
- Search for 'Stack Overflow'
I'm trying to cross-compile boost for use with the ROS framework on a Gumstix Overo. I've been following the posted instructions here (modifying the script when need be), however I've come across an issue where bjam will not compile boost properly.
I call bjam as follows:
# boost
if [ ! -f /opt/gumros/lib/libboost_date_time-gcc41-mt-1_38…
>>> More