 |
|
 |
MAEC TOOL NEWS:
MAECT-TM-011116D
Please take note of the following problem in using integrated development environment TM for Mitsubishi MCUs:
- On scanning the dependencies of header files on a source file
- Version Concerned
TM V.3.11
- Description
When you close the project editor after executing the "Scan All Dependencies" menu on it, restarting the editor to execute the menu for the same project may cause the editor unsuccessfully to terminate.
- Condition and Procedures
- This problem occurs if the following procedures are performed under the condition described just below:
- Condition
- To a project is added a source file that includes another source file; that is, in C language, a file with extension ".c" includes another one with the same extension, and in assembler language, a source file written in assembler includes another assembler source file.
- Example in an M16C/60 MCU:
A file with extension ".a30" includes another one with the same extension, ".a30".
- Procedures
- (1) The "Scan All Dependencies" menu is executed on the project editor. (The problem does not occur at this first scan.)
- (2) The project editor is closed after saving the project.
- (3) Then, the project editor is restarted to open the project saved in (2)
- (4) The "Scan All Dependencies" menu is re-executed. (The problem may occur at this second scan.)
- Workaround
Do not include other source files to one source file. When linking source files together, be sure to use a linker.
- Schedule of Fixing the Problem
We plan to fix this problem in our next release.
|
 |