summaryrefslogtreecommitdiff
path: root/command_line/CmdLine/Project/Resources/CLErrors.r
blob: 5d457b1b1996da156bbcec7585e08090a5d14caf (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
static const char *STR12000[112] = {
    "Could not get current working directory",
    "Cannot find my executable '%s'",
    "Could not initialize plugin '%s'",
    "The %s '%s' requires functionality not present in the command-line driver.",
    "The command-line parser does not support these panels:",
    "\t%s\n",
    "Compiling function: '%s'",
    "Could not write file '%s'",
    "Could not write file '%s' in directory '%s'",
    "Write error on output (errno=%ld)",
    "Current working directory is too long",
    "Unknown filetype '%c%c%c%c', defaulting to '%s'",
    "%s:\ttype %s",
    "Storing output for '%s' in '%s'",
    "Writing text file '%s'",
    "Writing %sobject file '%s'",
    "Writing browse data '%s'",
    "Could not write %s '%s' (error %ld)",
    "Deleting temporary file '%s'",
    "Could not resolve alias for '%s' (error %ld)",
    "%s:\t'%s'%s",
    "File '%s' has browse fileID %d",
    "Can't locate directory '%s'",
    "  %8.2f seconds to %s %s%s%s",
    "  %8d lines compiled",
    "  %8d %s code\n  %8d %s init'd data\n  %8d %s uninit'd data",
    "  %8d total %s code\n  %8d total %s init'd data\n  %8d total %s uninit'd data",
    "File '%s' is not compilable source, target object data, or command file; ignoring",
    "All specified files were ignored",
    "Compiling: '%s'",
    "Compiling: '%s' with '%s'",
    "Precompiling: '%s'",
    "Precompiling: '%s' with '%s'",
    "Preprocessing: '%s'",
    "Preprocessing: '%s' with '%s'",
    "Finding dependencies: '%s'",
    "Finding dependencies: '%s' with '%s'",
    "Importing: '%s'",
    "Importing: '%s' with '%s'",
    "Linking project",
    "Linking project with '%s'",
    "Pre-linking project",
    "Pre-linking project with '%s'",
    "Post-linking project",
    "Post-linking project with '%s'",
    "Disassembling: '%s'",
    "Disassembling: '%s' with '%s'",
    "Syntax checking: '%s'",
    "Syntax checking: '%s' with '%s'",
    "Getting target info from '%s'",
    "Initializing '%s'",
    "Terminating '%s'",
    "'%s' cannot preprocess, skipping '%s'",
    "'%s' cannot precompile, skipping '%s'",
    "'%s' cannot generate code, skipping '%s'",
    "'%s' has no object code to disassemble",
    "'%s' cannot disassemble, skipping '%s'",
    "Neither '%s' nor '%s' can disassemble, skipping '%s'",
    "No precompiled header name given, '%s' assumed",
    "Precompile target '%s' given on command line; source-specified name '%s' ignored",
    "Writing precompiled %s file '%s'",
    "Reading precompiled %s file '%s'",
    "Cannot %s memory for %s",
    "Files/directories must have length <= %ld characters;\n'%s' not accepted",
    "Guessed linker name '%s' from compiler name '%s'",
    "Can't find %s '%s' in path",
    "Calling %s '%s'",
    "Can't execute %s '%s' (%s)",
    "%s '%s' returned with exit code %d",
    "Too many errors printed, aborting program",
    "Too many errors printed, suppressing errors for current file",
    "Too many warnings printed, suppressing warnings for current file",
    "No %s mapping matches '%s' (unrecognized file contents or filename extension); %s",
    "No plugin or target matches the file '%s', ignoring",
    "File '%s' cannot be handled by this tool, ignoring",
    "File '%s' does not match the active target",
    "Adding%s:\t'%s'",
    "Creating new overlay '%s' in group '%s'",
    "Creating new overlay group '%s' at addr %08X:%08X",
    "File '%s' cannot be added to overlay group; define an overlay in the group first",
    "Cannot create virtual export file '%s' (from '-export name,...')",
    "Too many %s defined; at most %d%s is allowed",
    "Loading preference panel '%s'",
    "%s:",
    "\t%s%s",
    "Already defined %s search path; '%s' added after other paths",
    "License check failed: %s",
    "The plugin '%s' (version '%s') cannot be used:\n%s",
    "Plugin '%s' has already been registered",
    "Preferences for '%s' have already been registered",
    "Preferences for '%s' not found",
    "Some preferences needed by the plugin '%s' have not been registered",
    "Could not load file '%s'",
    "Could not find change current working directory to '%s'",
    "Out of memory",
    "The tool did not produce any output while %s the file '%s'",
    "The filename '%s' is invalid",
    "The %slinker for this target was not found",
    "%s\n%s (OS error %d)",
    "%s\n%s (error %d)",
    "Note:  '%s' did not generate any browse information \nfor '%s'; no browser output generated",
    "Source and specified output for the file '%s' are identical; no output will be generated",
    "More than one output filename specified for '%s'; ignoring '%s'",
    "Pref panel data for '%s' is out-of-date or invalid",
    "Changing primary user access path to '%s'",
    "The linker does not expect duplicate files; ignoring repeated '%s'",
    ""
};