Notes

Powered by The LE Company
Showing posts with label Linux. Show all posts
Showing posts with label Linux. Show all posts

Friday, January 1, 2016

Create A Mixed C/C++ project for ARM with Eclipse Autotools


1.       Environment setup
Assuming that you installed and setup GCC for ARM (Linux x86). Else, reference here.
Be sure that you installed automake, autoconf, autoreconf. Else, you need install it.
To install Automake: sudo apt-get install automake
This also will install Autoreconf and Autoconf for you.
To check version of automake: automake --version.

Saturday, January 17, 2015

D-BUS example

D-BUS is a framework developed for IPC method (inter-process communication) in Linux. Below is a example for how to setup, implement and build an application using gdbus.