2003-10-01 05:30 AM
2003-10-01 03:45 AM
Hi all,
I got the ST6230 Starter Kit and I tried to use the IDE from Raisonance; When I try to compile the following program, I got, per every line the error: 150 UNKNOWN MNEMONIC (see second file ) Do you know where I’m wrong? Thank you ________________ Attachments : TEST_error.txt : https://st--c.eu10.content.force.com/sfc/dist/version/download/?oid=00Db0000000YtG6&ids=0680X000006I0Iv&d=%2Fa%2F0X0000000bWz%2F.Sv_R_r6pBmnq9lYJh3JTb_Xl7fEml3.AUzyKqV6wbY&asPdf=falseTest.asm : https://st--c.eu10.content.force.com/sfc/dist/version/download/?oid=00Db0000000YtG6&ids=0680X000006I0GW&d=%2Fa%2F0X0000000bX1%2Fi_ixuu1o8atK9QxkmptHFHPpCGZOpxHA2uksVl6GL.Y&asPdf=false2003-10-01 05:30 AM
You are getting this error because the file you are assembling is in the old ST syntax.
You have two choices, set the ''Use AST6 Syntax'' in the assembler options or the better way would be to convert your project to the newer syntax, have a look at the examples given with RIDE. I would recommend converting your project to the newer syntax. Regards sjo