Show Posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.


Messages - doc

Pages: 1 ... 11 12 [13]
181
Linux Applications / What happened to Sharp\'s Developer\'s site???
« on: March 31, 2004, 11:14:34 am »
No problem... I made the cylon tux and put it up on http://www.tuxgallery.org/tux18.html

Not only tuxlon.jpg...but I also added tuxfett.jpg tuxtrooper.jpg and tuxvader.jpg...check it out...

P.S. There\'s also a cool tuxhomer.jpg there...I noticed you have a homer \"doh\" for your pic.

182
Linux Applications / What happened to Sharp\'s Developer\'s site???
« on: March 30, 2004, 07:04:43 pm »
Sharp\'s developer website has been defunct for a while now.   It has been under construction for ages.  When is it coming back?  Is it coming back?

 :cry:

183
Deals and Great Z Buys / SD Memory and Stylus
« on: March 22, 2004, 05:43:41 pm »
Found a relatively good deal $58 US free shipping for  a 256M SD card
at http://www.amazon.com

Also a cool \"lighted stylus/ballpoint\" at:
http://store.yahoo.com/pda-mart/st-stylus-d-treo.html

I think for the 5500 only.

Still wondering about the mic/headset single port...see previous thread \"Zaurus 5500 Accessories\"

Cheers,

184
Deals and Great Z Buys / Zaurus 5500 Accessories?
« on: March 22, 2004, 10:36:33 am »
I also noticed there is only one connector for a mic/headset?

Is there such a product that is both a mic and a headset that plugs in
the same single connector?

All the ones I see on Amazon have 2 connectors, and if you wanted
to use the headset, you plug that in...and then if you want to use the mic,
you\'d have to switch it.

I doubt I really need the mic, but it might be cool.

Thanks again,

185
Deals and Great Z Buys / Zaurus 5500 Accessories?
« on: March 21, 2004, 08:59:12 pm »
Anyone know of anyplace to buy accessories for the 5500 on-line for good prices?

I just bought a 5500 on ebay and the stylus broke.  I superglued it, but would like to get a couple spares.  Along with some screen protectors and maybe a case.

Thanks,[size=18][/size]

186
Qt/Qtopia / Cross-Compile Basic Path Problem...help!!!
« on: March 17, 2004, 10:21:46 am »
I should have paid more attention to:

http://www.zaurususergroup.com/index.php?n...viewtopic&t=431

Basically I got it to compile by commenting out the LD_LIBRARY_PATH in the dev-arm-qpe.sh script, and adding the following line to the example.pro file:

TMAKE_LIBS = -luuid -ljpeg

I didn\'t change the tmake.conf in either directory (x86 or arm) and it works with qt 1.7 right out of the tar file.

Now...on to more interesting matters...

Thanks again for your help.  I wonder when Sharp is going to have their developers web back up again?????

Doc

187
Qt/Qtopia / Cross-Compile Basic Path Problem...help!!!
« on: March 17, 2004, 09:35:16 am »
yes/no
libuuid.so is in /opt/Qtopia/sharp/lib which is in the -L on the compile...

/opt/Qtopia/sharp/lib/libuuid.sh -] libuuid.so.1.2
/opt/Qtopia/sharp/lib/libuuid.so.1 -] libuuid.so.1.2
/opt/Qtopia/sharp/lib/libuuid.so.1.2

Same with libjpeg...

/opt/Qtopia/sharp/lib/libjpeg.so -] libjpeg.so.62
/opt/Qtopia/sharp/lib/libjpeg.so.62

How in the heck do you guys that actually cross-compile do it?

188
Qt/Qtopia / Cross-Compile Basic Path Problem...help!!!
« on: March 17, 2004, 08:25:40 am »
Ok, no go still.  The script may be wrong but here is what I found...

If I comment out LD_LIBRARY_PATH in the dev-x86-qpe.sh script, it will compile but when I try to run it using ./example -qws it doesn\'t work...so I put it back in.

If I comment out LD_LIBRARY_PATH in the dev-arm-qpe.sh script, it still gets link errors, but different ones...

arm-linux-gcc  -o example main.o example.o examplebase.o moc_example.o moc_examp lebase.o  -L/opt/Qtopia/sharp/lib -L/opt/Qtopia/sharp/lib -lqpe -lqtopia -lqte
/opt/Embedix/tools/arm-linux/bin/ld: warning: libuuid.so.1, needed by /opt/Qtopi a/sharp/lib/libqtopia.so, not found (try using -rpath or -rpath-link)
/opt/Embedix/tools/arm-linux/bin/ld: warning: libjpeg.so.62, needed by /opt/Qtop ia/sharp/lib/libqte.so, not found (try using -rpath or -rpath-link)
/opt/Qtopia/sharp/lib/libqte.so: undefined reference to `jpeg_read_scanlines\'
/opt/Qtopia/sharp/lib/libqte.so: undefined reference to `jpeg_set_defaults\'
/opt/Qtopia/sharp/lib/libqte.so: undefined reference to `jpeg_start_decompress\'
/opt/Qtopia/sharp/lib/libqte.so: undefined reference to `jpeg_destroy_decompress \'
/opt/Qtopia/sharp/lib/libqte.so: undefined reference to `jpeg_std_error\'
/opt/Qtopia/sharp/lib/libqte.so: undefined reference to `jpeg_CreateDecompress\'
/opt/Qtopia/sharp/lib/libqtopia.so: undefined reference to `uuid_generate\'
/opt/Qtopia/sharp/lib/libqte.so: undefined reference to `jpeg_read_header\'
/opt/Qtopia/sharp/lib/libqte.so: undefined reference to `jpeg_start_compress\'
/opt/Qtopia/sharp/lib/libqte.so: undefined reference to `jpeg_destroy_compress\'
/opt/Qtopia/sharp/lib/libqte.so: undefined reference to `jpeg_finish_decompress\'
/opt/Qtopia/sharp/lib/libqte.so: undefined reference to `jpeg_resync_to_restart\'
/opt/Qtopia/sharp/lib/libqte.so: undefined reference to `jpeg_CreateCompress\'
/opt/Qtopia/sharp/lib/libqte.so: undefined reference to `jpeg_finish_compress\'
/opt/Qtopia/sharp/lib/libqte.so: undefined reference to `jpeg_set_quality\'
/opt/Qtopia/sharp/lib/libqte.so: undefined reference to `jpeg_write_scanlines\'
collect2: ld returned 1 exit status
make: *** [example] Error 1

My scripts now look like this:

#!/bin/bash
# dev-x86-qpe.sh script

CROSSCOMPILE=/opt/Embedix/tools/arm-linux/bin:/opt/Embedix/tools/bin
QPEDIR=/opt/Qtopia
QTDIR=/opt/Qtopia
PATH=${QTDIR}/bin:${QPEDIR}/bin:${PATH}:${CROSSCOMPILE}
TMAKEPATH=/opt/Qtopia/tmake/lib/qws/linux-x86-g++/
LD_LIBRARY_PATH=${QTDIR}/lib:${LD_LIBRARY_PATH}
export QPEDIR QTDIR PATH TMAKEPATH LD_LIBRARY_PATH
echo \"Altered environment for Sharp Zaurus Development x86\"

#!/bin/bash
# dev-arm-qpe.sh script

CROSSCOMPILE=/opt/Embedix/tools/arm-linux/bin:/opt/Embedix/tools/bin
QPEDIR=/opt/Qtopia/sharp
QTDIR=/opt/Qtopia/sharp
PATH=${QTDIR}/bin:${QPEDIR}/bin:${CROSSCOMPILE}:${PATH}
TMAKEPATH=/opt/Qtopia/tmake/lib/qws/linux-sharp-g++/
#LD_LIBRARY_PATH=${QTDIR}/lib:${LD_LIBRARY_PATH}
export QPEDIR QTDIR PATH TMAKEPATH LD_LIBRARY_PATH
echo \"Altered environment for Sharp Zaurus Development ARM\"

Thanks again for your help guys!

Doc

189
Qt/Qtopia / Cross-Compile Basic Path Problem...help!!!
« on: March 16, 2004, 06:33:22 pm »
I\'ll try it asap, and post again tomorrow.  

I was on the right track, and would have figured it out sooner or later,
I was just going to try commenting out various differences in the arm vs. the x86 script and once I got a compile send it on down and try the executable.  

This will definitely save time.

Doc

190
Qt/Qtopia / Cross-Compile Basic Path Problem...help!!!
« on: March 16, 2004, 03:04:43 pm »
That didn\'t seem to work, but it sounds like that is a starting point to look.

191
Qt/Qtopia / Cross-Compile Basic Path Problem...help!!!
« on: March 16, 2004, 02:44:00 pm »
I\'m trying to cross-compile just the basic Qtopia example.  I followed the instructions for \"Red Hat 9\" and am able to get the qvfb x86 version working, but when I source the dev-arm-qpe.sh script, I can\'t do anything.

I try to build the Makefile using \"tmake -o Makefile example.pro\"
and get the message:

/usr/bin/perl: error while loading shared libraries: /opt/Qtopia/sharp/lib/libc.so.6: ELF file OS ABI invalid

Even just doing an \"ls\" I get errors!

ls: error while loading shared libraries: /opt/Qtopia/sharp/lib/libc.so.6: ELF file OS ABI invalid

I\'m sure it is a path problem, when I run the dev-x86-qpe.sh script, everything works just fine and my paths look like:

echo $LD_LIBRARY_PATH
/opt/Qtopia/lib:/usr/local/lib:/home/mcdoc/lib:

echo $PATH
/opt/Qtopia/bin:/opt/Qtopia/bin:/home/mcdoc/bin:/usr/kerberos/bin:/usr/local/bin:/usr/bin:/bin:/usr/X11R6/bin:/usr/java/j2re1.4.2_02/bin:.:/opt/Embedix/tools/arm-linux/bin

When I run the dev-arm-qpe.sh script my paths look like:

echo $LD_LIBRARY_PATH
/opt/Qtopia/sharp/lib:/usr/local/lib:/home/mcdoc/lib:

echo $PATH
/opt/Qtopia/sharp/bin:/opt/Qtopia/sharp/bin:/opt/Embedix/tools/arm-linux/bin:/home/mcdoc/bin:/usr/kerberos/bin:/usr/local/bin:/usr/bin:/bin:/usr/X11R6/bin:/usr/java/j2re1.4.2_02/bin:.

Am I seriously overlooking something???

Can anyone clue me in???

Thanks,
Doc

Pages: 1 ... 11 12 [13]