search for: cpplib

Displaying 11 results from an estimated 11 matches for "cpplib".

2002 Oct 30
2
[LLVMdev] problems with llvmgcc
.../dcs/projects/cs426/Software/gcc_install/bin/../lib/gcc-lib/llvm/3.1/ -D__GNUC__=3 -D__GNUC_MINOR__=1 -D__GNUC_PATCHLEVEL__=0 -D__llvm__ -D__llvm__ -Asystem=unix -Asystem=bsd -D__STDC_HOSTED__=1 he.c -quiet -dumpbase he.c -version -o /var/tmp//ccobi9kx.s GNU CPP version 3.1 20010410 (experimental) (cpplib) (llvm) GNU C version 3.1 20010410 (experimental) (llvm) compiled by GNU C version 2.95.3 20010315 (release). ignoring nonexistent directory "/usr/dcs/projects/cs426/Software/gcc_install/llvm/sys-include" ignoring nonexistent directory "/home/vadve/lattner/cvs/gcc_install_spa...
2013 Mar 19
1
flac 1.3.0pre2 pre-release
...lib > --disable-dependency-tracking --enable-thorough-tests > --enable-exhaustive-tests --disable-valgrind-testing --disable-static > --disable-dependency-tracking --disable-debug --enable-sse --disable-3dnow > --disable-altivec --disable-doxygen-docs --disable-xmms-plugin > --enable-cpplibs --enable-ogg > > *make fullcheck:* > This test fails with 'test_flac.sh': > > Testing --keep-foreign-metadata... > round-trip test (wacky1.wav) encode... NOTE: --keep-foreign-metadata is a > new feature; make sure to test the output file before deleting the original. &...
2013 Mar 14
4
flac 1.3.0pre2 pre-release
Janne Hyv?rinen wrote: > > On 14.3.2013 9:37, Erik de Castro Lopo wrote: > > Janne Hyv?rinen wrote: > > > >> The patch was made from the published pre2 version. It missed the MinGW > >> changes that were applied to git version. > > Patch applied. Thanks. > > > > Erik > > Unfortunately with this commit the LRN's patch from commit
2017 Oct 19
0
FLAC on ARM Cortex-M4
...stall autoconf, automake, and libtool. autogen.sh succeeded and I was able to create my makefiles using the following: *./configure --build=x86_64-apple-darwin16.7.0 --host=arm-none-eabi --prefix=$PWD/export CFLAGS="-O3 -mthumb -mcpu=cortex-m4 -lc -lrdimon -specs=rdimon.specs" --disable-cpplibs --disable-ogg --disable-oggtest --disable-examples --disable-xmms-plugin* * Configuration summary :* * FLAC version : ........................ 1.3.2* * Host CPU : ............................ arm* * Host Vendor : ......................... none* * Host OS : ............................
2002 Oct 31
1
[LLVMdev] problems with llvmgcc
...t; > b/llvm/3.1/ > > -D__GNUC__=3 -D__GNUC_MINOR__=1 -D__GNUC_PATCHLEVEL__=0 > > -D__llvm__ -D__llvm__ -Asystem=unix -Asystem=bsd > > -D__STDC_HOSTED__=1 he.c -quiet -dumpbase he.c -version -o > > /var/tmp//ccobi9kx.s GNU CPP version 3.1 20010410 > > (experimental) (cpplib) (llvm) GNU C version 3.1 20010410 > > (experimental) (llvm) > > compiled by GNU C version 2.95.3 20010315 (release). > > ignoring nonexistent directory > > "/usr/dcs/projects/cs426/Software/gcc_install/llvm/sys-include" > > ignoring nonexistent direc...
2013 Mar 19
0
flac 1.3.0pre2 pre-release
...etc --localstatedir=/var/lib --disable-dependency-tracking --enable-thorough-tests --enable-exhaustive-tests --disable-valgrind-testing --disable-static --disable-dependency-tracking --disable-debug --enable-sse --disable-3dnow --disable-altivec --disable-doxygen-docs --disable-xmms-plugin --enable-cpplibs --enable-ogg *make fullcheck:* This test fails with 'test_flac.sh': Testing --keep-foreign-metadata... round-trip test (wacky1.wav) encode... NOTE: --keep-foreign-metadata is a new feature; make sure to test the output file before deleting the original. decode... NOTE: --keep-foreign-met...
2002 Oct 30
0
[LLVMdev] problems with llvmgcc
...stall/bin/../lib/gcc-li > b/llvm/3.1/ > -D__GNUC__=3 -D__GNUC_MINOR__=1 -D__GNUC_PATCHLEVEL__=0 > -D__llvm__ -D__llvm__ -Asystem=unix -Asystem=bsd > -D__STDC_HOSTED__=1 he.c -quiet -dumpbase he.c -version -o > /var/tmp//ccobi9kx.s GNU CPP version 3.1 20010410 > (experimental) (cpplib) (llvm) GNU C version 3.1 20010410 > (experimental) (llvm) > compiled by GNU C version 2.95.3 20010315 (release). > ignoring nonexistent directory > "/usr/dcs/projects/cs426/Software/gcc_install/llvm/sys-include" > ignoring nonexistent directory > "/home...
2012 Feb 01
2
xiph flac git build fails out of the box
...mpd-release-utils/build-dir/var --sharedstatedir=/home/avuton/src/mpd-release-utils/build-dir/com --mandir=/home/avuton/src/mpd-release-utils/build-dir/man --infodir=/home/avuton/src/mpd-release-utils/build-dir/info --disable-dependency-tracking --disable-doxygen-docs --disable-xmms-plugin --enable-cpplibs --enable-ogg --disable-oggtest --snip-- make[4]: Entering directory `/home/avuton/src/mpd-release-utils/src/flac.git/src/libFLAC' CC bitmath.lo /bin/bash ../../libtool --silent --tag=CC --mode=compile i586-mingw32msvc-gcc -DHAVE_CONFIG_H -I. -I../.. -DFLaC__INLINE=inline -DNDEBUG -I.....
2008 May 30
3
regarding vorbis tool
hi, i am trying to load vorbis tool on to my arm board EDB9302 , till now i have cross compiled libao, libogg, libvorbis, flac, speex and vorbis tool. when i run the command line arm-linux-ogg123 with some sample ogg format file on my arm board it gave *"Could not load default driver and no driver specified in config file : Exiting"* , please help me to over come this error.
2002 Oct 29
2
[LLVMdev] problems with llvmgcc
Dear llvm, I just tried to compile a simple file hello.c. But each time I used llvmgcc hello.c, it gave me the following error: xli3|csil-suna33|~/cs426|[13]% llvmgcc hello.c as: error opening '/var/tmp//ccapglpE.o': file exists! Use -f command line argument to force output I really got confused. Could you please let me know what's wrong? thanks, Jerry
2015 Apr 16
2
[LLVMdev] Compile SPEC2006 with clang-3.2, multi definition errors.
...nds details clang -g -DSPEC_CPU -DNDEBUG -DSPEC_CPU_LP64 -I. -DHTYU -DSPEC_CPU_LINUX alloca.bc asprintf.bc vasprintf.bc c-parse.bc c-lang.bc attribs.bc c-errors.bc c-le x.bc c-pragma.bc c-decl.bc c-typeck.bc c-convert.bc c-aux-info.bc c-common.bc c-format.bc c-semantics.bc c-objc-common.bc main.bc cpplib.bc cpplex.bc cppmacr o.bc cppexp.bc cppfiles.bc cpphash.bc cpperror.bc cppinit.bc cppdefault.bc line-map.bc mkdeps.bc prefix.bc version.bc mbchar.bc alias.bc bb-reorder.bc bitmap .bc builtins.bc caller-save.bc calls.bc cfg.bc cfganal.bc cfgbuild.bc cfgcleanup.bc cfglayout.bc cfgloop.bc cfgrtl.bc co...