I write this article to help other developers, who have the same problem as me.
I tried to compile a program for the Raspberry PI on Linux Mint 16 KDE 32 bit.
This program uses the Bass library (libbass.so).
When I had the version CT 4.7, I had no problem.
When I upgraded to CT 5.10, was not to compile.
However, I can compile other programs (without to use Bass libraries), without problems (for ARM) under the instructions of Mr. Sternas.
I tried about 3 days, and there was nothing. Finally, i found the solution, and I did the following settings:
1. Full uninstall CT 5.10
2. Install CT 5.10 again (option 0, setup)
3. Updating system libraries (option 0, setup)
4. Build IDE Remove & build All - Option 8
******************CT setup********************
5. CT Center -> CrossBuild -> Download Toolchains -> lin32-arm-linux-RaspberryPi
6. CT Center -> CroosBuild -> FreePascal 32bits -> FPC32 build lin32-arm-linux-RaspberryPi
7. CT Center -> Download libraries -> arm-linux-Raspbian.7z
***************Mount toolchain*****************
8. CT Center -> Toolchain builder -> arm-linux | arm | Linux, and build.
***************Libraries etc setup*************
9. For bass library, add libbass.so to /usr/lib folder (libbass.so for Linux I386 Version - Warning!)
10.Also add to program folder (libbass.so for Linux ARM Version - Warning!)
***************Paths, etc**********************
11.Add to library path -> /usr/lib/codetyphon/binLibraries/arm-linux-Raspbian/
12.Select from -> Target -> Linux> Arm> All versions except ARMV7 (Not works)
13.Add custom option - nogui, for no GUI apps or gtk2 for GUI apps.
I hope, that is useful for someone. Again many many thanks to Stefanos.
Greetings from Athens - Greece....