Technical information
Operating Precautions for CPDW9X/NT-CDR-V85X, Y-GHS-MULTI-V800
TM
Customer Notification r20tu0003ed1812 16
No. a5
Compiler stops with an internal error by using section renaming in combination with
“.bss” and “.sbss” sections
Version Information
V3.3
Details
The compiler stops with “Internal Compiler Error Code (96387)” in case
#pragma ghs section bss=”.name”
or
#pragma ghs section sbss=”.name”
is used.
Example:
#pragma ghs section bss=”.myseg”
int a;
Workaround
Use option –noobj to use assembly mode for compilation.










