search for: c1_loop

Displaying 4 results from an estimated 4 matches for "c1_loop".

Did you mean: _loop
2008 Jan 05
0
Assembly on Mac OS needs to be relocatable
...LIC_NEEDS_UNDERSCORE + %idefine code_section section .text + %idefine data_section section .data + %idefine bss_section section .bss I can get it compiling, but when it tries to link the libFLAC dylib, it complains: ld: warning codegen in FLAC__bitreader_read_rice_signed_block_asm_ia32_bswap.c1_loop (offset 0x0000003A) prevents image from loading in dyld shared cache ld: warning codegen in FLAC__bitreader_read_rice_signed_block_asm_ia32_bswap.c1_next2 (offset 0x00000012) prevents image from loading in dyld shared cache ld: warning codegen in FLAC__bitreader_read_rice_signed_block_asm_i...
2009 Mar 22
2
Build FLAC source on Mac OS X without Xcode?
...; make && make install". But unfortunately this failed with the error mentioned below. Any hints on how to get FLAC build correctly on Mac OS X without Xcode? Thanks Jens ...ld: absolute addressing (perhaps -mdynamic-no-pic) used in FLAC__bitreader_read_rice_signed_block_asm_ia32_bswap.c1_loop from .libs/libFLAC.lax/libFLAC-asm.a/bitreader_asm.o not allowed in slidable imagecollect2: ld returned 1 exit statusmake[4]: *** [libFLAC.la] Error 1make[3]: *** [all-recursive] Error 1make[2]: *** [all-recursive] Error 1make[1]: *** [all-recursive] Error 1make: *** [all] Error 2 (I have shortened...
2009 Mar 22
2
Build FLAC source on Mac OS X without Xcode?
...; make && make install". But unfortunately this failed with the error mentioned below. Any hints on how to get FLAC build correctly on Mac OS X without Xcode? Thanks Jens ...ld: absolute addressing (perhaps -mdynamic-no-pic) used in FLAC__bitreader_read_rice_signed_block_asm_ia32_bswap.c1_loop from .libs/libFLAC.lax/libFLAC-asm.a/bitreader_asm.o not allowed in slidable imagecollect2: ld returned 1 exit statusmake[4]: *** [libFLAC.la] Error 1make[3]: *** [all-recursive] Error 1make[2]: *** [all-recursive] Error 1make[1]: *** [all-recursive] Error 1make: *** [all] Error 2 (I have shortened...
2009 Mar 22
0
Build FLAC source on Mac OS X without Xcode?
...ke && make install". But unfortunately this failed with the error mentioned below. Any hints on how to get FLAC build correctly on Mac OS X without Xcode? Thanks Jens ...ld: absolute addressing (perhaps -mdynamic-no-pic) used in FLAC__bitreader_read_rice_signed_block_asm_ia32_bswap.c1_loop from .libs/libFLAC.lax/libFLAC-asm.a/bitreader_asm.o not allowed in slidable imagecollect2: ld returned 1 exit statusmake[4]: *** [libFLAC.la] Error 1make[3]: *** [all-recursive] Error 1make[2]: *** [all-recursive] Error 1make[1]: *** [all-recursive] Error 1make: *** [all] Error 2 (I have...