This are steps needed to do remote debugging using Anjuta IDE:
http://moblin.org/documentation/moblin-sdk/coding-tutorials/remote-debugging-anjuta
This are steps needed to do remote debugging using Anjuta IDE:
http://moblin.org/documentation/moblin-sdk/coding-tutorials/remote-debugging-anjuta
This site explains how to create a memory test application:
http://www.netrino.com/Embedded-Systems/How-To/Memory-Test-Suite-C
$ cd buildA $ sh ../icu/source/runConfigureICU MacOSX $ make $ cd ../buildB $ export PATH=$PATH:/home/alan/SW/icu/buildA/bin $ export PATH="$PATH:/opt/freescale/usr/local/gcc-4.1.2-glibc-2.5-nptl-3/arm-none-linux-gnueabi/bin/" $ env AR=arm-none-linux-gnueabi-ar CC=arm-none-linux-gnueabi-gcc CPP=arm-none-linux-gnueabi-cpp CXX=arm-none-linux-gnueabi-g++ RANLIB=arm-none-linux-gnueabi-ranlib LD=arm-none-linux-gnueabi-ld ../icu/source/configure --host=arm-linux --with-cross-build=/home/alan/SW/icu/buildA
This tutorial explains how to create a simple navigation system for Android using google driving direction API:
http://www.anddev.org/google_driving_directions_-_mapview_overlayed-t826.html
This is a simple application to test v4l webcam:
This is one more this kind of service which starts free and soon turns to be a paid service:
http://www.jumblo.com/en/index.php
It works this way: you type your local phone number (sorry doesn’t work to cell phone) and the other phone (no cell phone again) of anywhere in the world. When it rings your phone you should accept and wait, then it will ring the other phone, then you start talk.
You can use a WARN_ON to other purpose than it main function, it can be used to debug code.
In fact just place a WARN_ON(1); in the function you want to know more information.