Recently I meet a problem while I use ST7 assembly to
compile my program. the error message is ''could not find the ''st7.tab'. I have checked and found the file st7.tab is in the folder. In addition the path is also setup. So, I don't know why. coudl anyone help me explain it? Best Regards, terry
The only thing I can suggest is to check METAI variable is defined with the correct path to the assembler (usually C:\Program Files\STM\st7toolchain\asm) and to double check st7/ or ST7/ is defines at the top of each source file (check there are no spaces etc)
Have you tried reinstalling the assembler ? Hope this helps sjo
I have reinstall the software. But there is no use. If I put ''C:\Program Files\STM\st7toolchain\asm\st7/'' in the .asm file. the 7lite0.asm and constant .asm can pass the compile process. But the ex6c.asm can not pass and the error message is as follows: '':\Exercise\Result\broteck>asm ex6c.asm -li Couldn't open source file: No such file or directory'' but the file is exist in the directory I don't know why. In addition do you receive my question about free st7 program? Best Regards, Terry