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.


Topics - hp1109

Pages: [1]
1
Archos forum / Does Your Pma400 Take This Command?
« on: March 13, 2006, 12:06:44 pm »
Hi All,

    I'm trying some simple stuff on my PMA400. It's strange to see that the sound card /dev/dsp doesn't work very well.
    I started a terminal, and tried $cat somesoundfile > /dev/dsp. This playback worked well. However, the recording command, $cat /dev/dsp > soundfile, didn't record anything. I opened this output soundfile with a audio editing program, it showed a flat line. BTW, all hardware recording settings were good.
   Does your PMA400 works well on this command?
   Help guys help.  

2
Qt/Qtopia / Pma400 Sdk And Qtopia 1.7 Sdk Linking Error
« on: March 09, 2006, 11:52:28 am »
I'm tring to build a console app on pma400, and i simply included "audiodevice.h". The following lines are compiler commands and error messages.

arm-linux-g++ -c -pipe -DQWS -fno-exceptions -fno-rtti -Wall -W -O2 -DNO_DEBUG -I/opt/Qtopia/arm/include -o ArchosAudio.o ArchosAudio.cpp
arm-linux-g++ -o ArchosAudio ArchosAudio.o -L/opt/PMA400/lib -larchos -lcsl -laimaging -L/opt/Qtopia/arm/lib -lqtopia -lqte -lqpe -ljpeg -luuid

/opt/PMA400/lib/libarchos.so: undefined reference to `QExclusiveLock::unlock(QExclusiveLock::Type)'
/opt/PMA400/lib/libarchos.so: undefined reference to `QWSDisplay::fblock'
/opt/PMA400/lib/libarchos.so: undefined reference to 'QExclusiveLock::lock(QExclusiveLock::Type)'

anyone has any idea how this happened. plz help  

Thanks

3
Archos forum / Pma400 Sdk And Qtopia 1.7 Sdk Compiling Error
« on: March 08, 2006, 07:33:06 pm »
I'm tring to build a console app on pma400, and i simply included "audiodevice.h". The following error occured.

arm-linux-g++ -c -pipe -DQWS -fno-exceptions -fno-rtti -Wall -W -O2 -DNO_DEBUG -I/opt/Qtopia/arm/include -o ArchosAudio.o ArchosAudio.cpp
arm-linux-g++  -o ArchosAudio ArchosAudio.o  -L/opt/PMA400/lib -larchos -lcsl -laimaging -L/opt/Qtopia/arm/lib -lqtopia -lqte -lqpe -ljpeg -luuid

/opt/PMA400/lib/libarchos.so: undefined reference to `QExclusiveLock::unlock(QExclusiveLock::Type)'
/opt/PMA400/lib/libarchos.so: undefined reference to `QWSDisplay::fblock'
/opt/PMA400/lib/libarchos.so: undefined reference to 'QExclusiveLock::lock(QExclusiveLock::Type)'

anyone has any idea how this happened. plz help  

Thanks

Pages: [1]