This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

compiler working abandons with the source have error

the probrem is, compiler wont say any error in source.

This phenomena occures with cgtools version 6.0.8, 6.0.9, 6.1.11.

when I feed to compiler the source that contains any error (syntax, not defined variable etc.) ,  compiler not accept and  outputs msg  just

>> Compilation failure

whats happen it?

No error code is normally compiles in same tool environment.

so.I must to use older ver compiler for just check missing in source (ver 4.32 using for check error) 

I wander that the source code is too large so it reachs compiler limitation ?

...  before some days, compiler well works normally.

but, then, why older version compiler is acceps same source ?

( source size...  near by 800kbytes text size in a  file )

 

  • Please help us evaluate this problem. I have not seen a case where the file size was too large, but your first analysis suggests this.

    Would you please break the file into two smaller files? You can easily place different functions in different files and use 'extern' declarations for common global variables and insert function prototypes for functions accessed across the two files.

    If this solves the problem, please find a way to send us this source or a similar one that also fails. If this does not solve the problem, then file size is not the issue and something is harmful in your file such as an unprintable character or such.