Hi
I've got the following error messages while compiling a certain c code.
error: file xxxxxxx.c : invalid instruction schedule generated; try reducing speed optimization levels
However, this OBJ file is generated after compiling and it seems to work correctly.
What kind of problem is this? I have to reduce the optimize level?
If possible, I want to use it as it is.
#CGT version 6.1.13
Build Option:
-mv6740
-O3
--symdebug:none
o2 and o1 are the same situation.
When I stop optimization, this error message disappears .
-Takao