 |
|
 |
MAEC TOOL NEWS:
MAECT-TM-010601D
Please take note of the following problem in using integrated development environment TM:
- On scanning the dependencies of header files on a source file
- Versions Concerned
TM V.3.00 -- V.3.11
- Description
When the dependencies of header files on their source file are scanned, these files may not be searched for through the path specified in compiler option -I.
- 2.1 Condition
- This problem occurs if a macro is defined as a path with TM's macro browser and used as a parameter of compiler option -I.
- [Example A:]
In the following descriptions, path "..\sys\inc" will not be searched through.
- "SYSINC=..\sys\inc" A macro is defined as a path
- "-I$(SYSINC)" Option -I takes the macro as its parameter
- Workaround
- Do not use any macro as a parameter of compiler option -I.
- [Example B:]
Modify the description of the compiler option and its parameter in Example A as shown below.
-I..\sys\inc
- Schedule of Fixing the Problem
We plan to fix this problem in our next release.
|
 |