|
RE: QT on IM.X6q with SDP 6.6
|
03/14/2018 10:17 AM
post118670
|
RE: QT on IM.X6q with SDP 6.6
AFAIR, when /tmp was pointing to /dev/shmem, it's not good for Qt. In /dev/shmem, it's not possible to create
subdirectories, and that can be a problem for Qt. Make /tmp a writeable /tmp folder on a block device or devb ram disk
at least.
> -----Original Message-----
> From: mario sangalli [mailto:community-noreply@qnx.com]
> Sent: Wednesday, March 14, 2018 3:14 PM
> To: general-qt <general-qt@community.qnx.com>
> Subject: Re: QT on IM.X6q with SDP 6.6
>
> Hi James,
>
> the /var/run is writeable:
>
> lrwxrwxrwx 1 root root 4 Mar 13 2018 run -> /tmp
>
> and also /tmp is writable:
>
> lrwxrwxrwx 1 root root 10 Mar 13 2018 /tmp -> /dev/shmem
>
>
>
> _______________________________________________
>
> Qt General
> http://community.qnx.com/sf/go/post118669
> To cancel your subscription to this discussion, please e-mail general-qt-
> unsubscribe@community.qnx.com
|
|
|