 |
|
 |
MAEC TOOL NEWS:
MAECT-TM-020201D
A Note on TM (Integrated Development Environment)
|
Please take note of the following problem in using integrated development environment TM.
- Versions Concerned
TM V.3.00 -- V.3.11
- Description
When you open a library project and display the project editor, the project editor may terminate unsuccessfully.
- Condition
This problem occurs if the following command described in the project file of a library project contains more than 1024 characters.
$(AR) $(LIBFLAGS) $(LIBFILE) $(OUTDIR)\xxx.rxx $(OUTDIR)\xxx.rxx ...
- Note:
- When about 100 source files are included in a project, the number of characters in the above command will reach 1024 or more. The allowable number of files varies with the total length of the registered files' names.
- Workaround
If you have many source files to register, divide them into a number of groups and include them in the same number of library projects separately in order that the above condition might not be met.
- Schedule of Fixing the Problem
We plan to fix this problem in our next release.
|
 |