Assembler ST7 Visual Debug
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2004-05-26 1:33 AM
This discussion is locked. Please start a new topic to ask your question.
4 REPLIES 4
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2004-03-09 8:48 PM
Posted on March 10, 2004 at 05:48
if the message
warning: filename 'SET_RELAIS.asm truncated is display during ASM in the ASM-Window, will the complet ASM be correct? Who can help? KurtOptions
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2004-03-10 7:56 PM
Posted on March 11, 2004 at 04:56
Hi,
There is no problem even if it shows such kind of error. You can even check in the disassembly window to verify whether all the files have been included. I wondered that this problem was not occuring, if i remove the underscore in the file name. If you have files named with underscore then the assembler producing this kind of error. I have no idea about this. --Krsel [ This message was edited by: krsel on 11-03-2004 09:30 ]Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2004-03-11 4:25 AM
Posted on March 11, 2004 at 13:25
Hi,
You get this because the tools only work with the old 8.3 filenames giving you a maximum of 8 letters for the file and 3 for the extension. Normally this will not cause a problem, but beware.. if you had a project of several files, all with the first 8 characters of the filename the same, you would get real problems eg. project_1.asm project_2.asm project_3.asm the tools would truncate the filenames and you would lose the number of each. hope this helps SimonOptions
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2004-05-26 1:33 AM
Posted on May 26, 2004 at 10:33
This problem is fixed since the assembler version: ASM 4.47. The current version delivered with STVD7 r3.0 just released is ASM 4.48.
Check the release notes in order to see all the improvment provided by this new release at: http://www.stmcu.com/mdtfiles/release_notes_ast7-lst7.pdf Best regards