This section lists errors that occur when the compiler is processing the command line or handling the configuration files.
The mentioned file cannot be created. Check if you have access permissions to create
this file.
The mentioned file cannot be created. Check if you have got access permissions to
create this file.
The mentioned file cannot be created. Check if you have access permissions to create
this file.
The assembler program was not found. The compiler will produce a script that can be
used to assemble and link the program.
An informational message saying which assembler is being used.
There was an error while assembling the file using an external assembler. Consult the
documentation of the assembler tool to find out more information on this error.
An error occurred when calling an external assembler. The compiler will produce a
script that can be used to assemble and link the program.
An informational message stating which file is being assembled.
An informational message stating which file is being assembled using smartlinking.
One of the object files is missing, and linking will probably fail. Check your paths.
One of the library files is missing, and linking will probably fail. Check your paths.
An error occurred when calling an external linker. The compiler will produce a script
that can be used to assemble and link the program.
An informational message, showing which program or library is being linked.
An external tool was not found. The compiler will produce a script that can be used
to assemble and link or postprocess the program.
An informational message, showing which external program (usually a postprocessor)
is being used.
Creating executable programs is not supported for this platform, because it was not
yet implemented in the compiler.
Creating dynamically loadable libraries is not supported for this platform, because it
was not yet implemented in the compiler.
Informational message showing when writing of the external assembling and linking
script is finished.
An external resource compiler was not found. The compiler will produce a script that
can be used to assemble, compile resources and link or postprocess the program.
An informational message, showing which resource is being compiled.
Static linking was requested, but a unit which is not statically linkable was used.
Smart linking was requested, but a unit which is not smart-linkable was used.
Shared linking was requested, but a unit which is not shared-linkable was used.
Smart or static linking was requested, but a unit which cannot be used for either was
used.
Shared or static linking was requested, but a unit which cannot be used for either was
used.
An informational message showing which command line is used for the resource
compiler.
An error occurred when calling a resource compiler. The compiler will produce a script
that can be used to assemble, compile resources and link or postprocess the program.
The compiler did not find the file that should be expanded into linker parameters
The compiler adds certain startup code files to the linker only when they are found. If
they are not found, they are not added and this might cause a linking failure. If the
system has gcc installed, running gcc --print-file-name <filename> might return
the path to the file. Add this path in your fpc.cfg using the switch -Fl to fix this
error. This requires though, that gcc targets the same target as FPC.
Creating static libraries is not supported for this platform, because it was not yet
implemented in the compiler.
Xtensa micro controller require a detailed specification linker command which depends
on the target controller. If no target controller is set, this command cannot be build
and thus linking cannot be carried out.