Other Parts Discussed in Thread: OMAP-L138
Hi,
I have a very large project (hundreds of source files) that uses make to drive the compilation process. I build this project for both OMAP-L138 (c674) and the c667x processors. During the optimized build of the project, the compiler will have a segmentation fault on a couple of files. I have tried to rebuild just the file in question, or rebuild just the directory in question without issues. But if I rebuild the entirety of the project I seem to run into the segmentation fault issue. I am guessing that the error(s) exhibits itself based on the random state of uninitialized memory. Indeed, the compilation may even run to completion just fine on some computers although the computers I am currently having troubles with are Windows7 64b.
The sources in question are proprietary, so how can I assist to debug this issue?
Here are my command arguments:
cl6x -c -DNDEBUG -mv6740 -q -rtti -ma -pden -pds383 -pds694 -pds77 -pds177 -pdse230 -pdse1107 -pds179 -pds552 -pds97 -pdse1 -pdse9 -pdse43 -pdse69 -pdse169 -pdse188 -pdse225 -pdse303 --abi=eabi --opt_level=2
Note for the c66 build the -mv6740 argument is replaced with -c6600
Thanks,
-David