Part Number: TMS320C6678
Tool/software: Code Composer Studio
i've read these 2 posts
romparse on large files
romparse
i configed my mingw and downloaded the makefile and built sucessfully,but did u tested? because i found there's still a little bug,i comment the line"@sh -c 'if diff -q cdefdep.tmp cdefdep ; then echo same ; else cp cdefdep.tmp cdefdep ; fi '" in the makefile and del the upper part
if not comment ,here is the error
Checking command line dependencies
process_begin: CreateProcess(NULL, sh -c "if diff -q cdefdep.tmp cdefdep ; then
echo same ; else cp cdefdep.tmp cdefdep ; fi ", ...) failed.
make (e=2):
Makefile:119: recipe for target 'gen_cdefdep' failed
mingw32-make: *** [gen_cdefdep] Error 2
after this,i use the newly compiled app romparse to build my i2crom.ccs,its output like this
********************************************************************************
TMSflex/bison error is syntax error, unexpected VALUE, expecting SECTION or PCI_
PARMS or LAYOUT or PAD at line 2
but still output the file i2crom.ccs
i tried to track the err msg but the func yyparse() is a API.(there is a func body but unactived by macros)
compiler ver is TI v7.4.14
i need confirm if this output is right, and if the error msg matters,if matters,how to fix it?how to see the source code of yyparse() ?
