Forum Topic - Qt Target Library Location?: Page 2 of 2 (32 Items)
   
Re: Qt Target Library Location?  
Hi Dennis,

thanks for answers but I could not find fs-qnx4.so in shared library. ı searched this library on google but i found 
only one page http://www.qnx.com/developers/docs/6.3.2/neutrino/utilities/f/fs-qnx4.so.html.

Where can I find the library?

Re: Qt Target Library Location?  
also As far as I understand, i will add this code bsh file 
code:    "devb-ram ram capacity=8192 &"

i will runing this code on command prompt

dinit -hq /dev/hd1t77
mount /dev/hd1t77 /ramdisk
export TMPDIR=/ramdisk

or i will add all code to bsh file?

Do I understand correctly?
Re: Qt Target Library Location?  
Hi Dennis,

I created ramdisk. 

Looks like you forgot "waitfor" command. I added waitfor commands and i have created ramdsik.

 devb-ram ram capacity=8192 & 
 waitfor /dev/hd1
 dinit -hq /dev/hd1t77
 mount /dev/hd1t77 /ramdisk
 export TMPDIR=/ramdisk

Thanks for help
Re: Qt Target Library Location?  
Yes, in a script you need waitfor.  When creating by hand from a shell you can't use waitfor as you noted previously.
Re: Qt Target Library Location?  
Hi Dennis,

I get an error when copying helloworld app. 
Error: "cp: Ran out of disk space writing /ramdisk/helloapp."

You can look follwoning link for my steps.

http://www.youtube.com/watch?v=BeOWvx49Q2Q
Re: Qt Target Library Location?  
Hi Dennis,

As far as I understand, we have created 8 Mb ramdisk this command "devb-ram ram capacity=8192 & "

but my application 11,3MB. İf I created 16MB ramdisk this command ""devb-ram ram capacity=8192 & " mDoes any problem 
occurs for qnx target system?

Re: Qt Target Library Location?  
I wrote previous command incorrectly

the command must be as follows   "devb-ram ram capacity=16384 &"