sox-devel@lists.sourceforge.net unofficial mirror
 help / color / mirror / code / Atom feed
* Hi, I got a problem when compile sox
@ 2014-04-28  4:17 tian
  2014-04-29  9:36 ` 回复: " tian
  0 siblings, 1 reply; 2+ messages in thread
From: tian @ 2014-04-28  4:17 UTC (permalink / raw)
  To: sox-devel


[-- Attachment #1.1: Type: text/plain, Size: 1760 bytes --]

Hi, I got a problem when compile sox. please help me , thanks.
[armeabi] SharedLibrary  : libsox.so
/Users/tian/Documents/adt/android-ndk-r9c/toolchains/arm-linux-androideabi-4.6/prebuilt/darwin-x86_64/bin/../lib/gcc/arm-linux-androideabi/4.6/../../../../arm-linux-androideabi/bin/ld: /Users/tian/Desktop/sox-14.4.1/obj/local/armeabi/objs/sox/formats.o: in function s_sox_format_fns:formats.c(.data.rel+0x16c): error: undefined reference to 'lsx_coreaudio_format_fn'
/Users/tian/Documents/adt/android-ndk-r9c/toolchains/arm-linux-androideabi-4.6/prebuilt/darwin-x86_64/bin/../lib/gcc/arm-linux-androideabi/4.6/../../../../arm-linux-androideabi/bin/ld: /Users/tian/Desktop/sox-14.4.1/obj/local/armeabi/objs/sox/effects.o: in function s_sox_effect_fns:effects.c(.data.rel+0x44): error: undefined reference to 'lsx_downsample_effect_fn'
/Users/tian/Documents/adt/android-ndk-r9c/toolchains/arm-linux-androideabi-4.6/prebuilt/darwin-x86_64/bin/../lib/gcc/arm-linux-androideabi/4.6/../../../../arm-linux-androideabi/bin/ld: /Users/tian/Desktop/sox-14.4.1/obj/local/armeabi/objs/sox/effects.o: in function s_sox_effect_fns:effects.c(.data.rel+0x70): error: undefined reference to 'lsx_hilbert_effect_fn'
/Users/tian/Documents/adt/android-ndk-r9c/toolchains/arm-linux-androideabi-4.6/prebuilt/darwin-x86_64/bin/../lib/gcc/arm-linux-androideabi/4.6/../../../../arm-linux-androideabi/bin/ld: /Users/tian/Desktop/sox-14.4.1/obj/local/armeabi/objs/sox/effects.o: in function s_sox_effect_fns:effects.c(.data.rel+0xf8): error: undefined reference to 'lsx_upsample_effect_fn'
collect2: ld returned 1 exit status
make: *** [/Users/tian/Desktop/sox-14.4.1/obj/local/armeabi/libsox.so] Error 1


--  
tian
已使用 Sparrow (http://www.sparrowmailapp.com/?sig)


[-- Attachment #1.2: Type: text/html, Size: 2843 bytes --]

[-- Attachment #2: Type: text/plain, Size: 388 bytes --]

------------------------------------------------------------------------------
"Accelerate Dev Cycles with Automated Cross-Browser Testing - For FREE
Instantly run your Selenium tests across 300+ browser/OS combos.  Get 
unparalleled scalability from the best Selenium testing platform available.
Simple to use. Nothing to install. Get started now for free."
http://p.sf.net/sfu/SauceLabs

[-- Attachment #3: Type: text/plain, Size: 158 bytes --]

_______________________________________________
SoX-devel mailing list
SoX-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/sox-devel

^ permalink raw reply	[flat|nested] 2+ messages in thread

* 回复: Hi, I got a problem when compile sox
  2014-04-28  4:17 Hi, I got a problem when compile sox tian
@ 2014-04-29  9:36 ` tian
  0 siblings, 0 replies; 2+ messages in thread
From: tian @ 2014-04-29  9:36 UTC (permalink / raw)
  To: sox-devel


[-- Attachment #1.1: Type: text/plain, Size: 2085 bytes --]

Hi,all. I know mix two wav files by sox -m a.wav b.wav out.wav
But how can i do this by c code like the example0.c or example1.c? Please help me .  


--  
tian
已使用 Sparrow (http://www.sparrowmailapp.com/?sig)


在 2014年4月28日 星期一,下午12:17,tian 写道:

> Hi, I got a problem when compile sox. please help me , thanks.
> [armeabi] SharedLibrary  : libsox.so
> /Users/tian/Documents/adt/android-ndk-r9c/toolchains/arm-linux-androideabi-4.6/prebuilt/darwin-x86_64/bin/../lib/gcc/arm-linux-androideabi/4.6/../../../../arm-linux-androideabi/bin/ld: /Users/tian/Desktop/sox-14.4.1/obj/local/armeabi/objs/sox/formats.o: in function s_sox_format_fns:formats.c(.data.rel+0x16c): error: undefined reference to 'lsx_coreaudio_format_fn'
> /Users/tian/Documents/adt/android-ndk-r9c/toolchains/arm-linux-androideabi-4.6/prebuilt/darwin-x86_64/bin/../lib/gcc/arm-linux-androideabi/4.6/../../../../arm-linux-androideabi/bin/ld: /Users/tian/Desktop/sox-14.4.1/obj/local/armeabi/objs/sox/effects.o: in function s_sox_effect_fns:effects.c(.data.rel+0x44): error: undefined reference to 'lsx_downsample_effect_fn'
> /Users/tian/Documents/adt/android-ndk-r9c/toolchains/arm-linux-androideabi-4.6/prebuilt/darwin-x86_64/bin/../lib/gcc/arm-linux-androideabi/4.6/../../../../arm-linux-androideabi/bin/ld: /Users/tian/Desktop/sox-14.4.1/obj/local/armeabi/objs/sox/effects.o: in function s_sox_effect_fns:effects.c(.data.rel+0x70): error: undefined reference to 'lsx_hilbert_effect_fn'
> /Users/tian/Documents/adt/android-ndk-r9c/toolchains/arm-linux-androideabi-4.6/prebuilt/darwin-x86_64/bin/../lib/gcc/arm-linux-androideabi/4.6/../../../../arm-linux-androideabi/bin/ld: /Users/tian/Desktop/sox-14.4.1/obj/local/armeabi/objs/sox/effects.o: in function s_sox_effect_fns:effects.c(.data.rel+0xf8): error: undefined reference to 'lsx_upsample_effect_fn'
> collect2: ld returned 1 exit status
> make: *** [/Users/tian/Desktop/sox-14.4.1/obj/local/armeabi/libsox.so] Error 1
>  
>  
> --  
> tian
> 已使用 Sparrow (http://www.sparrowmailapp.com/?sig)
>  


[-- Attachment #1.2: Type: text/html, Size: 3945 bytes --]

[-- Attachment #2: Type: text/plain, Size: 388 bytes --]

------------------------------------------------------------------------------
"Accelerate Dev Cycles with Automated Cross-Browser Testing - For FREE
Instantly run your Selenium tests across 300+ browser/OS combos.  Get 
unparalleled scalability from the best Selenium testing platform available.
Simple to use. Nothing to install. Get started now for free."
http://p.sf.net/sfu/SauceLabs

[-- Attachment #3: Type: text/plain, Size: 158 bytes --]

_______________________________________________
SoX-devel mailing list
SoX-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/sox-devel

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2014-04-29  9:37 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2014-04-28  4:17 Hi, I got a problem when compile sox tian
2014-04-29  9:36 ` 回复: " tian

Code repositories for project(s) associated with this public inbox

	https://80x24.org/mirrors/sox.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).