Using command in DSP56800x_EABI_Tools with error Undefined : "FSTART_"

キャンセル
次の結果を表示 
表示  限定  | 次の代わりに検索 
もしかして: 

Using command in DSP56800x_EABI_Tools with error Undefined : "FSTART_"

711件の閲覧回数
ttdd
Contributor I

Dear FSL, 

I'am using command line to compile derivative MC56F84789 with mwcc56800e.exe execute file. 
I have error with message:

mwld56800e.exe|Linker|Error
>Undefined : "FSTART_"

Errors caused tool to abort.
mwcc56800e.exe|Driver|Error
>linker
>'C:\FREESC~1\CWMCUV~1.4\MCU\DSP56800x_EABI_Tools\command_line_tools\mwld56800e>.exe' returned with exit 
code 1

Here is my command line, with main.c file and 
Project_Headers folder I've got in project of codewarrior:
C:\Freescale\CW MCU  v10.4\MCU\ColdFire_Tools\Command_Line_Tools>mwccmcf.e
xe "C:\Documents and  Settings\workspace\56f84789\Sources\main.c"  -msgstyle 
parseable -g -i "C:\Documents and  Settings\workspace\56f84789\Project_Headers" -i 
"C:\Freescale\CW MCU v10.4\eclipse\../MCU/M56800E  Support/runtime_56800E/include" -I- -i "C:\Freescale\CW 
MCU v10.4\eclipse\../MCU/M56800E  Support/msl/MSL_C/MSL_Common/Include" -I- -i 
"C:\Freescale\CW MCU v10.4\eclipse\../MCU/M56800E  Support/msl/MSL_C/DSP_56800E/prefix" -I- -ir 
"C:\Freescale\CW MCU v10.4\eclipse\../MCU/M56800E  Support" -w illpragmas -w possible -w extended -w 
extracomma -w emptydecl -w structclass -w notinlined -opt  speed -requireprotos
Please help me explain:
1. Why am I using mwcc56800e.exe but error in 
mwld56800e.exe?
2. Where is Undefined : "FSTART_" and I can't find it in 
project?
3. Could you help me compile project via command line?

Thanks for your support!

ラベル(1)
  • DSC

タグ(3)
0 件の賞賛
返信
1 返信

408件の閲覧回数
TICS_Fiona
NXP Employee
NXP Employee

Please search 'START_' in your source files, if this function is not defined in your code, please check the linker options '-main FSTART_' is included in your link command line.

0 件の賞賛
返信