All Downloads are FREE. Search and download functionalities are using the official Maven repository.

eu.mihosoft.vtcc.tccdist.windows.x86.tcc.tcc.exe Maven / Gradle / Ivy

The newest version!
MZ????@???	?!?L?!This program cannot be run in DOS mode.

$PEL`*6Z?&(`@@?>? ??	?.textx%& 0`.data?@*@0?.rdata?P,@[email protected]?p?0?.idata?	?
D@0?.CRT4?N@0?.tls ?P@0?U??]?U???(?(p@?D$p@?D$p@?D$p@?p@?@@?$p@?D$?v#?p@??U1҉??f?=@MZ?0p@?4p@?8p@?@p@uP?
<@??@PE??@u8?Hf??t	f??u'??xtv???????xlv
??????҃=Dp@?p@t	?$??$??"?$??????Hp@??s@??s@?L?@???=p@t ?=Lp@u?$P,@?8?@?Lp@1???U1???WVS??|?=Dp@?U????t
?$??@Sd??5?@?X?9?t*?$???Q?D$?\$?$?s@??!??u?1?????s@Hu?$??!?3??s@??u ?D$?@?$?@??s@??!?
?p@??s@Hu?D$?@?$?@?!??s@??u?D$?$?s@?f!??d@??t?D$?D$?$?Ѓ??Q?$@??@?܁@R? p@?$P@?Ӆ?Wu.?$P@?Ӆ?Vu ?$P@?Ӆ?Su?$P@???@??Qt ?D$#P@?$???@??RRt	?$@???V?=Dp@tT?-u=?D$?Q@?4$???tF?D$?Q@?4$???uKC;]tE???D$?????????????u-?t$???????$?y?
Dž????C;]|???????u?T?@?$?Q@??@?D$?N????????uT???????$?????????$?D$??D$.?$?h??u?D$?$?<?D$=R@?$???????????????D$?t$?D$?D$?P@?\$?$??@????u?ލE?D$?4$?????u?}?uJ??????Q@tK??Q@t??Q@???Q@?D$?T?@?t$?D$BR@??@?$?g?????????t?t$?$XR@????????D$?P@?<$?????????u!?T?@?|$?D$_R@??@?$???4$??D$?R@?D$???????$???u?1??4?????????t$???????D$?R@?$????1?򮋕????B??΀>uǃ?????t9????Q@??Q@?D$???????T$?D$?$?R@?3?
?e??[^_]Ë??????$?q??U?L??WVS?o?E??$????R@)؃}@u??R@???????T$?\$?D$?D$?R@?D$?4$?`?@?t$?$?????4?U?2???????????????D$"?$???????????????1??Dž??????I???????????????????'??t?‰?)????????f?\"?_????????p?D$"?4$?v??uŅ?t?t$?$?????????????????????@?$???????뀃?????????????????????%????U???????D$?$?T$?d?@????E?t#?D$?E??D$?$?H?@?E?$?]???????D$?$?R@?_U??WVS??,?u?}??u7?E???????$?@?U?D$?R@?D$?4$?T$)ЉD$?`?@??t?t$?$?R@???D$?R@?4$?????u?t$?$S@???E1??D$S@?$?D$???????F?D$S@?$?D$??;?|ډ\$?$
??$????,[^_]?U????W1?VS??D???T?@?D$ ?D$,?? ?D$(??@?D$?E?D$?ƋD$,	?????u?$"S@?o????u?$?Z@f??U????@t?? u?D$8?t$?$?D$?????;t?$}c@?!??u?D$8?$?D$?D$
can't read symbolscan't find fileunknown file typeno symbols found ins-v-ousage: tcc -impdef library.dll [-v] [-o outputfile]
create export definition file (.def) from dll
.deftcc: impdef: %s '%s'
-> %s
tcc: impdef: could not create output file: %s
LIBRARY %s

EXPORTS
%s
<- %s (%d symbol%s)
x86_64i386%.*s%s-win32-tcc.execould not run '%s'%.*s.d<- %s
wcould not open '%s'%s: \
 %s \
Tiny C Compiler 0.9.27 - Copyright (C) 2001-2006 Fabrice Bellard
Usage: tcc [options...] [-o outfile] [-c] infile(s)...
       tcc [options...] -run infile [arguments...]
General options:
  -c          compile only - generate an object file
  -o outfile  set output filename
  -run        run compiled source
  -fflag      set or reset (with 'no-' prefix) 'flag' (see tcc -hh)
  -Wwarning   set or reset (with 'no-' prefix) 'warning' (see tcc -hh)
  -w          disable all warnings
  -v -vv      show version, show search paths or loaded files
  -h -hh      show this, show more help
  -bench      show compilation statistics
  -           use stdin pipe as infile
  @listfile   read arguments from listfile
Preprocessor options:
  -Idir       add include path 'dir'
  -Dsym[=val] define 'sym' with value 'val'
  -Usym       undefine 'sym'
  -E          preprocess only
Linker options:
  -Ldir       add library path 'dir'
  -llib       link with dynamic or static library 'lib'
  -r          generate (relocatable) object file
  -shared     generate a shared library/dll
  -rdynamic   export all global symbols to dynamic linker
  -soname     set name for shared library to be used at runtime
  -Wl,-opt[=val]  set linker option (see tcc -hh)
Debugger options:
  -g          generate runtime debug info
  -b          compile with built-in memory and bounds checker (implies -g)
  -bt N       show N callers in stack traces
Misc. options:
  -x[c|a|n]   specify type of the next infile
  -nostdinc   do not use standard system include paths
  -nostdlib   do not link with standard crt and libraries
  -Bdir       set tcc's private include/library dir
  -MD         generate dependency file for make
  -MF file    specify dependency file name
  -m32/64     defer to i386/x86_64 cross compiler
Tools:
  create library  : tcc -ar [rcsv] lib.a files
  create def file : tcc -impdef lib.dll [-v] [-o lib.def]Tiny C Compiler 0.9.27 - More Options
Special options:
  -P -P1                        with -E: no/alternative #line output
  -dD -dM                       with -E: output #define directives
  -pthread                      same as -D_REENTRANT and -lpthread
  -On                           same as -D__OPTIMIZE__ for n > 0
  -Wp,-opt                      same as -opt
  -include file                 include 'file' above each input file
  -isystem dir                  add 'dir' to system include path
  -static                       link to static libraries (not recommended)
  -dumpversion                  print version
  -print-search-dirs            print search paths
  -dt                           with -run/-E: auto-define 'test_...' macros
Ignored options:
  --param  -pedantic  -pipe  -s  -std  -traditional
-W... warnings:
  all                           turn on some (*) warnings
  error                         stop after first warning
  unsupported                   warn about ignored options, pragmas, etc.
  write-strings                 strings are const
  implicit-function-declaration warn for missing prototype (*)
-f[no-]... flags:
  unsigned-char                 default char is unsigned
  signed-char                   default char is signed
  common                        use common section instead of bss
  leading-underscore            decorate extern symbols
  ms-extensions                 allow anonymous struct in struct
  dollars-in-identifiers        allow '$' in C symbols
-m... target specific options:
  ms-bitfields                  use MSVC bitfield layout
-Wl,... linker options:
  -nostdlib                     do not link with standard crt/libs
  -[no-]whole-archive           load lib(s) fully/only as needed
  -export-all-symbols           same as -rdynamic
  -image-base= -Ttext=          set base address of executable
  -section-alignment=           set section alignment in executable
  -file-alignment=              set PE file alignment
  -stack=                       set PE stack reserve
  -large-address-aware          set related PE option
  -subsystem=[console/windows]  set PE subsystem
  -oformat=[pe-* binary]        set executable output format
Predefined macros:
  tcc -E -dM - < nul
See also the manual for more details.tcc version 0.9.27 (i386 Windows)install: %s
includelibrarieslibtcc1:
  %s/libtcc1-32.a
no input files
could not write '%s'cannot specify libraries with -ccannot specify output file with -c many files-lpthreadmingwm10.dll__mingwthr_remove_key_dtor__mingwthr_key_dtorA*@Unknown error_matherr(): %s in %s(%g, %g)  (retval=%g)
Argument domain error (DOMAIN)Argument singularity (SIGN)Overflow range error (OVERFLOW)The result is too small to be represented (UNDERFLOW)Total loss of significance (TLOSS)Partial loss of significance (PLOSS)?d@?d@e@,e@be@?e@Mingw-w64 runtime failure:
  VirtualQuery failed for %d bytes at address %p  Unknown pseudo relocation protocol version %d.
  Unknown pseudo relocation bit size %d.
 s@Tp@msvcr80.dllmsvcr70.dllmsvcrt.dlllongjmpP?̈??????$?h??؂0?H?`?n?????????҃???? ?




© 2015 - 2025 Weber Informatics LLC | Privacy Policy