search for: outputformat

Displaying 5 results from an estimated 5 matches for "outputformat".

Did you mean: output_format
2017 Nov 13
4
How to objcopy via LLVM toolchain for armv7e-m ELF32LE?
Hi LLVM developers, As PR35281 mentioned: $ llvm-objcopy -O binary llvm-cortex-m7.elf llvm-cortex-m7.bin llvm-objcopy: 'llvm-cortex-m7.elf': The file was not recognized as a valid object file. if (ELFObjectFile<ELF64LE> *o = dyn_cast<ELFObjectFile<ELF64LE>>(&Binary)) https://github.com/llvm-mirror/llvm/blob/master/tools/llvm-objcopy/llvm-objcopy.cpp#L200
2007 Jan 20
2
FLAC CD Archive
...dded is: > > post_read () > { > # Figure out what OUTPUTFILEDIR should be > export `eval $($CDDBTOOL parse "$CDDBDATA")` > export ALBUMFILE=$(mungefilename "$DALBUM") > splitvarious > export ARTISTFILE=$(mungefilename "$TRACKARTIST") > export OUTPUTFORMAT='${ARTISTFILE}-${ALBUMFILE}/${TRACKNUM}.${TRACKFILE}' > export VAOUTPUTFORMAT='Various-${ALBUMFILE}/${TRACKNUM}.${ARTISTFILE}-${TRACKFILE}' > if [ "$VARIOUSARTISTS" = "y" ]; then > export OUTPUTFILE=$(eval echo $VAOUTPUTFORMAT) > else >...
2005 Mar 03
2
table lookup?
...tep_infos` ( `id` int(10) unsigned NOT NULL auto_increment, `Name` varchar(45) NOT NULL default '''', `ClassName` varchar(100) NOT NULL default '''', `Description` varchar(45) default NULL, `InputFormat` varchar(45) NOT NULL default '''', `OutputFormat` varchar(45) NOT NULL default '''', `DocURL` varchar(45) default NULL, PRIMARY KEY (`id`) ) ENGINE=MyISAM DEFAULT CHARSET=latin1; what I want to do is provide a lookup. stepInfo is "metadata" that rarely changes. an instance of stepInfo can be used many times in step...
2006 Sep 26
4
FLAC CD Archive
I have read some posts about using FLAC to archive CD collections and would like to get some feedback. I am torn between creating a bin and cue file with CDDB info and compressing that down with FLAC as a single file or the second method of ripping all the files out to wav and converting to FLAC and maybe saving the cue file in attempt to use it later. The first method I believe will pretty much
2007 Jul 05
2
[LLVMdev] PATCH (rest of code changes) "bytecode" --> "bitcode"
Here is the bulk of the sanitizing. My residual doubts center around the question whether we still do/want to support (un)compressed *byte*code in 2.0/2.1. I need a definitive word on this to proceed. My understanding is that bytecode is already gone, but there are still some functions/enums that really deal with *byte*code (instead of *bit*code). I did not touch those areas, so the attached