This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
From 237f2dd709e710fbe57413d847bd304f463a6a2a Mon Sep 17 00:00:00 2001 | |
From: Michal Stawinski <[email protected]> | |
Date: Sun, 4 Nov 2012 09:20:21 +0100 | |
Subject: [PATCH] Testing of degbugdraw | |
--- | |
project.properties | 1 + | |
.../examples/PhysicsRevoluteJointExample.java | 75 ++++++++++++++++++++ | |
2 files changed, 76 insertions(+) |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
export BBPATH=`pwd`/build:`pwd`/openembedded | |
export PATH=`pwd`/bitbake/bin:$PATH | |
echo "OE environment is ready" | |
# | |
# OpenEmbedded local configuration file (sample) | |
# |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#include <errno.h> | |
#include <string.h> | |
#include <iostream> | |
#include <sys/types.h> /* See NOTES */ | |
#include <sys/socket.h> | |
#include <sys/types.h> | |
#include <sys/stat.h> | |
#include <fcntl.h> |
NewerOlder