Share via


ARM Error Messages 101-150 (Windows Embedded CE 6.0)

1/5/2010

The following table shows ARM error messages 101-150.

No. Error Message Warning/Error Arguments

101

improper shift amount: %d; must fit in 5 bits

Error

Immediate value

102

improper rotate amount: %d; rotate amount shifted right by 1 must fit 4bits

Error

Immediate value

103

improper rotate amount: %d; only even rotate amounts can be specified

Error

Immediate value

104

immediate value out of range: %d; coprocessor information must fit in 3 bits

Error

Immediate value

105

immediate value out of range: %d; coprocessor opcode must fit in 4 bits

Error

Immediate value

106

internal assembler error: unused error code

Error

None

107

improper line syntax, only <ldr> can be used to generate literals

Error

None

108

improper line syntax

Error

None

109

improper line syntax; EOL or comma expected

Error

None

110

improper line syntax; wrong offset

Error

None

111

improper line syntax; expected: %s

Error

Expected tokens for proper syntax

112

improper line syntax; SP or PC required as second register in this format

Error

None

113

improper line syntax; high registers are not accepted for SUB instruction

Error

None

114

improper line syntax; only SP register accepted for this format

Error

None

115

improper line syntax; unexpected comma

Error

None

116

improper line syntax; high registers not allowed in this context

Error

None

117

improper line syntax; wrong combination of mnemonic and operands

Error

None

118

improper line syntax; write back '!', expected (assumed)

Error

None

119

improper line syntax; opcode, directive or macro call expected

Error

None

120

improper line syntax; wrong use of a local label

Error

None

121

improper line syntax; %s directive cannot define a starting line symbol

Error

Directive name

122

improper line syntax; symbol expected

Error

None

123

improper line syntax; missing weak alias; symbol defined as external

Warning

None

124

improper line syntax; include file name expected

Error

None

125

improper line syntax; string expected

Warning

None

126

improper line syntax; %s option requires %s section name

Warning

Option, section name

127

improper line syntax; usage: %s

Warning

Line

128

improper line syntax; selection must be 5 if <assoc= ..> option is used

Warning

None

129

improper line syntax; bad macro call; macro definition does not have a label parameter

Warning

None

130

improper line syntax; macro call with too many actual parameters

Warning

None

131

improper line syntax; malformed macro call

Warning

None

132

improper line syntax; register list symbol or proper register list ({ .. }) expected

Error

None

133

improper line syntax; malformed register list construction

Error

None

134

improper line syntax;

Error

None

135

improper line syntax;

Error

None

136

improper line syntax;

Error

None

137

unexpected end of file in an include file/macro or missing END directive

Error

None

138

improper program syntax; missing ENDP directive or nested function definition

Warning

None

139

improper program syntax; unexpected ENDP directive

Warning

None

140

improper program syntax; unexpected MEND/MEXIT directive

Warning

None

141

improper program syntax; conditional if structure crosses file (include) structure

Warning

None

142

improper program syntax; (malformed/not closed) conditional if structure appears

Error

None

143

improper program syntax; end of file or macro in WHILE loop, or missing WEND

Error

None

144

improper program syntax; a WEND directive without a preceding WHILE

Error

None

145

improper program syntax; unbalanced WHILE-WEND construction, possibly due to conditionals and includes

Warning

None

146

improper program syntax; an ENDIF directive without a corresponding IF

Error

None

147

improper program syntax; an ELSE directive without a corresponding IF

Error

None

148

improper program syntax; malformed conditional structure, possibly two ELSE keywords in an IF construct

Error

None

149

improper program syntax; nested macro definitions are not supported

Error

None

150

improper program syntax; read error or missing macro definition line

Error

None

See Also

Other Resources

ARM Assembler Error Messages