 |
|
 |
MAEC TOOL NEWS:
MAECT-TM-011016D
Please take note of the following problem in using integrated development environment TM.
- On setting library paths in compiler M3T-CC32R for the M32R family MCUs
- Versions Concerned
TM V.3.00 -- V.3.11 supported by M3T-CC32R V.2.00 Release 1 -- V.3.10 Release 1
- Description
When TM is working in combination with M3T-CC32R, if options "-L" and "-l" (for selecting a search directory for a library and selecting a library file respectively) of the lnk32r linker are selected on TM's option browser, lnk32r cannot search for the library file at a build, which causes an error to appear.
- Workaround
- Edit an internal file used by TM as follows:
- (1) Back up the file to edit; then close TM.
- (2) Open the file "lnk32r.opt" by using the editor. This file is found in directory \mtool\lib32r (the directory where M3T-CC32R has been installed).
- (3) Cut lines 17 through 22 of the file and paste this block to line 31 (immediately before [-LOC]).
[Block to Cut]
-----------------------------------------------------------
[-l]
TYPE="LNKLIB"
JPN="....."
ENG="Specifies a library named lib."
PARAM="MST"
SPACE="USE"
-----------------------------------------------------------
- (4) Save the file.
- Schedule of Fixing the Problem
We plan to fix this problem in our next release.
|
 |