This chapter tries to give answers to questions, that arrived during the installation process. It is not complete, but I will try to update it frequently.
.bashrc in the roots directory..profile and .bashrc from your user home directory
to the root home directory.To do this, reset your iPAQ and press the calender-button to reach the
boot> prompt. Enter partition define root 0x100000 0xf00000 16
there if you have a 16MByte version (as described in the familiar flash guide).
After a params save the flash is cleared and you can start the installtion
by entering load root and send the familiar-complete.jffs via the rx protocol.
Go on with the normal installation procedure described above. see Installation of familiar
-I/usr/local/arm-linux/include
to your CPPFLAGS (Program/Options/CompilerOptions).
see also kdevelop/usr/lib/qt2arm
is correctly set.
see also kdevelop/usr/lib/qpearm
is correctly set.
see also kdevelop-I/where/your/includes/are to your CPPFLAGS (Program/Options/CompilerOptions).
Add -l yourlib to your Linker options (Program/Options/LinkerOptions) line and make sure
your self defined lib is located in a standard dir. If not (e.g. arm-lib dir) add
-L/where/your/libs/are to your LinkerOptions (Program/Options/CompilerOptions).
see also kdevelop