[0.001] (3101) Macro defined: FREERTOS
[0.001] (3101) Macro defined: FPC_REQUIRES_PROPER_ALIGNMENT
[0.001] (3101) Macro defined: FPC_INIT_FINAL_UNITS_BY_CALLS
[0.001] (3101) Macro defined: FPC_CROSSCOMPILING
[0.001] (3101) Macro defined: FPC_CPUCROSSCOMPILING
[0.001] (3101) Macro defined: CONSOLE
[0.001] (3101) Macro defined: FREERTOS
[0.001] (3101) Macro defined: FPC
[0.001] (3101) Macro defined: VER3
[0.001] (3101) Macro defined: VER3_3
[0.001] (3101) Macro defined: VER3_3_1
[0.001] (3101) Macro defined: FPC_HAS_OPERATOR_ENUMERATOR
[0.001] (3101) Macro defined: FPC_HAS_CONSTREF
[0.001] (3101) Macro defined: FPC_STATICRIPFIXED
[0.001] (3101) Macro defined: FPC_VARIANTCOPY_FIXED
[0.001] (3101) Macro defined: FPC_DYNARRAYCOPY_FIXED
[0.001] (3101) Macro defined: FPC_HAS_MEMBAR
[0.001] (3101) Macro defined: FPC_SETBASE_USED
[0.001] (3101) Macro defined: FPC_ALIGNED_THREADVARTABLES
[0.001] (3101) Macro defined: FPC_HAS_FEATURE_SUPPORT
[0.001] (3101) Macro defined: CPULX106
[0.001] (3101) Macro defined: FPUNONE
[0.001] (3101) Macro defined: FPC_ABI_WINDOWED
[0.001] (3101) Macro defined: CPUXTENSA
[0.001] (3101) Macro defined: CPU32
[0.001] (3101) Macro defined: FPC_CURRENCY_IS_INT64
[0.001] (3101) Macro defined: FPC_COMP_IS_INT64
[0.001] (3101) Macro defined: FPC_REQUIRES_PROPER_ALIGNMENT
[0.001] (3101) Macro defined: CPUINT32
[0.001] (3101) Macro defined: FPC_HAS_INTERNAL_ABS_LONG
[0.001] (3101) Macro defined: FPC_HAS_UNICODESTRING
[0.001] (3101) Macro defined: FPC_RTTI_PACKSET1
[0.001] (3101) Macro defined: FPC_HAS_CPSTRING
[0.001] (3101) Macro defined: FPC_HAS_CEXTENDED
[0.001] (3101) Macro defined: FPC_HAS_RESSTRINITS
[0.001] (3101) Macro defined: FPC_HAS_INTERNAL_SAR
[0.001] (3101) Macro defined: STR_CONCAT_PROCS
[0.002] Configfile search: fpc.cfg
[0.002] Configfile search: C:\Users\Andi\fpc.cfg
[0.002] Configfile search: C:\ProgramData\fpc.cfg
[0.002] Configfile search: C:\data\lazdev\xtensa\fpc\bin\i386-win32\fpc.cfg
[0.002] (11026) Reading options from file C:\data\lazdev\xtensa\fpc\bin\i386-win32\fpc.cfg
[0.002] Hint: (11030) Start of reading config file C:\data\lazdev\xtensa\fpc\bin\i386-win32\fpc.cfg
[0.002] (11033) Interpreting file option "#"
[0.002] (11033) Interpreting file option "# Config file generated by fpcmkcfg on 01.01.2022 - 13:42:21"
[0.002] (11033) Interpreting file option "# Example fpc.cfg for Free Pascal Compiler"
[0.002] (11033) Interpreting file option "#"
[0.002] (11033) Interpreting file option "# ----------------------"
[0.002] (11033) Interpreting file option "# Defines (preprocessor)"
[0.002] (11033) Interpreting file option "# ----------------------"
[0.002] (11033) Interpreting file option "#"
[0.002] (11033) Interpreting file option "# nested #IFNDEF, #IFDEF, #ENDIF, #ELSE, #DEFINE, #UNDEF are allowed"
[0.002] (11033) Interpreting file option "#"
[0.002] (11033) Interpreting file option "# -d is the same as #DEFINE"
[0.002] (11033) Interpreting file option "# -u is the same as #UNDEF"
[0.002] (11033) Interpreting file option "#"
[0.003] (11033) Interpreting file option "#"
[0.003] (11033) Interpreting file option "# Some examples (for switches see below, and the -? helppages)"
[0.003] (11033) Interpreting file option "#"
[0.003] (11033) Interpreting file option "# Try compiling with the -dRELEASE or -dDEBUG on the commandline"
[0.003] (11033) Interpreting file option "#"
[0.003] (11033) Interpreting file option "# For a release compile with optimizes and strip debuginfo"
[0.003] (11033) Interpreting file option "#IFDEF RELEASE"
[0.003] (11033) Interpreting file option "#WRITE Compiling Release Version"
[0.003] (11033) Interpreting file option "#ENDIF"
[0.003] (11033) Interpreting file option "# For a debug version compile with debuginfo and all codegeneration checks on"
[0.003] (11033) Interpreting file option "#IFDEF DEBUG"
[0.003] (11033) Interpreting file option "#WRITE Compiling Debug Version"
[0.003] (11033) Interpreting file option "#ELSE"
[0.003] (11033) Interpreting file option "# Strip debuginfo from the executable if not in debug mode"
[0.003] (11028) Handling option "-Xs"
[0.003] (11032) Interpreting option "-Xs"
[0.003] (11033) Interpreting file option "#ENDIF"
[0.003] (11033) Interpreting file option "# assembling"
[0.003] (11033) Interpreting file option "#ifdef darwin"
[0.003] (11033) Interpreting file option "# use pipes instead of temporary files for assembling"
[0.003] (11033) Interpreting file option "#IFNDEF FPC_CROSSCOMPILING"
[0.003] (11033) Interpreting file option "#ENDIF"
[0.003] (11033) Interpreting file option "#endif"
[0.003] (11033) Interpreting file option "# ----------------"
[0.003] (11033) Interpreting file option "# Parsing switches"
[0.003] (11033) Interpreting file option "# ----------------"
[0.003] (11033) Interpreting file option "# Pascal language mode"
[0.003] (11033) Interpreting file option "#      -Mfpc      free pascal dialect (default)"
[0.003] (11033) Interpreting file option "#      -Mobjfpc   switch some Delphi 2 extensions on"
[0.003] (11033) Interpreting file option "#      -Mdelphi   tries to be Delphi compatible"
[0.003] (11033) Interpreting file option "#      -Mtp       tries to be TP/BP 7.0 compatible"
[0.003] (11033) Interpreting file option "#      -Mgpc      tries to be gpc compatible"
[0.003] (11033) Interpreting file option "#      -Mmacpas   tries to be compatible to the macintosh pascal dialects"
[0.003] (11033) Interpreting file option "#"
[0.003] (11033) Interpreting file option "# Turn on Object Pascal extensions by default"
[0.003] (11033) Interpreting file option "#-Mobjfpc"
[0.003] (11033) Interpreting file option "# Assembler reader mode"
[0.003] (11033) Interpreting file option "#      -Rdefault  use default assembler"
[0.003] (11033) Interpreting file option "#      -Ratt      read AT&T style assembler"
[0.003] (11033) Interpreting file option "#      -Rintel    read Intel style assembler"
[0.003] (11033) Interpreting file option "#"
[0.003] (11033) Interpreting file option "# All assembler blocks are AT&T styled by default"
[0.003] (11033) Interpreting file option "#-Ratt"
[0.003] (11033) Interpreting file option "# Semantic checking"
[0.003] (11033) Interpreting file option "#      -S2        same as -Mobjfpc"
[0.003] (11033) Interpreting file option "#      -Sc        supports operators like C (*=,+=,/= and -=)"
[0.003] (11033) Interpreting file option "#      -Sa        include assertion code."
[0.003] (11033) Interpreting file option "#      -Sd        same as -Mdelphi"
[0.003] (11033) Interpreting file option "#      -Se<x>     error options. <x> is a combination of the following:"
[0.003] (11033) Interpreting file option "#         <n> : compiler stops after <n> errors (default is 1)"
[0.003] (11033) Interpreting file option "#         w   : compiler stops also after warnings"
[0.004] (11033) Interpreting file option "#         n   : compiler stops also after notes"
[0.004] (11033) Interpreting file option "#         h   : compiler stops also after hints"
[0.004] (11033) Interpreting file option "#      -Sg        allow LABEL and GOTO"
[0.004] (11033) Interpreting file option "#      -Sh        Use ansistrings"
[0.004] (11033) Interpreting file option "#      -Si        support C++ styled INLINE"
[0.004] (11033) Interpreting file option "#      -Sk        load fpcylix unit"
[0.004] (11033) Interpreting file option "#      -SI<x>     set interface style to <x>"
[0.004] (11033) Interpreting file option "#         -SIcom    COM compatible interface (default)"
[0.004] (11033) Interpreting file option "#         -SIcorba  CORBA compatible interface"
[0.004] (11033) Interpreting file option "#      -Sm        support macros like C (global)"
[0.004] (11033) Interpreting file option "#      -So        same as -Mtp"
[0.004] (11033) Interpreting file option "#      -Sp        same as -Mgpc"
[0.004] (11033) Interpreting file option "#      -Ss        constructor name must be init (destructor must be done)"
[0.004] (11033) Interpreting file option "#      -Sx        enable exception keywords (default in Delphi/ObjFPC modes)"
[0.004] (11033) Interpreting file option "#"
[0.004] (11033) Interpreting file option "# Allow goto, inline, C-operators, C-vars"
[0.004] (11028) Handling option "-Sgic"
[0.004] (11032) Interpreting option "-Sgic"
[0.004] (11033) Interpreting file option "# ---------------"
[0.004] (11033) Interpreting file option "# Code generation"
[0.004] (11033) Interpreting file option "# ---------------"
[0.004] (11033) Interpreting file option "# Uncomment the next line if you always want static/dynamic units by default"
[0.004] (11033) Interpreting file option "# (can be overruled with -CD, -CS at the commandline)"
[0.004] (11033) Interpreting file option "#-CS"
[0.004] (11033) Interpreting file option "#-CD"
[0.004] (11033) Interpreting file option "# Set the default heapsize to 8Mb"
[0.004] (11033) Interpreting file option "#-Ch8000000"
[0.004] (11033) Interpreting file option "# Set default codegeneration checks (iocheck, overflow, range, stack)"
[0.004] (11033) Interpreting file option "#-Ci"
[0.004] (11033) Interpreting file option "#-Co"
[0.004] (11033) Interpreting file option "#-Cr"
[0.004] (11033) Interpreting file option "#-Ct"
[0.004] (11033) Interpreting file option "# Optimizer switches"
[0.004] (11033) Interpreting file option "# -Os        generate smaller code"
[0.004] (11033) Interpreting file option "# -Oa=N      set alignment to N"
[0.004] (11033) Interpreting file option "# -O1        level 1 optimizations (quick optimizations, debuggable)"
[0.004] (11033) Interpreting file option "# -O2        level 2 optimizations (-O1 + optimizations which make debugging more difficult)"
[0.004] (11033) Interpreting file option "# -O3        level 3 optimizations (-O2 + optimizations which also may make the program slower rather than faster)"
[0.004] (11033) Interpreting file option "# -Oo<x>     switch on optimalization x. See fpc -i for possible values"
[0.004] (11033) Interpreting file option "# -OoNO<x>   switch off optimalization x. See fpc -i for possible values"
[0.004] (11033) Interpreting file option "# -Op<x>     set target cpu for optimizing, see fpc -i for possible values"
[0.004] (11033) Interpreting file option "#ifdef darwin"
[0.004] (11033) Interpreting file option "#ifdef cpui386"
[0.004] (11033) Interpreting file option "#endif"
[0.004] (11033) Interpreting file option "#endif"
[0.004] (11033) Interpreting file option "# -----------------------"
[0.005] (11033) Interpreting file option "# Set Filenames and Paths"
[0.005] (11033) Interpreting file option "# -----------------------"
[0.005] (11033) Interpreting file option "# Both slashes and backslashes are allowed in paths"
[0.005] (11033) Interpreting file option "# path to the messagefile, not necessary anymore but can be used to override"
[0.005] (11033) Interpreting file option "# the default language"
[0.005] (11033) Interpreting file option "#-FrC:\data\lazdev\xtensa\fpc/msg/errore.msg"
[0.005] (11033) Interpreting file option "#-FrC:\data\lazdev\xtensa\fpc/msg/errorn.msg"
[0.005] (11033) Interpreting file option "#-FrC:\data\lazdev\xtensa\fpc/msg/errores.msg"
[0.005] (11033) Interpreting file option "#-FrC:\data\lazdev\xtensa\fpc/msg/errord.msg"
[0.005] (11033) Interpreting file option "#-FrC:\data\lazdev\xtensa\fpc/msg/errorr.msg"
[0.005] (11033) Interpreting file option "# search path for unicode binary files (FPC 2.x does not know this switch)"
[0.005] (11033) Interpreting file option "#ifndef VER2"
[0.005] (11028) Handling option "-FM/unicode/"
[0.005] (11032) Interpreting option "-FM/unicode/"
[0.005] (11033) Interpreting file option "#endif"
[0.005] (11033) Interpreting file option "# Search for xtensa-freertos/lx106-flat/ subdirectory first"
[0.005] (11033) Interpreting file option "# for i8086 CPU"
[0.005] (11033) Interpreting file option "#ifdef cpui8086"
[0.005] (11033) Interpreting file option "#endif"
[0.005] (11033) Interpreting file option "# searchpath for units and other system dependent things"
[0.005] (11028) Handling option "-FuC:\data\lazdev\xtensa\fpc/units/xtensa-freertos"
[0.005] (11032) Interpreting option "-FuC:\data\lazdev\xtensa\fpc/units/xtensa-freertos"
[0.006] (11028) Handling option "-FuC:\data\lazdev\xtensa\fpc/units/xtensa-freertos/*"
[0.006] (11032) Interpreting option "-FuC:\data\lazdev\xtensa\fpc/units/xtensa-freertos/*"
[0.006] (11028) Handling option "-FuC:\data\lazdev\xtensa\fpc/units/xtensa-freertos/rtl"
[0.006] (11032) Interpreting option "-FuC:\data\lazdev\xtensa\fpc/units/xtensa-freertos/rtl"
[0.006] Path "C:\data\lazdev\xtensa\fpc\units\xtensa-freertos\rtl\" not found
[0.006] (11033) Interpreting file option "#IFDEF FPCAPACHE_1_3"
[0.006] (11033) Interpreting file option "#ELSE"
[0.007] (11033) Interpreting file option "#IFDEF FPCAPACHE_2_0"
[0.007] (11033) Interpreting file option "#ELSE"
[0.007] (11028) Handling option "-FuC:\data\lazdev\xtensa\fpc/units/xtensa-freertos/httpd22"
[0.007] (11032) Interpreting option "-FuC:\data\lazdev\xtensa\fpc/units/xtensa-freertos/httpd22"
[0.007] Path "C:\data\lazdev\xtensa\fpc\units\xtensa-freertos\httpd22\" not found
[0.007] (11033) Interpreting file option "#ENDIF"
[0.007] (11033) Interpreting file option "#ENDIF"
[0.007] (11033) Interpreting file option "# searchpath for fppkg user-specific packages"
[0.007] (11028) Handling option "-FuC:\data\lazdev\xtensa\packages.fppkg\units\xtensa-freertos/*"
[0.007] (11032) Interpreting option "-FuC:\data\lazdev\xtensa\packages.fppkg\units\xtensa-freertos/*"
[0.007] Path "C:\data\lazdev\xtensa\packages.fppkg\units\xtensa-freertos\*\" not found
[0.007] (11033) Interpreting file option "# searchpath for tools"
[0.007] (11028) Handling option "-FDC:\data\lazdev\xtensa\fpc/bin/xtensa-freertos"
[0.007] (11032) Interpreting option "-FDC:\data\lazdev\xtensa\fpc/bin/xtensa-freertos"
[0.007] (11033) Interpreting file option "# path to the gcclib"
[0.007] (11033) Interpreting file option "# searchpath for libraries"
[0.007] (11033) Interpreting file option "#-FlC:\data\lazdev\xtensa\fpc/lib"
[0.007] (11033) Interpreting file option "#-Fl/lib;/usr/lib"
[0.007] (11028) Handling option "-FlC:\data\lazdev\xtensa\fpc/lib/xtensa-freertos"
[0.007] (11032) Interpreting option "-FlC:\data\lazdev\xtensa\fpc/lib/xtensa-freertos"
[0.007] Path "C:\data\lazdev\xtensa\fpc\lib\xtensa-freertos\" not found
[0.007] (11033) Interpreting file option "#IFNDEF CPUI386"
[0.007] (11033) Interpreting file option "#IFNDEF CPUAMD64"
[0.007] (11033) Interpreting file option "#DEFINE NEEDCROSSBINUTILS"
[0.007] (3101) Macro defined: NEEDCROSSBINUTILS
[0.007] (11033) Interpreting file option "#ENDIF"
[0.007] (11033) Interpreting file option "#ENDIF"
[0.007] (11033) Interpreting file option "#IFNDEF Win32"
[0.007] (11033) Interpreting file option "#DEFINE NEEDCROSSBINUTILS"
[0.007] (3101) Macro defined: NEEDCROSSBINUTILS
[0.007] (11033) Interpreting file option "#ENDIF"
[0.007] (11033) Interpreting file option "# never need cross-prefix when targeting the JVM"
[0.007] (11033) Interpreting file option "# (no native compiler, always cross-compiling)"
[0.007] (11033) Interpreting file option "#ifdef cpujvm"
[0.007] (11033) Interpreting file option "#undef NEEDCROSSBINUTILS"
[0.007] (11033) Interpreting file option "#endif"
[0.007] (11033) Interpreting file option "# for android cross-prefix is set by compiler"
[0.008] (11033) Interpreting file option "#ifdef android"
[0.008] (11033) Interpreting file option "#undef NEEDCROSSBINUTILS"
[0.008] (11033) Interpreting file option "#endif"
[0.008] (11033) Interpreting file option "# never need cross-prefix when targeting the i8086"
[0.008] (11033) Interpreting file option "# (no native compiler, always cross-compiling)"
[0.008] (11033) Interpreting file option "#ifdef cpui8086"
[0.008] (11033) Interpreting file option "#undef NEEDCROSSBINUTILS"
[0.008] (11033) Interpreting file option "#endif"
[0.008] (11033) Interpreting file option "# never need cross-prefix when targeting the i8086"
[0.008] (11033) Interpreting file option "# (no native compiler, always cross-compiling)"
[0.008] (11033) Interpreting file option "#ifdef cpujvm"
[0.008] (11033) Interpreting file option "#undef NEEDCROSSBINUTILS"
[0.008] (11033) Interpreting file option "#endif"
[0.008] (11033) Interpreting file option "# binutils prefix for cross compiling"
[0.008] (11033) Interpreting file option "#IFDEF FPC_CROSSCOMPILING"
[0.008] (11033) Interpreting file option "#IFDEF NEEDCROSSBINUTILS"
[0.008] (11028) Handling option "-XPxtensa-freertos-"
[0.008] (11032) Interpreting option "-XPxtensa-freertos-"
[0.008] (11033) Interpreting file option "#ENDIF"
[0.008] (11033) Interpreting file option "#ENDIF"
[0.008] (11033) Interpreting file option "# -------------"
[0.008] (11033) Interpreting file option "# Linking"
[0.008] (11033) Interpreting file option "# -------------"
[0.008] (11033) Interpreting file option "# generate always debugging information for GDB (slows down the compiling"
[0.008] (11033) Interpreting file option "# process)"
[0.008] (11033) Interpreting file option "#      -gc        generate checks for pointers"
[0.008] (11033) Interpreting file option "#      -gd        use dbx"
[0.008] (11033) Interpreting file option "#      -gg        use gsym"
[0.008] (11033) Interpreting file option "#      -gh        use heap trace unit (for memory leak debugging)"
[0.008] (11033) Interpreting file option "#      -gl        use line info unit to show more info for backtraces"
[0.008] (11033) Interpreting file option "#      -gv        generates programs tracable with valgrind"
[0.008] (11033) Interpreting file option "#      -gw        generate dwarf debugging info"
[0.008] (11033) Interpreting file option "#"
[0.008] (11033) Interpreting file option "# Enable debuginfo and use the line info unit by default"
[0.008] (11033) Interpreting file option "#-gl"
[0.008] (11033) Interpreting file option "# always pass an option to the linker"
[0.008] (11033) Interpreting file option "#-k-s"
[0.008] (11033) Interpreting file option "# Always use smartlinking on i8086, because the system unit exceeds the 64kb"
[0.008] (11033) Interpreting file option "# code limit"
[0.008] (11033) Interpreting file option "#ifdef cpui8086"
[0.008] (11033) Interpreting file option "#endif"
[0.008] (11033) Interpreting file option "# -------------"
[0.008] (11033) Interpreting file option "# Miscellaneous"
[0.008] (11033) Interpreting file option "# -------------"
[0.008] (11033) Interpreting file option "# Write always a nice FPC logo ;)"
[0.008] (11028) Handling option "-l"
[0.008] (11032) Interpreting option "-l"
[0.008] (11033) Interpreting file option "# Verbosity"
[0.008] (11033) Interpreting file option "#      e : Show errors (default)       d : Show debug info"
[0.008] (11033) Interpreting file option "#      w : Show warnings               u : Show unit info"
[0.009] (11033) Interpreting file option "#      n : Show notes                  t : Show tried/used files"
[0.009] (11033) Interpreting file option "#      h : Show hints                  s : Show time stamps"
[0.009] (11033) Interpreting file option "#      i : Show general info           q : Show message numbers"
[0.009] (11033) Interpreting file option "#      l : Show linenumbers            c : Show conditionals"
[0.009] (11033) Interpreting file option "#      a : Show everything             0 : Show nothing (except errors)"
[0.009] (11033) Interpreting file option "#      b : Write file names messages   r : Rhide/GCC compatibility mode"
[0.009] (11033) Interpreting file option "#          with full path              x : Executable info (Win32 only)"
[0.009] (11033) Interpreting file option "#      v : write fpcdebug.txt with     p : Write tree.log with parse tree"
[0.009] (11033) Interpreting file option "#          lots of debugging info"
[0.009] (11033) Interpreting file option "#"
[0.009] (11033) Interpreting file option "# Display Info, Warnings and Notes"
[0.009] (11028) Handling option "-viwn"
[0.009] (11032) Interpreting option "-viwn"
[0.009] (11033) Interpreting file option "# If you don't want so much verbosity use"
[0.009] (11033) Interpreting file option "#-vw"
[0.009] (11033) Interpreting file option "# begin fpcup do not remove : base settings"
[0.009] (11033) Interpreting file option "# Adding binary tools paths to"
[0.009] (11033) Interpreting file option "# plain bin dir and architecture bin dir so"
[0.009] (11033) Interpreting file option "# fpc 3.1+ fpcres etc can be found."
[0.009] (11028) Handling option "-FDC:\data\lazdev\xtensa\fpc\bin\i386-win32\;C:\data\lazdev\xtensa\fpc\"
[0.009] (11032) Interpreting option "-FDC:\data\lazdev\xtensa\fpc\bin\i386-win32\;C:\data\lazdev\xtensa\fpc\"
[0.009] (11033) Interpreting file option "# end fpcup do not remove"
[0.009] (11033) Interpreting file option "# begin fpcup do not remove x86_64-win64"
[0.009] (11033) Interpreting file option "# Inserted by fpcup 01.01.2022 13:44:08"
[0.009] (11033) Interpreting file option "# Cross compile settings dependent on both target OS and target CPU"
[0.009] (11033) Interpreting file option "#IFDEF FPC_CROSSCOMPILING"
[0.009] (11033) Interpreting file option "#IFDEF WIN64"
[0.009] (11033) Interpreting file option "#IFDEF CPUX86_64"
[0.009] (11033) Interpreting file option "# Dummy (blank) config for auto-detect cross-compilers"
[0.009] (11033) Interpreting file option "#ENDIF CPUX86_64"
[0.009] (11033) Interpreting file option "#ENDIF WIN64"
[0.009] (11033) Interpreting file option "#ENDIF FPC_CROSSCOMPILING"
[0.009] (11033) Interpreting file option "# end fpcup do not remove"
[0.009] (11033) Interpreting file option "# begin fpcup do not remove xtensa-freertos"
[0.009] (11033) Interpreting file option "# Inserted by fpcup 01.01.2022 14:01:48"
[0.009] (11033) Interpreting file option "# Cross compile settings dependent on both target OS and target CPU"
[0.009] (11033) Interpreting file option "#IFDEF FPC_CROSSCOMPILING"
[0.009] (11033) Interpreting file option "#IFDEF FREERTOS"
[0.009] (11033) Interpreting file option "#IFDEF CPUXTENSA"
[0.009] (11033) Interpreting file option "#IFDEF CPULX106"
[0.009] (11028) Handling option "-FlC:\data\lazdev\xtensa\cross\lib\xtensa-freertos\lx106\"
[0.009] (11032) Interpreting option "-FlC:\data\lazdev\xtensa\cross\lib\xtensa-freertos\lx106\"
[0.010] (11033) Interpreting file option "#ENDIF CPULX106"
[0.010] (11028) Handling option "-FDC:\data\lazdev\xtensa\cross\bin\xtensa-freertos\bin\"
[0.010] (11032) Interpreting option "-FDC:\data\lazdev\xtensa\cross\bin\xtensa-freertos\bin\"
[0.010] (11028) Handling option "-XPxtensa-lx106-elf-"
[0.010] (11032) Interpreting option "-XPxtensa-lx106-elf-"
[0.010] (11028) Handling option "-Wpesp8266"
[0.010] (11032) Interpreting option "-Wpesp8266"
[0.010] (11028) Handling option "-FuC:\data\lazdev\xtensa\fpc\units\xtensa-freertos\lx106\rtl"
[0.010] (11032) Interpreting option "-FuC:\data\lazdev\xtensa\fpc\units\xtensa-freertos\lx106\rtl"
[0.010] (11028) Handling option "-FuC:\data\lazdev\xtensa\fpc\units\xtensa-freertos\lx106\packages"
[0.010] (11032) Interpreting option "-FuC:\data\lazdev\xtensa\fpc\units\xtensa-freertos\lx106\packages"
[0.010] Path "C:\data\lazdev\xtensa\fpc\units\xtensa-freertos\lx106\packages\" not found
[0.010] (11033) Interpreting file option "#ENDIF CPUXTENSA"
[0.010] (11033) Interpreting file option "#ENDIF FREERTOS"
[0.010] (11033) Interpreting file option "#ENDIF FPC_CROSSCOMPILING"
[0.010] (11033) Interpreting file option "# end fpcup do not remove"
[0.010] Hint: (11031) End of reading config file C:\data\lazdev\xtensa\fpc\bin\i386-win32\fpc.cfg
[0.010] (11028) Handling option "-Tfreertos"
[0.010] (11032) Interpreting option "-Tfreertos"
[0.010] (11028) Handling option "-CpLX106"
[0.010] (11032) Interpreting option "-CpLX106"
[0.010] (11028) Handling option "-MObjFPC"
[0.010] (11032) Interpreting option "-MObjFPC"
[0.010] (3101) Macro defined: FPC_OBJFPC
[0.010] (11028) Handling option "-Scghi"
[0.010] (11032) Interpreting option "-Scghi"
[0.010] (11028) Handling option "-l"
[0.010] (11032) Interpreting option "-l"
[0.010] (11028) Handling option "-vabq"
[0.010] (11032) Interpreting option "-vabq"
[0.010] (11028) Handling option "-FiC:\data\lazdev\xtensa\projects\lib\xtensa-freertos"
[0.010] (11032) Interpreting option "-FiC:\data\lazdev\xtensa\projects\lib\xtensa-freertos"
[0.011] (11028) Handling option "-FuC:\data\lazdev\xtensa\projects\"
[0.011] (11032) Interpreting option "-FuC:\data\lazdev\xtensa\projects\"
[0.011] (11028) Handling option "-FUC:\data\lazdev\xtensa\projects\lib\xtensa-freertos\"
[0.011] (11032) Interpreting option "-FUC:\data\lazdev\xtensa\projects\lib\xtensa-freertos\"
[0.011] (11028) Handling option "-FEC:\data\lazdev\xtensa\projects\"
[0.011] (11032) Interpreting option "-FEC:\data\lazdev\xtensa\projects\"
[0.011] (11028) Handling option "-oC:\data\lazdev\xtensa\projects\HelloWorld2"
[0.011] (11032) Interpreting option "-oC:\data\lazdev\xtensa\projects\HelloWorld2"
[0.011] (11028) Handling option "HelloWorld2.lpr"
[0.011] (11035) Found source file name "HelloWorld2.lpr"
[0.011] (3101) Macro defined: ENDIAN_LITTLE
[0.011] (3101) Macro defined: FPC_LITTLE_ENDIAN
[0.011] Free Pascal Compiler version 3.3.1-9824-g116c861af6 [2021/12/31] for xtensa
[0.011] Copyright (c) 1993-2021 by Florian Klaempfl and others
[0.011] Path ".\::=::\" not found
[0.011] Path "C:\data\lazdev\xtensa\fpc\units\xtensa-freertos\rtl\" not found
[0.012] (3103) Macro IDF_VERSION set to 00000
[0.012] (3102) Macro undefined: CPULX106
[0.012] (3101) Macro defined: CPULX106
[0.012] (3102) Macro undefined: FPUNONE
[0.012] (3101) Macro defined: FPUSOFT
[0.012] (3101) Macro defined: FPC_MCU_ESP8266
[0.012] (3102) Macro undefined: FPC_ABI_WINDOWED
[0.012] (3101) Macro defined: FPC_ABI_CALL0
[0.012] (3101) Macro defined: CPUXTENSA
[0.012] (3101) Macro defined: CPU32
[0.012] (3101) Macro defined: FPC_CURRENCY_IS_INT64
[0.012] (3101) Macro defined: FPC_COMP_IS_INT64
[0.012] (3101) Macro defined: FPC_REQUIRES_PROPER_ALIGNMENT
[0.012] (3101) Macro defined: CPUINT32
[0.012] (3101) Macro defined: FPC_HAS_INTERNAL_ABS_LONG
[0.012] (3101) Macro defined: FPC_HAS_UNICODESTRING
[0.012] (3101) Macro defined: FPC_RTTI_PACKSET1
[0.012] (3101) Macro defined: FPC_HAS_CPSTRING
[0.012] (3101) Macro defined: FPC_HAS_CEXTENDED
[0.012] (3101) Macro defined: FPC_HAS_RESSTRINITS
[0.012] (3101) Macro defined: FPC_HAS_INTERNAL_SAR
[0.012] (3101) Macro defined: STR_CONCAT_PROCS
[0.012] (3101) Macro defined: FPC_HAS_TYPE_SINGLE
[0.012] (3101) Macro defined: FPC_HAS_TYPE_DOUBLE
[0.012] (3101) Macro defined: FPC_INCLUDE_SOFTWARE_INT64_TO_DOUBLE
[0.012] (3101) Macro defined: FPC_LINK_STATIC
[0.012] (3103) Macro FPC_VERSION set to 3
[0.012] (3103) Macro FPC_RELEASE set to 3
[0.012] (3103) Macro FPC_PATCH set to 1
[0.012] (3103) Macro FPC_FULLVERSION set to 30301
[0.012] (3101) Macro defined: FPC_WIDESTRING_EQUAL_UNICODESTRING
[0.012] (3103) Macro FPC_FLASHBASE set to 1073741824
[0.012] (3103) Macro FPC_FLASHSIZE set to 1048576
[0.012] (3103) Macro FPC_SRAMBASE set to 1074200576
[0.012] (3103) Macro FPC_SRAMSIZE set to 532480
[0.012] (3103) Macro FPC_EEPROMBASE set to 0
[0.012] (3103) Macro FPC_EEPROMSIZE set to 0
[0.012] (3103) Macro FPC_BOOTBASE set to 0
[0.012] (3103) Macro FPC_BOOTSIZE set to 0
[0.012] (3103) Macro FPC_STACKALIGNMENT set to 16
[0.013] (1000) Compiler: C:\data\lazdev\xtensa\fpc\bin\i386-win32\ppcrossxtensa.exe
[0.013] (1001) Compiler OS: Win32 for i386
[0.013] (1002) Target OS: FreeRTOS
[0.013] (1003) Using executable path: C:\data\lazdev\xtensa\fpc\bin\i386-win32\
[0.013] (1004) Using unit path: .\
[0.013] (1004) Using unit path: C:\data\lazdev\xtensa\fpc\units\xtensa-freertos\lx106\rtl\
[0.013] (1004) Using unit path: C:\data\lazdev\xtensa\fpc\units\xtensa-freertos\lx106\
[0.013] (1004) Using unit path: C:\data\lazdev\xtensa\fpc\units\xtensa-freertos\
[0.013] (1004) Using unit path: C:\data\lazdev\xtensa\fpc\bin\i386-win32\
[0.013] (1005) Using include path: .\lib\xtensa-freertos\
[0.013] (1006) Using library path: C:\data\lazdev\xtensa\cross\lib\xtensa-freertos\lx106\
[0.013] (1006) Using library path: .\
[0.013] (1006) Using library path: C:\data\lazdev\xtensa\fpc\units\xtensa-freertos\lx106\rtl\
[0.013] (1006) Using library path: C:\data\lazdev\xtensa\fpc\units\xtensa-freertos\lx106\
[0.013] (1006) Using library path: C:\data\lazdev\xtensa\fpc\units\xtensa-freertos\
[0.013] (1006) Using library path: C:\data\lazdev\xtensa\fpc\bin\i386-win32\
[0.013] (1007) Using object path: .\
[0.013] (1007) Using object path: C:\data\lazdev\xtensa\fpc\units\xtensa-freertos\lx106\rtl\
[0.013] (1007) Using object path: C:\data\lazdev\xtensa\fpc\units\xtensa-freertos\lx106\
[0.013] (1007) Using object path: C:\data\lazdev\xtensa\fpc\units\xtensa-freertos\
[0.013] (1007) Using object path: C:\data\lazdev\xtensa\fpc\bin\i386-win32\
[0.013] (3104) Compiling HelloWorld2.lpr
[0.013] Searching file HelloWorld2.lpr... found
2 98/1.088 Kb Used
[0.013] C:\data\lazdev\xtensa\projects\HelloWorld2.lpr(3,2) (2032) Handling switch "$MODE"
[0.013] C:\data\lazdev\xtensa\projects\HelloWorld2.lpr(3,2) (3102) Macro undefined: FPC_OBJFPC
[0.013] C:\data\lazdev\xtensa\projects\HelloWorld2.lpr(3,2) (3101) Macro defined: FPC_OBJFPC
[0.013] C:\data\lazdev\xtensa\projects\HelloWorld2.lpr(3,16) (2032) Handling switch "$H+"
[0.013] (HELLOWORLD2) (10057) Registering new unit SYSTEM
[0.014] (HELLOWORLD2) (10027) Load from HELLOWORLD2 (implementation) unit SYSTEM
[0.014] (SYSTEM)   (10055) Loading unit SYSTEM
[0.014] (10000) Unitsearch: system.ppu
[0.014] (10000) Unitsearch: C:\data\lazdev\xtensa\projects\lib\xtensa-freertos\system.ppu
[0.014] (10000) Unitsearch: system.pp
[0.014] (10000) Unitsearch: system.pas
[0.014] (10000) Unitsearch: system.ppu
[0.014] (10000) Unitsearch: system.pp
[0.014] (10000) Unitsearch: system.pas
[0.014] (10000) Unitsearch: C:\data\lazdev\xtensa\fpc\units\xtensa-freertos\lx106\rtl\system.ppu
[0.014] (10001) PPU Loading C:\data\lazdev\xtensa\fpc\units\xtensa-freertos\lx106\rtl\system.ppu
[0.014] (SYSTEM)   (10002) PPU Name: C:\data\lazdev\xtensa\fpc\units\xtensa-freertos\lx106\rtl\system.ppu
[0.015] (SYSTEM)   (10005) PPU Time: 2022/01/01 14:02:38
[0.015] (SYSTEM)   (10003) PPU Flags: 36992
[0.015] (SYSTEM)   (10004) PPU Crc: 27562FFF
[0.015] (SYSTEM)   (10004) PPU Crc: 1FEA4B9C (intfc)
[0.015] (SYSTEM)   (10004) PPU Crc: 01DCE4A6 (indc)
[0.015] (SYSTEM)   Number of definitions: 3010
[0.015] (SYSTEM)   Number of symbols: 8707
[0.015] (SYSTEM)   (10011) PPU Source: system.pp not available
[0.015] (SYSTEM)   (10011) PPU Source: check.inc not available
[0.015] (SYSTEM)   (10011) PPU Source: systemh.inc not available
[0.015] (SYSTEM)   (10011) PPU Source: genmathh.inc not available
[0.015] (SYSTEM)   (10011) PPU Source: sysosh.inc not available
[0.015] (SYSTEM)   (10011) PPU Source: rtldefs.inc not available
[0.015] (SYSTEM)   (10011) PPU Source: filerec.inc not available
[0.015] (SYSTEM)   (10011) PPU Source: textrec.inc not available
[0.015] (SYSTEM)   (10011) PPU Source: innr.inc not available
[0.015] (SYSTEM)   (10011) PPU Source: cpuh.inc not available
[0.015] (SYSTEM)   (10011) PPU Source: mathh.inc not available
[0.015] (SYSTEM)   (10011) PPU Source: currh.inc not available
[0.015] (SYSTEM)   (10011) PPU Source: ustringh.inc not available
[0.015] (SYSTEM)   (10011) PPU Source: setjumph.inc not available
[0.015] (SYSTEM)   (10011) PPU Source: rttih.inc not available
[0.015] (SYSTEM)   (10011) PPU Source: objpash.inc not available
[0.015] (SYSTEM)   (10011) PPU Source: varianth.inc not available
[0.015] (SYSTEM)   (10011) PPU Source: dynarrh.inc not available
[0.015] (SYSTEM)   (10011) PPU Source: compproc.inc not available
[0.015] (SYSTEM)   (10011) PPU Source: heaph.inc not available
[0.015] (SYSTEM)   (10011) PPU Source: threadh.inc not available
[0.015] (SYSTEM)   (10011) PPU Source: resh.inc not available
[0.015] (SYSTEM)   (10011) PPU Source: excepth.inc not available
[0.015] (SYSTEM)   (10011) PPU Source: softfpu.pp not available
[0.015] (SYSTEM)   (10011) PPU Source: softfpu.pp not available
[0.015] (SYSTEM)   (10011) PPU Source: system.inc not available
[0.015] (SYSTEM)   (10011) PPU Source: sysos.inc not available
[0.015] (SYSTEM)   (10011) PPU Source: xtensa.inc not available
[0.015] (SYSTEM)   (10011) PPU Source: generic.inc not available
[0.015] (SYSTEM)   (10011) PPU Source: set.inc not available
[0.015] (SYSTEM)   (10011) PPU Source: genset.inc not available
[0.015] (SYSTEM)   (10011) PPU Source: math.inc not available
[0.015] (SYSTEM)   (10011) PPU Source: genmath.inc not available
[0.015] (SYSTEM)   (10011) PPU Source: gencurr.inc not available
[0.015] (SYSTEM)   (10011) PPU Source: sstrings.inc not available
[0.015] (SYSTEM)   (10011) PPU Source: flt_conv.inc not available
[0.015] (SYSTEM)   (10011) PPU Source: flt_core.inc not available
[0.016] (SYSTEM)   (10011) PPU Source: flt_pack.inc not available
[0.016] (SYSTEM)   (10011) PPU Source: flt_pack.inc not available
[0.016] (SYSTEM)   (10011) PPU Source: int64p.inc not available
[0.016] (SYSTEM)   (10011) PPU Source: int64.inc not available
[0.016] (SYSTEM)   (10011) PPU Source: astrings.inc not available
[0.016] (SYSTEM)   (10011) PPU Source: ustrings.inc not available
[0.016] (SYSTEM)   (10011) PPU Source: aliases.inc not available
[0.016] (SYSTEM)   (10011) PPU Source: rttidecl.inc not available
[0.016] (SYSTEM)   (10011) PPU Source: dynarr.inc not available
[0.016] (SYSTEM)   (10011) PPU Source: objpas.inc not available
[0.016] (SYSTEM)   (10011) PPU Source: except.inc not available
[0.016] (SYSTEM)   (10011) PPU Source: variant.inc not available
[0.016] (SYSTEM)   (10011) PPU Source: rtti.inc not available
[0.016] (SYSTEM)   (10011) PPU Source: setjump.inc not available
[0.016] (SYSTEM)   (10011) PPU Source: sysheap.inc not available
[0.016] (SYSTEM)   (10011) PPU Source: heap.inc not available
[0.016] (SYSTEM)   (10011) PPU Source: thread.inc not available
[0.016] (SYSTEM)   (10011) PPU Source: threadvr.inc not available
[0.016] (SYSTEM)   (10011) PPU Source: systhrd.inc not available
[0.016] (SYSTEM)   (10011) PPU Source: sysfile.inc not available
[0.016] (SYSTEM)   (10011) PPU Source: text.inc not available
[0.016] (SYSTEM)   (10011) PPU Source: file.inc not available
[0.016] (SYSTEM)   (10011) PPU Source: typefile.inc not available
[0.016] (SYSTEM)   (10011) PPU Source: isotmp.inc not available
[0.016] (SYSTEM)   (10011) PPU Source: sysdir.inc not available
[0.016] (SYSTEM)   (10011) PPU Source: sysres.inc not available
[0.033] (SYSTEM)   (10056) Finished loading unit SYSTEM
[0.034] Searching file HelloWorld2.lpr... found
[0.034] Searching file HelloWorld2.lpr... found
[0.034] C:\data\lazdev\xtensa\projects\HelloWorld2.lpr(5,5) (3101) Macro defined: FPC_HAS_FEATURE_HEAP
[0.034] C:\data\lazdev\xtensa\projects\HelloWorld2.lpr(5,5) (3101) Macro defined: FPC_HAS_FEATURE_RTTI
[0.034] C:\data\lazdev\xtensa\projects\HelloWorld2.lpr(5,5) (3101) Macro defined: FPC_HAS_FEATURE_CLASSES
[0.034] C:\data\lazdev\xtensa\projects\HelloWorld2.lpr(5,5) (3101) Macro defined: FPC_HAS_FEATURE_EXCEPTIONS
[0.034] C:\data\lazdev\xtensa\projects\HelloWorld2.lpr(5,5) (3101) Macro defined: FPC_HAS_FEATURE_EXITCODE
[0.034] C:\data\lazdev\xtensa\projects\HelloWorld2.lpr(5,5) (3101) Macro defined: FPC_HAS_FEATURE_ANSISTRINGS
[0.034] C:\data\lazdev\xtensa\projects\HelloWorld2.lpr(5,5) (3101) Macro defined: FPC_HAS_FEATURE_WIDESTRINGS
[0.034] C:\data\lazdev\xtensa\projects\HelloWorld2.lpr(5,5) (3101) Macro defined: FPC_HAS_FEATURE_TEXTIO
[0.034] C:\data\lazdev\xtensa\projects\HelloWorld2.lpr(5,5) (3101) Macro defined: FPC_HAS_FEATURE_FILEIO
[0.034] C:\data\lazdev\xtensa\projects\HelloWorld2.lpr(5,5) (3101) Macro defined: FPC_HAS_FEATURE_RANDOM
[0.034] C:\data\lazdev\xtensa\projects\HelloWorld2.lpr(5,5) (3101) Macro defined: FPC_HAS_FEATURE_VARIANTS
[0.034] C:\data\lazdev\xtensa\projects\HelloWorld2.lpr(5,5) (3101) Macro defined: FPC_HAS_FEATURE_OBJECTS
[0.034] C:\data\lazdev\xtensa\projects\HelloWorld2.lpr(5,5) (3101) Macro defined: FPC_HAS_FEATURE_DYNARRAYS
[0.034] C:\data\lazdev\xtensa\projects\HelloWorld2.lpr(5,5) (3101) Macro defined: FPC_HAS_FEATURE_THREADING
[0.034] C:\data\lazdev\xtensa\projects\HelloWorld2.lpr(5,5) (3101) Macro defined: FPC_HAS_FEATURE_COMMANDARGS
[0.034] C:\data\lazdev\xtensa\projects\HelloWorld2.lpr(5,5) (3101) Macro defined: FPC_HAS_FEATURE_PROCESSES
[0.034] C:\data\lazdev\xtensa\projects\HelloWorld2.lpr(5,5) (3101) Macro defined: FPC_HAS_FEATURE_SOFTFPU
[0.034] C:\data\lazdev\xtensa\projects\HelloWorld2.lpr(5,5) (3101) Macro defined: FPC_HAS_FEATURE_RESOURCES
[0.034] (HELLOWORLD2) (10057) Registering new unit OBJPAS
[0.034] (HELLOWORLD2) (10027) Load from HELLOWORLD2 (implementation) unit OBJPAS
[0.034] (OBJPAS)   (10055) Loading unit OBJPAS
[0.034] (10000) Unitsearch: objpas.ppu
[0.034] (10000) Unitsearch: C:\data\lazdev\xtensa\projects\lib\xtensa-freertos\objpas.ppu
[0.034] (10000) Unitsearch: objpas.pp
[0.034] (10000) Unitsearch: objpas.pas
[0.034] (10000) Unitsearch: objpas.ppu
[0.035] (10000) Unitsearch: objpas.pp
[0.035] (10000) Unitsearch: objpas.pas
[0.035] (10000) Unitsearch: C:\data\lazdev\xtensa\fpc\units\xtensa-freertos\lx106\rtl\objpas.ppu
[0.035] (10001) PPU Loading C:\data\lazdev\xtensa\fpc\units\xtensa-freertos\lx106\rtl\objpas.ppu
[0.035] (OBJPAS)   (10002) PPU Name: C:\data\lazdev\xtensa\fpc\units\xtensa-freertos\lx106\rtl\objpas.ppu
[0.035] (OBJPAS)   (10005) PPU Time: 2022/01/01 14:02:38
[0.035] (OBJPAS)   (10003) PPU Flags: 36992
[0.035] (OBJPAS)   (10004) PPU Crc: A31F11F9
[0.035] (OBJPAS)   (10004) PPU Crc: 4C993660 (intfc)
[0.035] (OBJPAS)   (10004) PPU Crc: 777BEDA1 (indc)
[0.035] (OBJPAS)   Number of definitions: 71
[0.035] (OBJPAS)   Number of symbols: 149
[0.035] (OBJPAS)   (10011) PPU Source: objpas.pp not available
[0.035] (OBJPAS)   (10027) Load from OBJPAS (interface) unit SYSTEM
[0.035] (OBJPAS)   (10048) Adding dependency: OBJPAS depends on SYSTEM
[0.035] (OBJPAS)   (10056) Finished loading unit OBJPAS
[0.035] Searching file HelloWorld2.lpr... found
[0.036] (HELLOWORLD2) (10057) Registering new unit ESP8266
[0.036] (HELLOWORLD2) (10027) Load from HELLOWORLD2 (implementation) unit ESP8266
[0.036] (ESP8266)  (10055) Loading unit ESP8266
[0.036] (10000) Unitsearch: ESP8266.ppu
[0.036] (10000) Unitsearch: C:\data\lazdev\xtensa\projects\lib\xtensa-freertos\ESP8266.ppu
[0.036] (10000) Unitsearch: ESP8266.pp
[0.036] (10000) Unitsearch: ESP8266.pas
[0.036] (10000) Unitsearch: ESP8266.ppu
[0.036] (10000) Unitsearch: ESP8266.pp
[0.036] (10000) Unitsearch: ESP8266.pas
[0.036] (10000) Unitsearch: C:\data\lazdev\xtensa\fpc\units\xtensa-freertos\lx106\rtl\ESP8266.ppu
[0.036] (10001) PPU Loading C:\data\lazdev\xtensa\fpc\units\xtensa-freertos\lx106\rtl\esp8266.ppu
[0.036] (ESP8266)  (10002) PPU Name: C:\data\lazdev\xtensa\fpc\units\xtensa-freertos\lx106\rtl\esp8266.ppu
[0.036] (ESP8266)  (10005) PPU Time: 2022/01/01 14:02:38
[0.036] (ESP8266)  (10003) PPU Flags: 36992
[0.036] (ESP8266)  (10004) PPU Crc: 38EF17B2
[0.036] (ESP8266)  (10004) PPU Crc: C4BA2F60 (intfc)
[0.036] (ESP8266)  (10004) PPU Crc: 01DCE4A6 (indc)
[0.036] (ESP8266)  Number of definitions: 14
[0.036] (ESP8266)  Number of symbols: 21
[0.036] (ESP8266)  (10011) PPU Source: esp8266.pp not available
[0.036] (ESP8266)  (10027) Load from ESP8266 (interface) unit SYSTEM
[0.036] (ESP8266)  (10048) Adding dependency: ESP8266 depends on SYSTEM
[0.036] (ESP8266)  (10057) Registering new unit CONSOLEIO
[0.036] (ESP8266)  (10057) Registering new unit HEAPMGR
[0.036] (ESP8266)  (10027) Load from ESP8266 (implementation) unit CONSOLEIO
[0.037] (CONSOLEIO) (10055) Loading unit CONSOLEIO
[0.037] (10000) Unitsearch: consoleio.ppu
[0.037] (10000) Unitsearch: C:\data\lazdev\xtensa\projects\lib\xtensa-freertos\consoleio.ppu
[0.037] (10000) Unitsearch: consoleio.pp
[0.037] (10000) Unitsearch: consoleio.pas
[0.037] (10000) Unitsearch: consoleio.ppu
[0.037] (10000) Unitsearch: consoleio.pp
[0.037] (10000) Unitsearch: consoleio.pas
[0.037] (10000) Unitsearch: C:\data\lazdev\xtensa\fpc\units\xtensa-freertos\lx106\rtl\consoleio.ppu
[0.037] (10001) PPU Loading C:\data\lazdev\xtensa\fpc\units\xtensa-freertos\lx106\rtl\consoleio.ppu
[0.037] (CONSOLEIO) (10002) PPU Name: C:\data\lazdev\xtensa\fpc\units\xtensa-freertos\lx106\rtl\consoleio.ppu
[0.037] (CONSOLEIO) (10005) PPU Time: 2022/01/01 14:02:38
[0.037] (CONSOLEIO) (10003) PPU Flags: 36992
[0.037] (CONSOLEIO) (10004) PPU Crc: 9A626AEF
[0.037] (CONSOLEIO) (10004) PPU Crc: 30C2972A (intfc)
[0.037] (CONSOLEIO) (10004) PPU Crc: 01DCE4A6 (indc)
[0.037] (CONSOLEIO) Number of definitions: 22
[0.038] (CONSOLEIO) Number of symbols: 60
[0.038] (CONSOLEIO) (10011) PPU Source: consoleio.pp not available
[0.038] (CONSOLEIO) (10011) PPU Source: textrec.inc not available
[0.038] (CONSOLEIO) (10027) Load from CONSOLEIO (interface) unit SYSTEM
[0.038] (CONSOLEIO) (10048) Adding dependency: CONSOLEIO depends on SYSTEM
[0.038] (CONSOLEIO) (10056) Finished loading unit CONSOLEIO
[0.038] (ESP8266)  (10048) Adding dependency: ESP8266 depends on CONSOLEIO
[0.039] (ESP8266)  (10027) Load from ESP8266 (implementation) unit HEAPMGR
[0.039] (HEAPMGR)  (10055) Loading unit HEAPMGR
[0.039] (10000) Unitsearch: heapmgr.ppu
[0.039] (10000) Unitsearch: C:\data\lazdev\xtensa\projects\lib\xtensa-freertos\heapmgr.ppu
[0.039] (10000) Unitsearch: heapmgr.pp
[0.039] (10000) Unitsearch: heapmgr.pas
[0.039] (10000) Unitsearch: heapmgr.ppu
[0.039] (10000) Unitsearch: heapmgr.pp
[0.039] (10000) Unitsearch: heapmgr.pas
[0.039] (10000) Unitsearch: C:\data\lazdev\xtensa\fpc\units\xtensa-freertos\lx106\rtl\heapmgr.ppu
[0.039] (10001) PPU Loading C:\data\lazdev\xtensa\fpc\units\xtensa-freertos\lx106\rtl\heapmgr.ppu
[0.039] (HEAPMGR)  (10002) PPU Name: C:\data\lazdev\xtensa\fpc\units\xtensa-freertos\lx106\rtl\heapmgr.ppu
[0.039] (HEAPMGR)  (10005) PPU Time: 2022/01/01 14:02:38
[0.039] (HEAPMGR)  (10003) PPU Flags: 36992
[0.039] (HEAPMGR)  (10004) PPU Crc: 84DDBACA
[0.039] (HEAPMGR)  (10004) PPU Crc: 96C0F58F (intfc)
[0.039] (HEAPMGR)  (10004) PPU Crc: 01DCE4A6 (indc)
[0.039] (HEAPMGR)  Number of definitions: 15
[0.039] (HEAPMGR)  Number of symbols: 50
[0.039] (HEAPMGR)  (10011) PPU Source: heapmgr.pp not available
[0.039] (HEAPMGR)  (10027) Load from HEAPMGR (interface) unit SYSTEM
[0.039] (HEAPMGR)  (10048) Adding dependency: HEAPMGR depends on SYSTEM
[0.039] (HEAPMGR)  (10056) Finished loading unit HEAPMGR
[0.040] (ESP8266)  (10048) Adding dependency: ESP8266 depends on HEAPMGR
[0.040] (ESP8266)  (10056) Finished loading unit ESP8266
[0.040] Searching file HelloWorld2.lpr... found
[0.040] C:\data\lazdev\xtensa\projects\HelloWorld2.lpr(6,10) (2032) Handling switch "$IFDEF"
[0.040] C:\data\lazdev\xtensa\projects\HelloWorld2.lpr(6,10) (2034) IFDEF UNIX found, rejected
[0.040] C:\data\lazdev\xtensa\projects\HelloWorld2.lpr(6,15) (2039) Skipping until...
[0.040] C:\data\lazdev\xtensa\projects\HelloWorld2.lpr(8,10) (2032) Handling switch "$ENDIF"
[0.040] C:\data\lazdev\xtensa\projects\HelloWorld2.lpr(8,10) (2033) ENDIF UNIX found
[0.040] (HELLOWORLD2) (10057) Registering new unit CLASSES
[0.040] (HELLOWORLD2) (10027) Load from HELLOWORLD2 (implementation) unit CLASSES
[0.040] (CLASSES)  (10055) Loading unit CLASSES
[0.040] (10000) Unitsearch: Classes.ppu
[0.040] (10000) Unitsearch: C:\data\lazdev\xtensa\projects\lib\xtensa-freertos\Classes.ppu
[0.040] (10000) Unitsearch: Classes.pp
[0.040] (10000) Unitsearch: Classes.pas
[0.040] (10000) Unitsearch: Classes.ppu
[0.040] (10000) Unitsearch: Classes.pp
[0.040] (10000) Unitsearch: Classes.pas
[0.040] (10000) Unitsearch: C:\data\lazdev\xtensa\fpc\units\xtensa-freertos\lx106\rtl\Classes.ppu
[0.040] (10001) PPU Loading C:\data\lazdev\xtensa\fpc\units\xtensa-freertos\lx106\rtl\classes.ppu
[0.040] (CLASSES)  (10002) PPU Name: C:\data\lazdev\xtensa\fpc\units\xtensa-freertos\lx106\rtl\classes.ppu
[0.041] (CLASSES)  (10005) PPU Time: 2022/01/01 14:02:44
[0.041] (CLASSES)  (10003) PPU Flags: 36992
[0.041] (CLASSES)  (10004) PPU Crc: 48EDDFCC
[0.041] (CLASSES)  (10004) PPU Crc: 7ABAFF15 (intfc)
[0.041] (CLASSES)  (10004) PPU Crc: 67B7DF4C (indc)
[0.041] (CLASSES)  Number of definitions: 2905
[0.041] (CLASSES)  Number of symbols: 8589
[0.041] (CLASSES)  (10011) PPU Source: classes.pp not available
[0.041] (CLASSES)  (10011) PPU Source: classesh.inc not available
[0.041] (CLASSES)  (10011) PPU Source: classes.inc not available
[0.041] (CLASSES)  (10011) PPU Source: util.inc not available
[0.041] (CLASSES)  (10011) PPU Source: bits.inc not available
[0.041] (CLASSES)  (10011) PPU Source: streams.inc not available
[0.041] (CLASSES)  (10011) PPU Source: parser.inc not available
[0.041] (CLASSES)  (10011) PPU Source: collect.inc not available
[0.041] (CLASSES)  (10011) PPU Source: lists.inc not available
[0.041] (CLASSES)  (10011) PPU Source: stringl.inc not available
[0.041] (CLASSES)  (10011) PPU Source: tthread.inc not available
[0.041] (CLASSES)  (10011) PPU Source: persist.inc not available
[0.041] (CLASSES)  (10011) PPU Source: sllist.inc not available
[0.041] (CLASSES)  (10011) PPU Source: resref.inc not available
[0.041] (CLASSES)  (10011) PPU Source: compon.inc not available
[0.041] (CLASSES)  (10011) PPU Source: action.inc not available
[0.041] (CLASSES)  (10011) PPU Source: dm.inc not available
[0.041] (CLASSES)  (10011) PPU Source: cregist.inc not available
[0.041] (CLASSES)  (10011) PPU Source: intf.inc not available
[0.041] (CLASSES)  (10011) PPU Source: filer.inc not available
[0.041] (CLASSES)  (10011) PPU Source: reader.inc not available
[0.041] (CLASSES)  (10011) PPU Source: writer.inc not available
[0.041] (CLASSES)  (10011) PPU Source: twriter.inc not available
[0.041] (CLASSES)  (10057) Registering new unit SYSUTILS
[0.041] (CLASSES)  (10057) Registering new unit RTLCONSTS
[0.041] (CLASSES)  (10057) Registering new unit TYPES
[0.041] (CLASSES)  (10057) Registering new unit SORTBASE
[0.041] (CLASSES)  (10057) Registering new unit TYPINFO
[0.042] (CLASSES)  (10027) Load from CLASSES (interface) unit SYSTEM
[0.042] (CLASSES)  (10048) Adding dependency: CLASSES depends on SYSTEM
[0.042] (CLASSES)  (10027) Load from CLASSES (interface) unit OBJPAS
[0.042] (CLASSES)  (10048) Adding dependency: CLASSES depends on OBJPAS
[0.042] (CLASSES)  (10027) Load from CLASSES (interface) unit SYSUTILS
[0.042] (SYSUTILS) (10055) Loading unit SYSUTILS
[0.042] (10000) Unitsearch: sysutils.ppu
[0.042] (10000) Unitsearch: C:\data\lazdev\xtensa\projects\lib\xtensa-freertos\sysutils.ppu
[0.042] (10000) Unitsearch: sysutils.pp
[0.042] (10000) Unitsearch: sysutils.pas
[0.042] (10000) Unitsearch: sysutils.ppu
[0.042] (10000) Unitsearch: sysutils.pp
[0.042] (10000) Unitsearch: sysutils.pas
[0.042] (10000) Unitsearch: C:\data\lazdev\xtensa\fpc\units\xtensa-freertos\lx106\rtl\sysutils.ppu
[0.042] (10001) PPU Loading C:\data\lazdev\xtensa\fpc\units\xtensa-freertos\lx106\rtl\sysutils.ppu
[0.042] (SYSUTILS) (10002) PPU Name: C:\data\lazdev\xtensa\fpc\units\xtensa-freertos\lx106\rtl\sysutils.ppu
[0.042] (SYSUTILS) (10005) PPU Time: 2022/01/01 14:02:42
[0.042] (SYSUTILS) (10003) PPU Flags: 36992
[0.042] (SYSUTILS) (10004) PPU Crc: D791945E
[0.042] (SYSUTILS) (10004) PPU Crc: 2B266860 (intfc)
[0.042] (SYSUTILS) (10004) PPU Crc: A23836C1 (indc)
[0.042] (SYSUTILS) Number of definitions: 3121
[0.042] (SYSUTILS) Number of symbols: 9885
[0.042] (SYSUTILS) (10011) PPU Source: sysutils.pp not available
[0.043] (SYSUTILS) (10011) PPU Source: sysutilh.inc not available
[0.043] (SYSUTILS) (10011) PPU Source: sysinth.inc not available
[0.043] (SYSUTILS) (10011) PPU Source: osutilsh.inc not available
[0.043] (SYSUTILS) (10011) PPU Source: datih.inc not available
[0.043] (SYSUTILS) (10011) PPU Source: sysstrh.inc not available
[0.043] (SYSUTILS) (10011) PPU Source: syssbh.inc not available
[0.043] (SYSUTILS) (10011) PPU Source: syssbh.inc not available
[0.043] (SYSUTILS) (10011) PPU Source: syspchh.inc not available
[0.043] (SYSUTILS) (10011) PPU Source: sysansih.inc not available
[0.043] (SYSUTILS) (10011) PPU Source: syscodepagesh.inc not available
[0.043] (SYSUTILS) (10011) PPU Source: syswideh.inc not available
[0.043] (SYSUTILS) (10011) PPU Source: sysunih.inc not available
[0.043] (SYSUTILS) (10011) PPU Source: sysencodingh.inc not available
[0.043] (SYSUTILS) (10011) PPU Source: finah.inc not available
[0.043] (SYSUTILS) (10011) PPU Source: finah.inc not available
[0.043] (SYSUTILS) (10011) PPU Source: filutilh.inc not available
[0.043] (SYSUTILS) (10011) PPU Source: diskh.inc not available
[0.043] (SYSUTILS) (10011) PPU Source: systhrdh.inc not available
[0.043] (SYSUTILS) (10011) PPU Source: syshelph.inc not available
[0.043] (SYSUTILS) (10011) PPU Source: intfh.inc not available
[0.043] (SYSUTILS) (10011) PPU Source: sysutils.inc not available
[0.043] (SYSUTILS) (10011) PPU Source: sysansi.inc not available
[0.043] (SYSUTILS) (10011) PPU Source: syscodepages.inc not available
[0.043] (SYSUTILS) (10011) PPU Source: fina.inc not available
[0.043] (SYSUTILS) (10011) PPU Source: fexpand.inc not available
[0.043] (SYSUTILS) (10011) PPU Source: disk.inc not available
[0.043] (SYSUTILS) (10011) PPU Source: fina.inc not available
[0.043] (SYSUTILS) (10011) PPU Source: fexpand.inc not available
[0.043] (SYSUTILS) (10011) PPU Source: disk.inc not available
[0.043] (SYSUTILS) (10011) PPU Source: filutil.inc not available
[0.043] (SYSUTILS) (10011) PPU Source: varerror.inc not available
[0.043] (SYSUTILS) (10011) PPU Source: syshelp.inc not available
[0.043] (SYSUTILS) (10011) PPU Source: syshelpf.inc not available
[0.043] (SYSUTILS) (10011) PPU Source: syshelpf.inc not available
[0.043] (SYSUTILS) (10011) PPU Source: syshelpo.inc not available
[0.043] (SYSUTILS) (10011) PPU Source: syshelpo.inc not available
[0.043] (SYSUTILS) (10011) PPU Source: syshelpo.inc not available
[0.043] (SYSUTILS) (10011) PPU Source: syshelpo.inc not available
[0.043] (SYSUTILS) (10011) PPU Source: syshelpo.inc not available
[0.043] (SYSUTILS) (10011) PPU Source: syshelpo.inc not available
[0.043] (SYSUTILS) (10011) PPU Source: syshelpo.inc not available
[0.043] (SYSUTILS) (10011) PPU Source: syshelpo.inc not available
[0.043] (SYSUTILS) (10011) PPU Source: syshelpo.inc not available
[0.043] (SYSUTILS) (10011) PPU Source: syshelpo.inc not available
[0.043] (SYSUTILS) (10011) PPU Source: syshelpo.inc not available
[0.043] (SYSUTILS) (10011) PPU Source: syshelpb.inc not available
[0.043] (SYSUTILS) (10011) PPU Source: syshelpb.inc not available
[0.043] (SYSUTILS) (10011) PPU Source: syshelpb.inc not available
[0.043] (SYSUTILS) (10011) PPU Source: syshelpb.inc not available
[0.043] (SYSUTILS) (10011) PPU Source: syshelpb.inc not available
[0.043] (SYSUTILS) (10011) PPU Source: syshelpb.inc not available
[0.044] (SYSUTILS) (10011) PPU Source: syshelpb.inc not available
[0.044] (SYSUTILS) (10011) PPU Source: syshelpb.inc not available
[0.044] (SYSUTILS) (10011) PPU Source: syshelpb.inc not available
[0.044] (SYSUTILS) (10011) PPU Source: sysstr.inc not available
[0.044] (SYSUTILS) (10011) PPU Source: sysformt.inc not available
[0.044] (SYSUTILS) (10011) PPU Source: fmtflt.inc not available
[0.044] (SYSUTILS) (10011) PPU Source: syssr.inc not available
[0.044] (SYSUTILS) (10011) PPU Source: syssb.inc not available
[0.044] (SYSUTILS) (10011) PPU Source: syssb.inc not available
[0.044] (SYSUTILS) (10011) PPU Source: dati.inc not available
[0.044] (SYSUTILS) (10011) PPU Source: syspch.inc not available
[0.044] (SYSUTILS) (10011) PPU Source: strings.inc not available
[0.044] (SYSUTILS) (10011) PPU Source: genstr.inc not available
[0.044] (SYSUTILS) (10011) PPU Source: stringsi.inc not available
[0.044] (SYSUTILS) (10011) PPU Source: sysint.inc not available
[0.044] (SYSUTILS) (10011) PPU Source: syswide.inc not available
[0.044] (SYSUTILS) (10011) PPU Source: sysformt.inc not available
[0.044] (SYSUTILS) (10011) PPU Source: syssr.inc not available
[0.044] (SYSUTILS) (10011) PPU Source: sysuni.inc not available
[0.044] (SYSUTILS) (10011) PPU Source: sysformt.inc not available
[0.044] (SYSUTILS) (10011) PPU Source: syssr.inc not available
[0.044] (SYSUTILS) (10011) PPU Source: sysencoding.inc not available
[0.044] (SYSUTILS) (10011) PPU Source: sysuthrd.inc not available
[0.044] (SYSUTILS) (10011) PPU Source: osutil.inc not available
[0.044] (SYSUTILS) (10011) PPU Source: sysuintf.inc not available
[0.044] (SYSUTILS) (10027) Load from SYSUTILS (interface) unit SYSTEM
[0.044] (SYSUTILS) (10048) Adding dependency: SYSUTILS depends on SYSTEM
[0.044] (SYSUTILS) (10027) Load from SYSUTILS (interface) unit OBJPAS
[0.044] (SYSUTILS) (10048) Adding dependency: SYSUTILS depends on OBJPAS
[0.064] (SYSUTILS) (10057) Registering new unit SYSCONST
[0.064] (SYSUTILS) (10027) Load from SYSUTILS (implementation) unit SYSCONST
[0.064] (SYSCONST) (10055) Loading unit SYSCONST
[0.064] (10000) Unitsearch: SysConst.ppu
[0.064] (10000) Unitsearch: C:\data\lazdev\xtensa\projects\lib\xtensa-freertos\SysConst.ppu
[0.064] (10000) Unitsearch: SysConst.pp
[0.064] (10000) Unitsearch: SysConst.pas
[0.064] (10000) Unitsearch: SysConst.ppu
[0.064] (10000) Unitsearch: SysConst.pp
[0.064] (10000) Unitsearch: SysConst.pas
[0.064] (10000) Unitsearch: C:\data\lazdev\xtensa\fpc\units\xtensa-freertos\lx106\rtl\SysConst.ppu
[0.064] (10001) PPU Loading C:\data\lazdev\xtensa\fpc\units\xtensa-freertos\lx106\rtl\sysconst.ppu
[0.064] (SYSCONST) (10002) PPU Name: C:\data\lazdev\xtensa\fpc\units\xtensa-freertos\lx106\rtl\sysconst.ppu
[0.065] (SYSCONST) (10005) PPU Time: 2022/01/01 14:02:38
[0.065] (SYSCONST) (10003) PPU Flags: 36992
[0.065] (SYSCONST) (10004) PPU Crc: C7FB4443
[0.065] (SYSCONST) (10004) PPU Crc: E45AA5D1 (intfc)
[0.065] (SYSCONST) (10004) PPU Crc: 76A70907 (indc)
[0.065] (SYSCONST) Number of definitions: 219
[0.065] (SYSCONST) Number of symbols: 164
[0.065] (SYSCONST) (10011) PPU Source: sysconst.pp not available
[0.065] (SYSCONST) (10027) Load from SYSCONST (interface) unit SYSTEM
[0.065] (SYSCONST) (10048) Adding dependency: SYSCONST depends on SYSTEM
[0.065] (SYSCONST) (10027) Load from SYSCONST (interface) unit OBJPAS
[0.065] (SYSCONST) (10048) Adding dependency: SYSCONST depends on OBJPAS
[0.066] (SYSCONST) (10056) Finished loading unit SYSCONST
[0.066] (SYSUTILS) (10048) Adding dependency: SYSUTILS depends on SYSCONST
[0.066] (SYSUTILS) (10027) Load from SYSUTILS (implementation) unit HEAPMGR
[0.066] (SYSUTILS) (10048) Adding dependency: SYSUTILS depends on HEAPMGR
[0.068] (SYSUTILS) (10056) Finished loading unit SYSUTILS
[0.068] (CLASSES)  (10048) Adding dependency: CLASSES depends on SYSUTILS
[0.068] (CLASSES)  (10027) Load from CLASSES (interface) unit RTLCONSTS
[0.068] (RTLCONSTS) (10055) Loading unit RTLCONSTS
[0.068] (10000) Unitsearch: RtlConsts.ppu
[0.068] (10000) Unitsearch: C:\data\lazdev\xtensa\projects\lib\xtensa-freertos\RtlConsts.ppu
[0.068] (10000) Unitsearch: RtlConsts.pp
[0.068] (10000) Unitsearch: RtlConsts.pas
[0.068] (10000) Unitsearch: RtlConsts.ppu
[0.068] (10000) Unitsearch: RtlConsts.pp
[0.068] (10000) Unitsearch: RtlConsts.pas
[0.068] (10000) Unitsearch: C:\data\lazdev\xtensa\fpc\units\xtensa-freertos\lx106\rtl\RtlConsts.ppu
[0.068] (10001) PPU Loading C:\data\lazdev\xtensa\fpc\units\xtensa-freertos\lx106\rtl\rtlconsts.ppu
[0.068] (RTLCONSTS) (10002) PPU Name: C:\data\lazdev\xtensa\fpc\units\xtensa-freertos\lx106\rtl\rtlconsts.ppu
[0.068] (RTLCONSTS) (10005) PPU Time: 2022/01/01 14:02:42
[0.068] (RTLCONSTS) (10003) PPU Flags: 36992
[0.068] (RTLCONSTS) (10004) PPU Crc: B7895086
[0.068] (RTLCONSTS) (10004) PPU Crc: 14403247 (intfc)
[0.068] (RTLCONSTS) (10004) PPU Crc: 76A70907 (indc)
[0.068] (RTLCONSTS) Number of definitions: 544
[0.068] (RTLCONSTS) Number of symbols: 486
[0.068] (RTLCONSTS) (10011) PPU Source: rtlconsts.pp not available
[0.068] (RTLCONSTS) (10011) PPU Source: rtlconst.inc not available
[0.068] (RTLCONSTS) (10027) Load from RTLCONSTS (interface) unit SYSTEM
[0.068] (RTLCONSTS) (10048) Adding dependency: RTLCONSTS depends on SYSTEM
[0.068] (RTLCONSTS) (10027) Load from RTLCONSTS (interface) unit OBJPAS
[0.069] (RTLCONSTS) (10048) Adding dependency: RTLCONSTS depends on OBJPAS
[0.070] (RTLCONSTS) (10056) Finished loading unit RTLCONSTS
[0.070] (CLASSES)  (10048) Adding dependency: CLASSES depends on RTLCONSTS
[0.070] (CLASSES)  (10027) Load from CLASSES (interface) unit TYPES
[0.070] (TYPES)    (10055) Loading unit TYPES
[0.070] (10000) Unitsearch: Types.ppu
[0.070] (10000) Unitsearch: C:\data\lazdev\xtensa\projects\lib\xtensa-freertos\Types.ppu
[0.070] (10000) Unitsearch: Types.pp
[0.070] (10000) Unitsearch: Types.pas
[0.070] (10000) Unitsearch: Types.ppu
[0.070] (10000) Unitsearch: Types.pp
[0.070] (10000) Unitsearch: Types.pas
[0.070] (10000) Unitsearch: C:\data\lazdev\xtensa\fpc\units\xtensa-freertos\lx106\rtl\Types.ppu
[0.070] (10001) PPU Loading C:\data\lazdev\xtensa\fpc\units\xtensa-freertos\lx106\rtl\types.ppu
[0.070] (TYPES)    (10002) PPU Name: C:\data\lazdev\xtensa\fpc\units\xtensa-freertos\lx106\rtl\types.ppu
[0.071] (TYPES)    (10005) PPU Time: 2022/01/01 14:02:42
[0.071] (TYPES)    (10003) PPU Flags: 36992
[0.071] (TYPES)    (10004) PPU Crc: DA375F0D
[0.071] (TYPES)    (10004) PPU Crc: 621E6F92 (intfc)
[0.071] (TYPES)    (10004) PPU Crc: 0B42AED5 (indc)
[0.071] (TYPES)    Number of definitions: 326
[0.071] (TYPES)    Number of symbols: 821
[0.071] (TYPES)    (10011) PPU Source: types.pp not available
[0.071] (TYPES)    (10011) PPU Source: typshrdh.inc not available
[0.071] (TYPES)    (10011) PPU Source: typshrd.inc not available
[0.071] (TYPES)    (10027) Load from TYPES (interface) unit SYSTEM
[0.071] (TYPES)    (10048) Adding dependency: TYPES depends on SYSTEM
[0.071] (TYPES)    (10027) Load from TYPES (interface) unit OBJPAS
[0.071] (TYPES)    (10048) Adding dependency: TYPES depends on OBJPAS
[0.073] (TYPES)    (10057) Registering new unit MATH
[0.073] (TYPES)    (10027) Load from TYPES (implementation) unit MATH
[0.073] (MATH)     (10055) Loading unit MATH
[0.073] (10000) Unitsearch: Math.ppu
[0.073] (10000) Unitsearch: C:\data\lazdev\xtensa\projects\lib\xtensa-freertos\Math.ppu
[0.073] (10000) Unitsearch: Math.pp
[0.073] (10000) Unitsearch: Math.pas
[0.073] (10000) Unitsearch: Math.ppu
[0.074] (10000) Unitsearch: Math.pp
[0.074] (10000) Unitsearch: Math.pas
[0.074] (10000) Unitsearch: C:\data\lazdev\xtensa\fpc\units\xtensa-freertos\lx106\rtl\Math.ppu
[0.074] (10001) PPU Loading C:\data\lazdev\xtensa\fpc\units\xtensa-freertos\lx106\rtl\math.ppu
[0.074] (MATH)     (10002) PPU Name: C:\data\lazdev\xtensa\fpc\units\xtensa-freertos\lx106\rtl\math.ppu
[0.074] (MATH)     (10005) PPU Time: 2022/01/01 14:02:42
[0.074] (MATH)     (10003) PPU Flags: 36992
[0.074] (MATH)     (10004) PPU Crc: 1B6B35C9
[0.074] (MATH)     (10004) PPU Crc: E6B16906 (intfc)
[0.074] (MATH)     (10004) PPU Crc: 9FD90EA5 (indc)
[0.074] (MATH)     Number of definitions: 270
[0.074] (MATH)     Number of symbols: 849
[0.074] (MATH)     (10011) PPU Source: math.pp not available
[0.074] (MATH)     (10011) PPU Source: mathu.inc not available
[0.074] (MATH)     (10027) Load from MATH (interface) unit SYSTEM
[0.074] (MATH)     (10048) Adding dependency: MATH depends on SYSTEM
[0.074] (MATH)     (10027) Load from MATH (interface) unit OBJPAS
[0.074] (MATH)     (10048) Adding dependency: MATH depends on OBJPAS
[0.074] (MATH)     (10027) Load from MATH (interface) unit SYSUTILS
[0.074] (MATH)     (10048) Adding dependency: MATH depends on SYSUTILS
[0.077] (MATH)     (10056) Finished loading unit MATH
[0.077] (TYPES)    (10048) Adding dependency: TYPES depends on MATH
[0.077] (TYPES)    (10056) Finished loading unit TYPES
[0.077] (CLASSES)  (10048) Adding dependency: CLASSES depends on TYPES
[0.077] (CLASSES)  (10027) Load from CLASSES (interface) unit SORTBASE
[0.077] (SORTBASE) (10055) Loading unit SORTBASE
[0.077] (10000) Unitsearch: sortbase.ppu
[0.077] (10000) Unitsearch: C:\data\lazdev\xtensa\projects\lib\xtensa-freertos\sortbase.ppu
[0.077] (10000) Unitsearch: sortbase.pp
[0.077] (10000) Unitsearch: sortbase.pas
[0.077] (10000) Unitsearch: sortbase.ppu
[0.077] (10000) Unitsearch: sortbase.pp
[0.077] (10000) Unitsearch: sortbase.pas
[0.077] (10000) Unitsearch: C:\data\lazdev\xtensa\fpc\units\xtensa-freertos\lx106\rtl\sortbase.ppu
[0.077] (10001) PPU Loading C:\data\lazdev\xtensa\fpc\units\xtensa-freertos\lx106\rtl\sortbase.ppu
[0.078] (SORTBASE) (10002) PPU Name: C:\data\lazdev\xtensa\fpc\units\xtensa-freertos\lx106\rtl\sortbase.ppu
[0.078] (SORTBASE) (10005) PPU Time: 2022/01/01 14:02:38
[0.078] (SORTBASE) (10003) PPU Flags: 36992
[0.078] (SORTBASE) (10004) PPU Crc: 5F4A98FD
[0.078] (SORTBASE) (10004) PPU Crc: B705B8AA (intfc)
[0.078] (SORTBASE) (10004) PPU Crc: 76A70907 (indc)
[0.078] (SORTBASE) Number of definitions: 63
[0.078] (SORTBASE) Number of symbols: 140
[0.078] (SORTBASE) (10011) PPU Source: sortbase.pp not available
[0.078] (SORTBASE) (10027) Load from SORTBASE (interface) unit SYSTEM
[0.078] (SORTBASE) (10048) Adding dependency: SORTBASE depends on SYSTEM
[0.078] (SORTBASE) (10027) Load from SORTBASE (interface) unit OBJPAS
[0.078] (SORTBASE) (10048) Adding dependency: SORTBASE depends on OBJPAS
[0.078] (SORTBASE) (10056) Finished loading unit SORTBASE
[0.078] (CLASSES)  (10048) Adding dependency: CLASSES depends on SORTBASE
[0.078] (CLASSES)  (10027) Load from CLASSES (interface) unit TYPINFO
[0.078] (TYPINFO)  (10055) Loading unit TYPINFO
[0.078] (10000) Unitsearch: TypInfo.ppu
[0.078] (10000) Unitsearch: C:\data\lazdev\xtensa\projects\lib\xtensa-freertos\TypInfo.ppu
[0.078] (10000) Unitsearch: TypInfo.pp
[0.078] (10000) Unitsearch: TypInfo.pas
[0.078] (10000) Unitsearch: TypInfo.ppu
[0.078] (10000) Unitsearch: TypInfo.pp
[0.078] (10000) Unitsearch: TypInfo.pas
[0.078] (10000) Unitsearch: C:\data\lazdev\xtensa\fpc\units\xtensa-freertos\lx106\rtl\TypInfo.ppu
[0.078] (10001) PPU Loading C:\data\lazdev\xtensa\fpc\units\xtensa-freertos\lx106\rtl\typinfo.ppu
[0.079] (TYPINFO)  (10002) PPU Name: C:\data\lazdev\xtensa\fpc\units\xtensa-freertos\lx106\rtl\typinfo.ppu
[0.079] (TYPINFO)  (10005) PPU Time: 2022/01/01 14:02:42
[0.079] (TYPINFO)  (10003) PPU Flags: 36992
[0.079] (TYPINFO)  (10004) PPU Crc: 194C7E12
[0.079] (TYPINFO)  (10004) PPU Crc: 521752AF (intfc)
[0.079] (TYPINFO)  (10004) PPU Crc: 347823AE (indc)
[0.079] (TYPINFO)  Number of definitions: 590
[0.079] (TYPINFO)  Number of symbols: 1448
[0.079] (TYPINFO)  (10011) PPU Source: typinfo.pp not available
[0.079] (TYPINFO)  (10027) Load from TYPINFO (interface) unit SYSTEM
[0.079] (TYPINFO)  (10048) Adding dependency: TYPINFO depends on SYSTEM
[0.079] (TYPINFO)  (10027) Load from TYPINFO (interface) unit OBJPAS
[0.079] (TYPINFO)  (10048) Adding dependency: TYPINFO depends on OBJPAS
[0.079] (TYPINFO)  (10027) Load from TYPINFO (interface) unit SYSUTILS
[0.079] (TYPINFO)  (10048) Adding dependency: TYPINFO depends on SYSUTILS
[0.081] (TYPINFO)  (10027) Load from TYPINFO (implementation) unit RTLCONSTS
[0.081] (TYPINFO)  (10048) Adding dependency: TYPINFO depends on RTLCONSTS
[0.082] (TYPINFO)  (10056) Finished loading unit TYPINFO
[0.082] (CLASSES)  (10048) Adding dependency: CLASSES depends on TYPINFO
[0.096] (CLASSES)  (10056) Finished loading unit CLASSES
[0.096] Searching file HelloWorld2.lpr... found
[0.097] C:\data\lazdev\xtensa\projects\HelloWorld2.lpr(12,1) (HELLOWORLD2) (3106) Parsing implementation of HelloWorld2.lpr
[0.098] (9009) Assembling helloworld2
[0.099] Searching file C:\data\lazdev\xtensa\cross\bin\xtensa-freertos\bin\xtensa-lx106-elf-as.exe... found
[0.099] (9006) Using assembler: C:\data\lazdev\xtensa\cross\bin\xtensa-freertos\bin\xtensa-lx106-elf-as.exe
[0.099] Executing "C:\data\lazdev\xtensa\cross\bin\xtensa-freertos\bin\xtensa-lx106-elf-as.exe" with command line "-o C:\data\lazdev\xtensa\projects\lib\xtensa-freertos\HelloWorld2.o  C:\data\lazdev\xtensa\projects\lib\xtensa-freertos\HelloWorld2.s --longcalls"
[0.139] Searching file C:\data\lazdev\xtensa\projects\lib\xtensa-freertos\HelloWorld2.o... found
[0.140] Searching file C:\data\lazdev\xtensa\projects\lib\xtensa-freertos\system.o... not found
[0.140] Searching file C:\data\lazdev\xtensa\fpc\units\xtensa-freertos\lx106\rtl\system.o... found
[0.146] Searching file C:\data\lazdev\xtensa\projects\lib\xtensa-freertos\objpas.o... not found
[0.146] Searching file C:\data\lazdev\xtensa\fpc\units\xtensa-freertos\lx106\rtl\objpas.o... found
[0.146] Searching file C:\data\lazdev\xtensa\projects\lib\xtensa-freertos\esp8266.o... not found
[0.146] Searching file C:\data\lazdev\xtensa\fpc\units\xtensa-freertos\lx106\rtl\esp8266.o... found
[0.146] Searching file libesp8266.a... not found
[0.146] Searching file libesp8266.a... not found
[0.146] Searching file C:\data\lazdev\xtensa\projects\lib\xtensa-freertos\libesp8266.a... not found
[0.146] Searching file C:\data\lazdev\xtensa\cross\lib\xtensa-freertos\lx106\libesp8266.a... found
[0.146] Searching file liblog.a... not found
[0.146] Searching file liblog.a... not found
[0.147] Searching file C:\data\lazdev\xtensa\projects\lib\xtensa-freertos\liblog.a... not found
[0.148] Searching file C:\data\lazdev\xtensa\cross\lib\xtensa-freertos\lx106\liblog.a... found
[0.148] Searching file libc_fnano.a... not found
[0.148] Searching file libc_fnano.a... not found
[0.148] Searching file C:\data\lazdev\xtensa\projects\lib\xtensa-freertos\libc_fnano.a... not found
[0.148] Searching file C:\data\lazdev\xtensa\cross\lib\xtensa-freertos\lx106\libc_fnano.a... found
[0.148] Searching file libnewlib.a... not found
[0.148] Searching file libnewlib.a... not found
[0.148] Searching file C:\data\lazdev\xtensa\projects\lib\xtensa-freertos\libnewlib.a... not found
[0.148] Searching file C:\data\lazdev\xtensa\cross\lib\xtensa-freertos\lx106\libnewlib.a... found
[0.148] Searching file libheap.a... not found
[0.148] Searching file libheap.a... not found
[0.148] Searching file C:\data\lazdev\xtensa\projects\lib\xtensa-freertos\libheap.a... not found
[0.149] Searching file C:\data\lazdev\xtensa\cross\lib\xtensa-freertos\lx106\libheap.a... found
[0.149] Searching file libvfs.a... not found
[0.149] Searching file libvfs.a... not found
[0.149] Searching file C:\data\lazdev\xtensa\projects\lib\xtensa-freertos\libvfs.a... not found
[0.150] Searching file C:\data\lazdev\xtensa\cross\lib\xtensa-freertos\lx106\libvfs.a... found
[0.150] Searching file libesp_common.a... not found
[0.150] Searching file libesp_common.a... not found
[0.150] Searching file C:\data\lazdev\xtensa\projects\lib\xtensa-freertos\libesp_common.a... not found
[0.150] Searching file C:\data\lazdev\xtensa\cross\lib\xtensa-freertos\lx106\libesp_common.a... found
[0.150] Searching file libcore.a... not found
[0.150] Searching file libcore.a... not found
[0.150] Searching file C:\data\lazdev\xtensa\projects\lib\xtensa-freertos\libcore.a... not found
[0.151] Searching file C:\data\lazdev\xtensa\cross\lib\xtensa-freertos\lx106\libcore.a... found
[0.151] Searching file libfreertos.a... not found
[0.151] Searching file libfreertos.a... not found
[0.151] Searching file C:\data\lazdev\xtensa\projects\lib\xtensa-freertos\libfreertos.a... not found
[0.151] Searching file C:\data\lazdev\xtensa\cross\lib\xtensa-freertos\lx106\libfreertos.a... found
[0.151] Searching file libphy.a... not found
[0.151] Searching file libphy.a... not found
[0.151] Searching file C:\data\lazdev\xtensa\projects\lib\xtensa-freertos\libphy.a... not found
[0.151] Searching file C:\data\lazdev\xtensa\cross\lib\xtensa-freertos\lx106\libphy.a... found
[0.151] Searching file libnet80211.a... not found
[0.152] Searching file libnet80211.a... not found
[0.152] Searching file C:\data\lazdev\xtensa\projects\lib\xtensa-freertos\libnet80211.a... not found
[0.152] Searching file C:\data\lazdev\xtensa\cross\lib\xtensa-freertos\lx106\libnet80211.a... found
[0.152] Searching file libhal.a... not found
[0.152] Searching file libhal.a... not found
[0.152] Searching file C:\data\lazdev\xtensa\projects\lib\xtensa-freertos\libhal.a... not found
[0.152] Searching file C:\data\lazdev\xtensa\cross\lib\xtensa-freertos\lx106\libhal.a... found
[0.152] Searching file libnvs_flash.a... not found
[0.152] Searching file libnvs_flash.a... not found
[0.152] Searching file C:\data\lazdev\xtensa\projects\lib\xtensa-freertos\libnvs_flash.a... not found
[0.153] Searching file C:\data\lazdev\xtensa\cross\lib\xtensa-freertos\lx106\libnvs_flash.a... found
[0.153] Searching file librtc.a... not found
[0.153] Searching file librtc.a... not found
[0.153] Searching file C:\data\lazdev\xtensa\projects\lib\xtensa-freertos\librtc.a... not found
[0.153] Searching file C:\data\lazdev\xtensa\cross\lib\xtensa-freertos\lx106\librtc.a... found
[0.153] Searching file libspi_flash.a... not found
[0.153] Searching file libspi_flash.a... not found
[0.153] Searching file C:\data\lazdev\xtensa\projects\lib\xtensa-freertos\libspi_flash.a... not found
[0.153] Searching file C:\data\lazdev\xtensa\cross\lib\xtensa-freertos\lx106\libspi_flash.a... found
[0.153] Searching file libesp_ringbuf.a... not found
[0.153] Searching file libesp_ringbuf.a... not found
[0.154] Searching file C:\data\lazdev\xtensa\projects\lib\xtensa-freertos\libesp_ringbuf.a... not found
[0.154] Searching file C:\data\lazdev\xtensa\cross\lib\xtensa-freertos\lx106\libesp_ringbuf.a... found
[0.154] Searching file libgcc.a... not found
[0.154] Searching file libgcc.a... not found
[0.154] Searching file C:\data\lazdev\xtensa\projects\lib\xtensa-freertos\libgcc.a... not found
[0.154] Searching file C:\data\lazdev\xtensa\cross\lib\xtensa-freertos\lx106\libgcc.a... found
[0.154] Searching file libpp.a... not found
[0.154] Searching file libpp.a... not found
[0.154] Searching file C:\data\lazdev\xtensa\projects\lib\xtensa-freertos\libpp.a... not found
[0.155] Searching file C:\data\lazdev\xtensa\cross\lib\xtensa-freertos\lx106\libpp.a... found
[0.155] Searching file libstdc++.a... not found
[0.155] Searching file libstdc++.a... not found
[0.155] Searching file C:\data\lazdev\xtensa\projects\lib\xtensa-freertos\libstdc++.a... not found
[0.155] Searching file C:\data\lazdev\xtensa\cross\lib\xtensa-freertos\lx106\libstdc++.a... not found
[0.155] Searching file .\libstdc++.a... not found
[0.155] Searching file C:\data\lazdev\xtensa\fpc\units\xtensa-freertos\lx106\rtl\libstdc++.a... not found
[0.155] Searching file C:\data\lazdev\xtensa\fpc\units\xtensa-freertos\lx106\libstdc++.a... not found
[0.156] Searching file C:\data\lazdev\xtensa\fpc\units\xtensa-freertos\libstdc++.a... not found
[0.156] Searching file C:\data\lazdev\xtensa\fpc\bin\i386-win32\libstdc++.a... not found
[0.156] Searching file C:\data\lazdev\xtensa\fpc\bin\i386-win32\libstdc++.a... not found
[0.156] C:\data\lazdev\xtensa\projects\HelloWorld2.lpr(13,24) Warning: (9012) Library stdc++ not found, Linking may fail !
[0.156] Searching file libpthread.a... not found
[0.156] Searching file libpthread.a... not found
[0.156] Searching file C:\data\lazdev\xtensa\projects\lib\xtensa-freertos\libpthread.a... not found
[0.156] Searching file C:\data\lazdev\xtensa\cross\lib\xtensa-freertos\lx106\libpthread.a... found
[0.156] Searching file C:\data\lazdev\xtensa\projects\lib\xtensa-freertos\consoleio.o... not found
[0.156] Searching file C:\data\lazdev\xtensa\fpc\units\xtensa-freertos\lx106\rtl\consoleio.o... found
[0.156] Searching file C:\data\lazdev\xtensa\projects\lib\xtensa-freertos\heapmgr.o... not found
[0.156] Searching file C:\data\lazdev\xtensa\fpc\units\xtensa-freertos\lx106\rtl\heapmgr.o... found
[0.157] Searching file C:\data\lazdev\xtensa\projects\lib\xtensa-freertos\classes.o... not found
[0.157] Searching file C:\data\lazdev\xtensa\fpc\units\xtensa-freertos\lx106\rtl\classes.o... found
[0.161] Searching file C:\data\lazdev\xtensa\projects\lib\xtensa-freertos\sysutils.o... not found
[0.161] Searching file C:\data\lazdev\xtensa\fpc\units\xtensa-freertos\lx106\rtl\sysutils.o... found
[0.168] Searching file C:\data\lazdev\xtensa\projects\lib\xtensa-freertos\rtlconsts.o... not found
[0.168] Searching file C:\data\lazdev\xtensa\fpc\units\xtensa-freertos\lx106\rtl\rtlconsts.o... found
[0.168] Searching file C:\data\lazdev\xtensa\projects\lib\xtensa-freertos\types.o... not found
[0.168] Searching file C:\data\lazdev\xtensa\fpc\units\xtensa-freertos\lx106\rtl\types.o... found
[0.169] Searching file C:\data\lazdev\xtensa\projects\lib\xtensa-freertos\sortbase.o... not found
[0.169] Searching file C:\data\lazdev\xtensa\fpc\units\xtensa-freertos\lx106\rtl\sortbase.o... found
[0.169] Searching file C:\data\lazdev\xtensa\projects\lib\xtensa-freertos\typinfo.o... not found
[0.169] Searching file C:\data\lazdev\xtensa\fpc\units\xtensa-freertos\lx106\rtl\typinfo.o... found
[0.170] Searching file C:\data\lazdev\xtensa\projects\lib\xtensa-freertos\sysconst.o... not found
[0.170] Searching file C:\data\lazdev\xtensa\fpc\units\xtensa-freertos\lx106\rtl\sysconst.o... found
[0.171] Searching file C:\data\lazdev\xtensa\projects\lib\xtensa-freertos\math.o... not found
[0.171] Searching file C:\data\lazdev\xtensa\fpc\units\xtensa-freertos\lx106\rtl\math.o... found
[0.173] Searching file esp8266_out.ld... not found
[0.173] Searching file esp8266_out.ld... not found
[0.173] Searching file C:\data\lazdev\xtensa\projects\lib\xtensa-freertos\esp8266_out.ld... not found
[0.173] Searching file C:\data\lazdev\xtensa\cross\lib\xtensa-freertos\lx106\esp8266_out.ld... not found
[0.173] Searching file .\esp8266_out.ld... not found
[0.173] Searching file C:\data\lazdev\xtensa\fpc\units\xtensa-freertos\lx106\rtl\esp8266_out.ld... not found
[0.173] Searching file C:\data\lazdev\xtensa\fpc\units\xtensa-freertos\lx106\esp8266_out.ld... not found
[0.173] Searching file C:\data\lazdev\xtensa\fpc\units\xtensa-freertos\esp8266_out.ld... not found
[0.173] Searching file C:\data\lazdev\xtensa\fpc\bin\i386-win32\esp8266_out.ld... not found
[0.173] Searching file C:\data\lazdev\xtensa\fpc\bin\i386-win32\esp8266_out.ld... not found
[0.179] Searching file C:\data\lazdev\xtensa\cross\lib\xtensa-freertos\lx106\libesp8266.a... found
[0.179] Searching file C:\data\lazdev\xtensa\cross\lib\xtensa-freertos\lx106\liblog.a... found
[0.179] Searching file C:\data\lazdev\xtensa\cross\lib\xtensa-freertos\lx106\libc_fnano.a... found
[0.179] Searching file C:\data\lazdev\xtensa\cross\lib\xtensa-freertos\lx106\libnewlib.a... found
[0.179] Searching file C:\data\lazdev\xtensa\cross\lib\xtensa-freertos\lx106\libheap.a... found
[0.179] Searching file C:\data\lazdev\xtensa\cross\lib\xtensa-freertos\lx106\libvfs.a... found
[0.180] Searching file C:\data\lazdev\xtensa\cross\lib\xtensa-freertos\lx106\libesp_common.a... found
[0.180] Searching file C:\data\lazdev\xtensa\cross\lib\xtensa-freertos\lx106\libcore.a... found
[0.180] Searching file C:\data\lazdev\xtensa\cross\lib\xtensa-freertos\lx106\libfreertos.a... found
[0.180] Searching file C:\data\lazdev\xtensa\cross\lib\xtensa-freertos\lx106\libphy.a... found
[0.180] Searching file C:\data\lazdev\xtensa\cross\lib\xtensa-freertos\lx106\libnet80211.a... found
[0.180] Searching file C:\data\lazdev\xtensa\cross\lib\xtensa-freertos\lx106\libhal.a... found
[0.180] Searching file C:\data\lazdev\xtensa\cross\lib\xtensa-freertos\lx106\libnvs_flash.a... found
[0.181] Searching file C:\data\lazdev\xtensa\cross\lib\xtensa-freertos\lx106\librtc.a... found
[0.181] Searching file C:\data\lazdev\xtensa\cross\lib\xtensa-freertos\lx106\libspi_flash.a... found
[0.181] Searching file C:\data\lazdev\xtensa\cross\lib\xtensa-freertos\lx106\libesp_ringbuf.a... found
[0.181] Searching file C:\data\lazdev\xtensa\cross\lib\xtensa-freertos\lx106\libgcc.a... found
[0.181] Searching file C:\data\lazdev\xtensa\cross\lib\xtensa-freertos\lx106\libpp.a... found
[0.181] Searching file libstdc++.a... not found
[0.181] Searching file libstdc++.a... not found
[0.181] Searching file C:\data\lazdev\xtensa\projects\lib\xtensa-freertos\libstdc++.a... not found
[0.181] Searching file C:\data\lazdev\xtensa\cross\lib\xtensa-freertos\lx106\libstdc++.a... not found
[0.181] Searching file .\libstdc++.a... not found
[0.181] Searching file C:\data\lazdev\xtensa\fpc\units\xtensa-freertos\lx106\rtl\libstdc++.a... not found
[0.181] Searching file C:\data\lazdev\xtensa\fpc\units\xtensa-freertos\lx106\libstdc++.a... not found
[0.182] Searching file C:\data\lazdev\xtensa\fpc\units\xtensa-freertos\libstdc++.a... not found
[0.182] Searching file C:\data\lazdev\xtensa\fpc\bin\i386-win32\libstdc++.a... not found
[0.182] Searching file C:\data\lazdev\xtensa\fpc\bin\i386-win32\libstdc++.a... not found
[0.182] Searching file C:\data\lazdev\xtensa\cross\lib\xtensa-freertos\lx106\libpthread.a... found
[0.182] Searching file C:\data\lazdev\xtensa\cross\bin\xtensa-freertos\bin\xtensa-lx106-elf-gcc.exe... found
[0.182] (9017) Using util C:\data\lazdev\xtensa\cross\bin\xtensa-freertos\bin\xtensa-lx106-elf-gcc.exe
[0.182] Executing "C:\data\lazdev\xtensa\cross\bin\xtensa-freertos\bin\xtensa-lx106-elf-gcc.exe -C -P -x c -E -o C:\data\lazdev\xtensa\projects\/esp8266_out.ld -I C:\data\lazdev\xtensa\projects\/ /components/esp8266/ld/esp8266.ld" using comspec "C:\WINDOWS\system32\cmd.exe"
[0.182] Executing "C:\WINDOWS\system32\cmd.exe" with command line " /C C:\data\lazdev\xtensa\cross\bin\xtensa-freertos\bin\xtensa-lx106-elf-gcc.exe -C -P -x c -E -o C:\data\lazdev\xtensa\projects\/esp8266_out.ld -I C:\data\lazdev\xtensa\projects\/ /components/esp8266/ld/esp8266.ld"
xtensa-lx106-elf-gcc.exe: error: /components/esp8266/ld/esp8266.ld: No such file or directory
xtensa-lx106-elf-gcc.exe: warning: '-x c' after last input file has no effect
xtensa-lx106-elf-gcc.exe: fatal error: no input files
compilation terminated.
[0.336] C:\data\lazdev\xtensa\projects\HelloWorld2.lpr(13,24) Error: (9013) Error while linking
[0.336] Searching file C:\data\lazdev\xtensa\cross\bin\xtensa-freertos\bin\xtensa-lx106-elf-objdump.exe... found
[0.336] (9017) Using util C:\data\lazdev\xtensa\cross\bin\xtensa-freertos\bin\xtensa-lx106-elf-objdump.exe
[0.336] Searching file C:\data\lazdev\xtensa\projects\lib\xtensa-freertos\HelloWorld2.o... found
[0.336] Searching file C:\data\lazdev\xtensa\projects\lib\xtensa-freertos\HelloWorld2.o... found
[0.337] Searching file C:\data\lazdev\xtensa\fpc\units\xtensa-freertos\lx106\rtl\system.o... found
[0.337] Searching file C:\data\lazdev\xtensa\fpc\units\xtensa-freertos\lx106\rtl\system.o... found
[0.337] Searching file C:\data\lazdev\xtensa\fpc\units\xtensa-freertos\lx106\rtl\objpas.o... found
[0.337] Searching file C:\data\lazdev\xtensa\fpc\units\xtensa-freertos\lx106\rtl\objpas.o... found
[0.337] Searching file C:\data\lazdev\xtensa\fpc\units\xtensa-freertos\lx106\rtl\esp8266.o... found
[0.337] Searching file C:\data\lazdev\xtensa\fpc\units\xtensa-freertos\lx106\rtl\esp8266.o... found
[0.337] Searching file C:\data\lazdev\xtensa\fpc\units\xtensa-freertos\lx106\rtl\consoleio.o... found
[0.337] Searching file C:\data\lazdev\xtensa\fpc\units\xtensa-freertos\lx106\rtl\consoleio.o... found
[0.337] Searching file C:\data\lazdev\xtensa\fpc\units\xtensa-freertos\lx106\rtl\heapmgr.o... found
[0.337] Searching file C:\data\lazdev\xtensa\fpc\units\xtensa-freertos\lx106\rtl\heapmgr.o... found
[0.337] Searching file C:\data\lazdev\xtensa\fpc\units\xtensa-freertos\lx106\rtl\classes.o... found
[0.337] Searching file C:\data\lazdev\xtensa\fpc\units\xtensa-freertos\lx106\rtl\classes.o... found
[0.337] Searching file C:\data\lazdev\xtensa\fpc\units\xtensa-freertos\lx106\rtl\sysutils.o... found
[0.337] Searching file C:\data\lazdev\xtensa\fpc\units\xtensa-freertos\lx106\rtl\sysutils.o... found
[0.337] Searching file C:\data\lazdev\xtensa\fpc\units\xtensa-freertos\lx106\rtl\rtlconsts.o... found
[0.338] Searching file C:\data\lazdev\xtensa\fpc\units\xtensa-freertos\lx106\rtl\rtlconsts.o... found
[0.338] Searching file C:\data\lazdev\xtensa\fpc\units\xtensa-freertos\lx106\rtl\types.o... found
[0.338] Searching file C:\data\lazdev\xtensa\fpc\units\xtensa-freertos\lx106\rtl\types.o... found
[0.338] Searching file C:\data\lazdev\xtensa\fpc\units\xtensa-freertos\lx106\rtl\sortbase.o... found
[0.338] Searching file C:\data\lazdev\xtensa\fpc\units\xtensa-freertos\lx106\rtl\sortbase.o... found
[0.338] Searching file C:\data\lazdev\xtensa\fpc\units\xtensa-freertos\lx106\rtl\typinfo.o... found
[0.338] Searching file C:\data\lazdev\xtensa\fpc\units\xtensa-freertos\lx106\rtl\typinfo.o... found
[0.338] Searching file C:\data\lazdev\xtensa\fpc\units\xtensa-freertos\lx106\rtl\sysconst.o... found
[0.338] Searching file C:\data\lazdev\xtensa\fpc\units\xtensa-freertos\lx106\rtl\sysconst.o... found
[0.338] Searching file C:\data\lazdev\xtensa\fpc\units\xtensa-freertos\lx106\rtl\math.o... found
[0.338] Searching file C:\data\lazdev\xtensa\fpc\units\xtensa-freertos\lx106\rtl\math.o... found
[0.341] Searching file C:\data\lazdev\xtensa\cross\bin\xtensa-freertos\bin\xtensa-lx106-elf-ld.exe... found
[0.341] (9017) Using util C:\data\lazdev\xtensa\cross\bin\xtensa-freertos\bin\xtensa-lx106-elf-ld.exe
[0.341] C:\data\lazdev\xtensa\projects\HelloWorld2.lpr(13,24) Fatal: (10026) There were 1 errors compiling module, stopping
[0.342] Fatal: (1018) Compilation aborted
Error: C:\data\lazdev\xtensa\fpc\bin\i386-win32\ppcrossxtensa.exe returned an error exitcode
