Share via


ARM Error Messages 201-250 (Windows Embedded CE 6.0)

1/5/2010

The following table shows ARM error messages 201-242.

No.

Error Message

Warning/Error

Arguments

201

illegal symbol %s; null macro formal parameter

Error

Symbol

202

illegal symbol %s; initialization string expected

Error

Symbol

203

illegal macro syntax: %s; comma or end of line expected

Error

Line

204

illegal macro syntax: %s; improper component of a macro definition

Error

Line

205

illegal symbol %s; macro name multiply defined

Error

Symbol

206

illegal symbol %s; unknown token

Error

Symbol

207

illegal symbol %s; duplicate formal parameter; ignored

Warning

Symbol

208

wrong expression operand: %d; positive value expected

Error

Value in expression

209

built-in variable not implemented yet

Error

None

210

error while reading input file: input stack overflow, possible infinite recursion on file include or macro calls

Error

None

211

error while reading input file: seek error

Error

None

212

error while reading input file: line too long on input file

Error

None

213

error while reading input file: macro expanded line too long

Error

None

214

error while reading input file: input stack overflow, possible infinite recursion on file include or macro calls

Error

None

215

malformed escape constant; too many characters

Error

None

216

malformed constant; unknown escape sequence

Error

None

217

error while generating object file: write error

Error

None

218

assertion failed

Error

None

219

the selected architecture and CPU (or mode) are conflicting %s; BX instruction not defined for this architecture

Error

None

220

the selected architecture and CPU (or mode) are conflicting; <Thumb Area option> and <command-line arch: not 4T>

Warning

None

221

illegal flag(s); only <cpsr_f> or <spsr_f> can be used with immediate value

Warning

None

222

operand restriction violation (undefined behavior): same source and dest reg

Warning

None

223

operand restriction violation (undefined behavior): same base and offset reg

Warning

None

224

mnemonic qualifier is ignored; suffix following <ldr>

Warning

None

225

command-line option not implemented; %s assumed; %s ignored

Warning

Command-line argument that is assumed, or that is not implemented

226

illegal combination of section flags: section flags cannot be inferred, code and data/uninitialized, readonly/readwrite

Warning

None

227

syntax error in expression

Error

None

228

assembler internal error: stack overflow in expression

Error

None

229

expression; %s

Error

Expression string

230

condition codes are not accepted for this form of blx instruction; cc ignored

Warning

None

231

unknown floating point system register: %s; expected: FPSID, FPSCR or FPEXC

Error

String with floating register

232

wrong floating point register list; a compact group of registers is expected

Error

None

233

the maximum amount of transfer is 16 words

Warning

None

234

improper line syntax; expected comma

Error

None

235

Improper syntax: s must follow condition code

Error

None

236

fldmdb|fstmdb require increment flag on first register

Error

None

237

The destination register must be even

Warning

None

238

The use of r15 (pc) has unpredictable results

Warning

None

239

Accumulator values greater than zero not supported

Warning

None

240

cpu argument (%s) not supported

Error

Argument

241

Instruction %s not supported for -cpu %s

Error

None

242

-cpu option overriding -arch option

Warning

None

243

The following usage is no longer supported : armasm [<options>] sourcefile objectfile\n

Please use the ""-o"" option:

armasm [<options>] -o objectfile sourcefile\n

Warning

None

244

Use of undefined symbol %s in EQU expression

Warning

Symbol

245

Literal pool entry could not be found in second pass. Check to make sure the expression and all dependent symbols are fully defined before their use.

Error

None

See Also

Other Resources

ARM Assembler Error Messages