# UVM_FATAL @ 0: reporter [BUILDERR] stopping due to build errors

Hi All,

I am getting this error in connect phase. I am trying to debug it but i am not getting from which file it is coming and what is the reason for it. Is there any additional arguments in questa to debug this ??

Thanks
CB Singh

There must be a UVM error prior to this fatal.

In reply to dave_59:

Thanks Dave ,
You are right. I was getting one UVM_ERROR. Is there any documents on UVM_FATAL .If i will get any fatal what will be the reason .

Hi,

Can we say before every UVM_FATAL there must be some “N” UVM_ERROR messages ?
Am not sure if there is a way to set the UVM_ERROR count to “100” or soemthing!

-Best Regards
Hash

In reply to Hash:

Use set_max_quit_count(max_count)

In reply to dave_59:

Hi,

I faced the same issue. I was trying to use “set_inst_override” method. I did a typo while providing a register class name. I found the same fatal.
So be careful while you are getting this.

Example
base class: driver , override class: driver1

set_inst_override(“env.d”,“driver”,“driver2”);
Actual name of override class is driver1 but given driver2.

Regards,
Amit Banker
eInfochips Ltd.