|
@@ -3000,7 +3000,7 @@ asmw_e_illegal_use_of_sp=08036_E_Asm: ESP/RSP cannot be used as index register
|
|
|
#
|
|
|
# Executing linker/assembler
|
|
|
#
|
|
|
-# 09035 is the last used one
|
|
|
+# 09036 is the last used one
|
|
|
#
|
|
|
# BeginOfTeX
|
|
|
%
|
|
@@ -3061,9 +3061,6 @@ exec_e_exe_not_supported=09018_E_Creation of Executables not supported
|
|
|
exec_e_dll_not_supported=09019_E_Creation of Dynamic/Shared Libraries not supported
|
|
|
% Creating dynamically loadable libraries is not supported for this platform, because it was
|
|
|
% not yet implemented in the compiler.
|
|
|
-exec_e_static_lib_not_supported=09035_E_Creation of Static Libraries not supported
|
|
|
-% Creating static libraries is not supported for this platform, because it was
|
|
|
-% not yet implemented in the compiler.
|
|
|
exec_i_closing_script=09020_I_Closing script $1
|
|
|
% Informational message showing when writing of the external assembling and linking script is finished.
|
|
|
exec_e_res_not_found=09021_E_Resource compiler "$1" not found, switching to external mode
|
|
@@ -3101,6 +3098,12 @@ exec_w_init_file_not_found=09034_W_"$1" not found, this will probably cause a li
|
|
|
% If the system has gcc installed, running \var{gcc --print-file-name <filename>} might return the path to the file.
|
|
|
% Add this path in your \var{fpc.cfg} using the switch \var{-Fl} to fix this error. This requires though,
|
|
|
% that gcc targets the same target as FPC.
|
|
|
+exec_e_static_lib_not_supported=09035_E_Creation of Static Libraries not supported
|
|
|
+% Creating static libraries is not supported for this platform, because it was
|
|
|
+% not yet implemented in the compiler.
|
|
|
+exec_f_controllertype_expected=09036_F_To generate the correct linker call, a controller type must be set by the directive -Wp
|
|
|
+% 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.
|
|
|
%
|
|
|
%\end{description}
|
|
|
# EndOfTeX
|