Thursday, August 28th 2008, 5:09pm UTC+1

You are not logged in.

  • Login
  • Register

1

Saturday, September 22nd 2007, 5:49am

Fontdir problem on target board

Hi,

I having a problem of font on my arm system.
I am using qtopia-core-4.2.2. Below is my following steps;
1) untar the qtopia-core
2) ./configure -embedded arm -depths 4,8,12,16 -shared -prefix /home/advl/21_9_2007/qtopia-core -no-cups -no-nis -xplatform qws/linux-arm-g++ -little-endian

3) make

4) make install

5) I copy the library files( libNetwork.so.4,libGui.so.4,libCore.so.4) into my /nfsroot/ramdisk_dir/lib
6) I copy the binary executable file (tutorial1/t1)
7) on my ARM board console, I try
./t1 –qws –display LinuxFb:0

It shows
QFONTBASE: cannot find definition file /home/advl/21_9_2007/qtopia-core/fonts/fontdir Qt installed correctly?
(but I saw a mouse pointer on my ARM board’s LCD)

I had check there is a fontdir (text file) in the directory /home/advl/21_9_2007/qtopia-core/fonts/fontdir.
Beside I also create a

ln –s /home/advl/21_9_2007/qtopia-core/lib/fonts /nfsroot/ramdisk_dir/lib

But it still cannot find the file. I done all these in root. Am I miss out anything? Enviroment problem?
Path? I had read some document saying that qtopia core 4 have no effect on setting the environment (for example export PATH, export QTDIR, export LD_LIBRARY).


thanks!
  • Go to the top of the page

2

Saturday, September 22nd 2007, 9:34am

RE: Fontdir problem on target board

i did an experiment of NFS...

I create a symbolic link from the server to the target and i try to access from my target. It's failed. I saw the the file from the target but cant access.
The error message is "-sh: cd: cant cd to xxx"

Looks like from nfs client, cant access symbolic link of nfs server?
can it be solve?
  • Go to the top of the page

Rate this thread