From 33613a85afc4b1481367fbe92a17ee59c240250b Mon Sep 17 00:00:00 2001 From: Sven Eisenhauer Date: Fri, 10 Nov 2023 15:11:48 +0100 Subject: add new repo --- .../Mikroprozessorsysteme2/ARM202U/BIN/ARMCC.ERR | 696 +++++++++++++++++++++ 1 file changed, 696 insertions(+) create mode 100644 Bachelor/Mikroprozessorsysteme2/ARM202U/BIN/ARMCC.ERR (limited to 'Bachelor/Mikroprozessorsysteme2/ARM202U/BIN/ARMCC.ERR') diff --git a/Bachelor/Mikroprozessorsysteme2/ARM202U/BIN/ARMCC.ERR b/Bachelor/Mikroprozessorsysteme2/ARM202U/BIN/ARMCC.ERR new file mode 100644 index 0000000..25593bc --- /dev/null +++ b/Bachelor/Mikroprozessorsysteme2/ARM202U/BIN/ARMCC.ERR @@ -0,0 +1,696 @@ +warn_option_r:unknown option -r%c: ignored +warn_option_f:unknown option -f%c: ignored +warn_option_g:unknown debugging option -g%c: -g assumed +warn_option_w:unknown option -w%c: ignored +warn_option_zq:unknown option -zq%c: ignored +warn_preinclude:can't open pre-include file %s (ignored) +warn_option_E:Obsolete use of '%s' to suppress errors -- use '-zu' for PCC mode +warn_option_p:unknown profile option %s: -p assumed +warn_option:unknown option %s: ignored +warn_usage_rw:undefined behaviour: $b written and read without intervening sequence point +warn_usage_ww:undefined behaviour: $b written twice without intervening sequence point +bind_warn_extern_clash:extern clash $r, $r clash (ANSI 6 char monocase) +bind_warn_unused_static_decl:unused earlier static declaration of $r +bind_warn_not_in_hdr:extern $r not declared in header +bind_warn_main_not_int:extern 'main' needs to be 'int' function +bind_warn_label_not_used:label $r was defined but not used +bind_warn_typedef_not_used:typedef $b declared but not used +bind_warn_function_not_used:function $b declared but not used +bind_warn_variable_not_used:variable $b declared but not used +bind_warn_static_not_used:static $b declared but not used +cg_warn_implicit_return:implicit return in non-void %s() +flowgraf_warn_implicit_return:implicit return in non-void function +pp_warn_triglyph:ANSI '%c%c%c' trigraph for '%c' found - was this intended? +pp_warn_nested_comment:character sequence %s inside comment +pp_warn_many_arglines:(possible error): >= %lu lines of macro arguments +pp_warn_redefinition:repeated definition of #define macro %s +pp_rerr_redefinition:differing redefinition of #define macro %s +pp_rerr_nonunique_formal:duplicate macro formal parameter: '%s' +pp_rerr_define_hash_arg:operand of # not macro formal parameter +pp_rerr_define_hashhash:## first or last token in #define body +pp_warn_ifvaldef:#ifdef %s may indicate trouble... +pp_warn_nonansi_header:Non-ANSI #include <%s> +pp_warn_bad_pragma:Unrecognised #pragma (no '-' or unknown word) +pp_warn_bad_pragma1:Unrecognised #pragma -%c +pp_warn_unused_macro:#define macro '%s' defined but not used +pp_warn_unbalanced:Unbalanced #if/#ifdef/#ifndef/#endif in file +regalloc_warn_use_before_set:$b may be used before being set +regalloc_warn_never_used:$b is set but never used +sem_warn_unsigned:ANSI surprise: 'long' $s 'unsigned' yields 'long' +sem_warn_format_type:actual type $t mismatches format '%.*s' +sem_warn_bad_format:Illegal format conversion '%%%c' +sem_warn_incomplete_format:Incomplete format string +sem_warn_format_nargs_0:Format requires 0 parameters, but %ld given +sem_warn_format_nargs_1:Format requires 1 parameter, but %ld given +sem_warn_format_nargs_n:Format requires %ld parameters, but %ld given +sem_warn_addr_array:'&' unnecessary for function or array $e +sem_warn_bad_shift:shift of $m by %ld undefined in ANSI C +sem_warn_divrem_0:division by zero: $s +sem_warn_ucomp_0:odd unsigned comparison with 0: $s +sem_warn_fp_overflow:floating point constant overflow: $s +sem_warn_implicit_constructor:implicit constructor $t() +sem_warn_cast_sametype:explicit cast to same type +sem_warn_ctor_confused:user defined constructors confusing +sem_rerr_udiad_overflow:unsigned constant overflow: $s +sem_rerr_diad_overflow:signed constant overflow: $s +sem_rerr_umonad_overflow:unsigned constant overflow: $s +sem_rerr_monad_overflow:signed constant overflow: $s +sem_rerr_implicit_cast_overflow:implicit cast (to $t) overflow +sem_rerr_implicit_cast5:$s: implicit cast of pointer loses $m qualifier +sem_rerr_too_many_args_ovld:too many arguments for overload resolution +sem_rerr_postdecr_bool:operand of $s cannot be 'bool' +sem_rerr_opequal_bool:type of left operand of $s cannot be 'bool' +sem_warn_deprecated_bool:deprecated use: operand of $s is 'bool' +sem_warn_unusual_bool:$s: constant other than 0 and 1 used as 'bool' +sem_warn_fix_fail:floating to integral conversion failed +sem_warn_index_ovfl:out-of-bound offset %ld in address +sem_warn_low_precision:lower precision in wider context: $s +sem_warn_odd_condition:use of $s in condition context +sem_warn_void_context:no side effect in void context: $s +sem_warn_olde_mismatch:argument and old-style parameter mismatch: $e +sem_warn_uncheckable_format:'format' arg. to printf/scanf etc. is variable, so cannot be checked +sem_warn_narrow_voidstar:implicit cast from (void *), C++ forbids +sem_warn_narrowing:implicit narrowing cast: $s +sem_warn_fn_cast:$s: cast between function pointer and non-function object +sem_warn_pointer_int:explicit cast of pointer to 'int' +bind_warn_unused_this_in_member:'this' unused in class member function +bind_warn_cpp_scope_differ:C++ scope may differ: $c +bind_err_extern_clash:extern clash $r, $r (linker %ld char) +bind_err_extern_clash_monocase:extern clash $r, $r (linker %ld char monocase) +bind_err_duplicate_tag:duplicate definition of $s tag $b +bind_err_reuse_tag:re-using $s tag $b as $s tag +bind_err_incomplete_tentative:incomplete tentative declaration of $r +bind_err_type_disagreement:type disagreement for $r +bind_err_duplicate_definition:duplicate definition of $r +bind_err_duplicate_label:duplicate definition of label $r - ignored +bind_err_unset_label:label $r has not been set +bind_err_undefined_static:static function $b not defined - treated as extern +bind_err_conflicting_globalreg:conflicting global register declarations for $b +fp_err_very_big:Overlarge floating point value found +fp_err_big_single:Overlarge (single precision) floating point value found +pp_err_eof_comment:EOF in comment +pp_err_eof_string:EOF in string +pp_err_eol_string:quote (%c) inserted before newline +pp_err_eof_escape:EOF in string escape +pp_err_missing_quote:Missing '%c' in pre-processor command line +pp_err_if_defined:No identifier after #if defined +pp_err_if_defined1:No ')' after #if defined(... +pp_err_rpar_eof:Missing ')' after %s(... on line %ld +pp_err_many_args:Too many arguments to macro %s(... on line %ld +pp_err_few_args:Too few arguments to macro %s(... on line %ld +pp_err_missing_identifier:Missing identifier after #define +pp_err_missing_parameter:Missing parameter name in #define %s(... +pp_err_missing_comma:Missing ',' or ')' after #define %s(... +pp_err_undef:Missing identifier after #undef +pp_err_ifdef:Missing identifier after #ifdef +pp_err_include_quote:Missing '<' or '\"' after #include +pp_err_include_junk:Junk after #include %c%s%c +pp_err_include_file:#include file %c%s%c wouldn't open +pp_err_unknown_directive:Unknown directive: #%s +pp_err_endif_eof:Missing #endif at EOF +sem_err_typeclash:Illegal types for operands: $s +sem_err_sizeof_struct:size of $c needed but not yet defined +sem_err_lvalue:Illegal in lvalue: function or array $e +sem_err_bitfield_address:bit fields do not have addresses +sem_err_lvalue1:Illegal in l-value: 'enum' constant $b +sem_err_lvalue2:Illegal in the context of an l-value: $s +sem_err_nonconst:illegal in %s: +sem_err_nonconst1:illegal in %s: non constant $b +sem_err_nonconst2:illegal in %s: $s +bind_msg_const_nonconst:illegal in constant expression: +bind_msg_const_nonconst1:illegal in constant expression: non constant $b +bind_msg_const_nonconst2:illegal in constant expression: $s +moan_floating_type_nonconst:illegal in floating type initialiser: +moan_floating_type_nonconst1:illegal in floating type initialiser: non constant $b +moan_floating_type_nonconst2:illegal in floating type initialiser: $s +moan_static_int_type_nonconst:illegal in static integral type initialiser: +moan_static_int_type_nonconst1:illegal in static integral type initialiser: non constant $b +moan_static_int_type_nonconst2:illegal in static integral type initialiser: $s +sem_err_nonfunction:attempt to apply a non-function +sem_err_void_argument:'void' values may not be arguments +sem_err_bad_cast:$s: illegal cast of $t to pointer +sem_err_bad_cast1:$s: illegal cast to $t +sem_err_bad_cast2:$s: cast to non-equal $t illegal +sem_err_undef_struct:$c not yet defined - cannot be selected from +sem_err_unknown_field:$c has no $r field +sem_err_no_this_pntr:no 'this' pointer to access member +sem_err_no_this_pntr2:no 'this' pointer for member function $e +sem_err_dupl_default_value:duplicate declaration of default value for argument #%d: $r +sem_err_missing_default_value:missing default value for argment #%d: $r +sem_err_noncallsite_function:non-call site '.*' or '->*' yielding function +sem_err_illegal_loperand:illegal left operand to $s +sem_err_addr_globalvar:$b is a global register variable - can't take its address +sem_err_ctor_confused:construction of value of type $t is recursively confused +sem_err_no_ctor_at_type:no constructor for $c at this type signature +simplify_err_outsizearray:array $b too large +bind_rerr_undefined_tag:$s tag $b not defined +bind_rerr_linkage_disagreement:linkage disagreement for $r - treated as $g +bind_rerr_linkage_disagreement_2:$b has no linkage, but $b requires it to have +bind_rerr_linkage_disagreement_3:linkage disagreement between $b and $b +bind_rerr_linkage_previously_c:$b was previously declared without \"C\" linkage +bind_rerr_duplicate_typedef:duplicate typedef $r +bind_rerr_local_extern:extern $r mismatches top-level declaration +xbind_rerr_inherited_type_differs:inherited virtual function type differs: $b +xbind_rerr_ovld_non_fn:attempt to overload non-function $b +xbind_rerr_is_ambiguous_name:$r is an ambiguous name in $c +xbind_rerr_dl_cant_be_overloaded:'operator delete' can't be overloaded +xbind_rerr_bad_dl_type:'operator delete' must be of type 'void (void*)' or 'void (void*, size_t)' +xbind_rerr_bad_global_dl_type:'::operator delete' must be of type 'void (void*)' +xbind_rerr_bad_nw_type:'operator new' must have a return type of 'void*' and have a first argument of type 'size_t' +xbind_rerr_more_than_one_C_linkage:more than one $r has \"C\" linkage +xbind_rerr_both_virtual_and_nonvirtual:$r inherits both virtual and non-virtual attributes from bases of $c +cg_rerr_iffy_arithmetics:iffy arithmetic shift +fp_rerr_very_small:small floating point value converted to 0.0 +fp_rerr_small_single:small (single precision) floating value converted to 0.0 +pp_rerr_newline_eof:missing newline before EOF - inserted +pp_rerr_nonprint_char:unprintable char %#.2x found - ignored +pp_rerr_illegal_option:illegal option -D%s%s +pp_rerr_spurious_else:spurious #else ignored +pp_rerr_spurious_elif:spurious #elif ignored +pp_rerr_spurious_endif:spurious #endif ignored +pp_rerr_hash_line:number missing in #line +pp_rerr_hash_error:#error encountered \"%s\" +pp_rerr_hash_ident:#ident is not in ANSI C +pp_rerr_junk_eol:junk at end of #%s line - ignored +sem_rerr_sizeof_bitfield:sizeof illegal - sizeof(int) assumed +sem_rerr_sizeof_void:size of 'void' required - treated as 1 +sem_rerr_sizeof_array:size of a [] array required, treated as [1] +sem_rerr_sizeof_function:size of function required - treated as size of pointer +sem_rerr_pointer_arith: $s treated as $s (int) +sem_rerr_pointer_arith1: $s treated as (int) $s +sem_rerr_assign_const:assignment to 'const' object $e +sem_rerr_addr_regvar:'register' attribute for $b ignored when address taken +sem_rerr_lcast:objects that have been cast are not l-values +sem_rerr_pointer_compare:comparison $s of pointer and int:\n\ + literal 0 (for == and !=) is only legal case +sem_rerr_different_pointers:differing pointer types: $s +sem_rerr_wrong_no_args:wrong number of parameters to $e +sem_rerr_casttoenum:$s: cast of $m to differing enum +sem_rerr_valcasttoref:$s: non-lvalue cast to non-const reference +sem_rerr_implicit_cast1:$s: implicit cast of pointer to non-equal pointer +sem_rerr_implicit_cast2:$s: implicit cast of non-0 int to pointer +sem_rerr_implicit_cast3:$s: implicit cast of pointer to 'int' +sem_rerr_implicit_cast4:$s: implicit cast of $t to 'int' +sem_rerr_nonpublic:$r is non-public member of $c +sem_rerr_cant_balance:differing pointer types: $s +sem_rerr_void_indirection:illegal indirection on (void *): '*' +sem_rerr_noncallsite_ovld:non-call site overload (using $b for $e) +sem_rerr_cast_dtype_from_vbase:cast to derived type from virtual base +sem_rerr_abclass_need_vtable:confusion: abstract? $c needs vtable +sem_rerr_too_many_args:too many arguments: $t constructor +obj_fatalerr_io_object:I/O error on object stream +compiler_rerr_no_extern_decl:no external declaration in translation unit +compiler_fatalerr_io_error:I/O error writing '%s' +driver_fatalerr_io_object:I/O error on object stream +driver_fatalerr_io_asm:I/O error on assembler output stream +driver_fatalerr_io_listing:I/O error on listing stream +aout_fatalerr_toomany:Too many symbols for 'a.out' output +aout_fatalerr_toobig:Module too big for a.out formatter +coff_fatalerr_toomany:Too many relocations for COFF format in .o file +coff_fatalerr_toobig:Module too big for COFF formatter +heliobj_warn_12bits:Offset %ld > 12 bits +heliobj_warn_16bits:Offset %ld > 16 bits +heliobj_warn_24bits:Offset %ld > 24 bits +misc_fatalerr_space1:out of store (for error buffer) +misc_fatalerr_toomanyerrs:Too many errors +misc_fatalerr_space2:out of store (in cc_alloc)\n\ +(Compilation of the debugging tables requested with the -g option\n\ + requires a great deal of memory. Recompiling without -g, with\n\ + the more restricted -gf option, or with the program broken into\n\ + smaller pieces, may help.) +misc_fatalerr_space3:out of store (in cc_alloc) +pp_fatalerr_hash_error:#error encountered \"%s\" +driver_message_nolisting:Unable to open %s for listing: -l option ignored\n +driver_message_noasm:This version of the compiler does not support -s\n +driver_message_writefail:Couldn't write file '%s'\n +driver_message_oddoption:Unrecognized option '%c': ignored\n +driver_message_readfail:Couldn't read file '%s'\n +driver_message_toomanyfiles:Too many file args +driver_message_asmstdout:Assembly code will go to stdout\n +driver_message_no_listing:-m option useless without source listing. Ignored\n +driver_message_nomap:-m file not available or corrupt - ignored\n +driver_message_notest:This version of the compiler does not support the -test option\n +driver_message_needfile:At least one file argument wanted\n +driver_message_spool:output to clog1.log & clog2.log\n +driver_message_testfile:No files allowed with -test\n +driver_abort_msg:Compilation aborted: %s\n +driver_couldnt_write:couldn't write file '%s'\n +driver_couldnt_read:couldn't read file '%s'\n +driver_too_many_file_args:too many file arguments +driver_couldnt_read_counts:couldn't read \"counts\" file +driver_malformed_counts:malformed \"counts\" file +driver_incompat_options:Incompatible options: '%s'.\n +driver_incompat_cfrontcpp_ansi:-ansi incompatible with -cfront or -cpp +driver_incompat_cfrontcpp_pcc:-pcc incompatible with -cfront or -cpp +driver_incompat_pccansi_cfront:-cfront incompatible with -pcc or -ansi +driver_incompat_pccansi_cpp:-cpp incompatible with -pcc or -ansi +driver_ignored_arthur_unix:Warning: -arthur/-super ignored under unix\n +driver_ignored_linkerflags:Warning: linker flag(s) ignored with -c -E -M or -S\n +driver_conflict_EM:Warning: options -E and -M conflict: -E assumed\n +driver_conflict_strict_onetrip:Warning: -onetrip and -strict conflict: -strict assumed\n +driver_conflict_strict_f66:Warning: -f66 and -strict conflict: -strict assumed\n +driver_conflict_strict_extend:Warning: -extend and -strict conflict: -strict assumed\n +driver_implies_f66_onetrip:Warning: -f66 implies -onetrip\n +driver_ignored_filename_overlong:Overlong filename ignored: %s\n +driver_inconsistent_EM:Warning: %s -E/M %s - inconsistent options\n +driver_unknown_filetype:Error: type of '%s' unknown (file ignored)\n +driver_option_bad:Error: bad option '%s': ignored\n +driver_option_nimp:Error: unimplemented option '%s': ignored\n +driver_via_not_opened:Can't open -via file %s\n +driver_option_bad1:Error: bad option +driver_option_bad2:: ignored +driver_option_missing_filearg:Missing file argument for %s\n +driver_option_missing_lastarg:No argument to last compiler option +driver_option_missing_arg:No argument to compiler option %s\n +driver_cant_open_output:Can't open %s for output\n +driver_cpp_toomanyfileargs:More than 2 file arguments to cpp ignored\n +driver_cpp_cantopenoutput:Can't open output file %s\n +driver_stdin_otherfiles:stdin ('-') combined with other files -- ignored\n +driver_noeffect:Warning: %s command with no effect\n +driver_banner:%s\n +driver_prerelease:%s\n +driver_expire:\ +This time-limited software remains the property of %s.\n\ +It will expire at (GMT) %s\n +help_blank:\n +help_bsd_f77:\n\nBSD compatible ANSI F77 compiler.\n +help_usage:\n\ +Usage: %s [options] file1 file2 ... filen\n +help_main_options:Main options:\n +help_list:\ +-list Generate a compilation listing\n +help_iso:\ +-iso Compile strictly according to ISO (BS 6192 : 1982)\n +help_ansi:\ +-ansi Compile ANSI-style C source code\n +help_strict:\ +-strict Accept only programs strictly conforming to ANSI standard\n +help_pcc:\ +-pcc Compile UNIX PCC style C source code\n +help_pcc_bsd:\ +-pcc Compile BSD UNIX PCC-style C source code\n +help_f66:\ +-f66 Follow F66 practices or rules when conflicting with F77\n +help_arthur:\ +-arthur Add 'arthur' to the list of libraries to be linked with\n\ + (Arthur only)\n +help_brazil:\ +-super Add 'supervisor' to the list of libraries to be linked with\n\ + (Brazil only)\n +help_dont_link:\ +-c Do not link the files being compiled\n +help_dont_link_invoke:\ +-c Do not invoke the linker to link the files being compiled\n +help_leave_comments:\ +-C Prevent the preprocessor from removing comments (Use with -E)\n +help_predefine:\ +-D Define on entry to the compiler\n +help_predefine_pp:\ +-D Define preprocessor on entry to the compiler\n +help_preprocess_pascal:\ +-E Preprocess the Pascal source code only\n +help_preprocess_c:\ +-E Preprocess the C source code only\n +help_preprocess_fortran:\ +-E Preprocess the F77 source code only\n +help_compiler_features:\ +-F Enable a selection of compiler defined features\n +help_runtime_checks:\ +-R Disable selected run time error checks\n +help_debug:\ +-g Generate code that may be used with the debugger\n +help_debug_noopt:\ +-g Generate code that may be used with the debugger\n +help_include_I:\ +-I Include on the #include search path\n +help_16bit_ints:\ +-i2 Make the default integer size 16 bits\n +help_include_J:\ +-J Replace the default #include path with \n +help_libraries:\ +-L Specify a comma-joined list of libraries to be linked with\n\ + instead of the standard library\n +help_makefile:\ +-M Generate a 'makefile' style list of dependencies\n +help_output:\ +-o Instruct the linker to call the object code produced \n +help_output_space:\ +-o Instruct the linker to name the object code produced \n +help_optimised:\ +-O Invoke the object code improver\n +help_onetrip:\ +-onetrip Compile DO loops that are performed at least once if reached\n +help_profile:\ +-P Generate code to generate 'profile' information\n +help_profile_lc:\ +-p Generate code to generate 'profile' information\n +help_readonly_strings:\ +-R Place all compile time strings in a 'Read only' segment\n +help_readonly_strings_lc:\ +-r Place all compile time strings in a 'Read only' segment\n +help_output_assembler:\ +-S Output assembly code instead of object code\n +help_generate_assembler:\ +-S Generate assembly code instead of object code\n +help_dont_downcase:\ +-U Do not convert upper case letters to lower case\n +help_preundefine:\ +-U Undefine on entry to the compiler\n +help_preundefine_pp:\ +-U Undefine preprocessor on entry to the compiler\n +help_disable_warnings:\ +-W Disable all or selected warning and error messages\n +help_disable_warnings_lc:\ +-w Disable all or selected warning and error messages\n +help_helios_libraries:\ +-Z