Hi, i am using Codewarrioir for coldfire(547X/8X). when i use command line tool to create library i am facing follwing problem. can some body help me in understnading what is the problem.
"mwldmcf -library -o BarracudaMqxCf SoDisp.o
Errors caused tool to abort."
above is the error, it is not giving any error just prints "Error caused tool to abort". SoDisp is compiled as below.
mwccmcf -lang c -gccincludes -include mcf548x_cw.h -I../../inc/arch/MQX -I../../
inc/arch/bsd/MQX -I../../inc -c -w pedantic -r -enum int -intsize 4 -proc MCF547
X -fp hard -model farCode,farData -align mc68k -nopic -nopid -sdata 0 -pcrelstri
ngs -pragma "mpwc_relax on" -O4 -o SoDisp.o SoDisp.c
am i using wrong options for Compilation or linker please suggest me how to handle this error.
Thanks Regards
GiriG