Ravin Chowdhury
10/05/2023, 8:01 PMmake
step with the following error:
DRCmain.c: In function 'DRCCatchUp':
DRCmain.c:915:5: error: 'DRCStatus' undeclared (first use in this function); did you mean 'DRCstatRules'?
915 | DRCStatus = DRC_NOT_RUNNING;
| ^~~~~~~~~
| DRCstatRules
DRCmain.c:915:5: note: each undeclared identifier is reported only once for each function it appears in
DRCmain.c:915:17: error: 'DRC_NOT_RUNNING' undeclared (first use in this function)
915 | DRCStatus = DRC_NOT_RUNNING;
| ^~~~~~~~~~~~~~~
make[2]: *** [../rules.mak:25: DRCmain.o] Error 1
make[2]: Leaving directory '/home/ravin/repos/magic-8.3.436/drc'
make[1]: *** [Makefile:52: modules] Error 1
make[1]: Leaving directory '/home/ravin/repos/magic-8.3.436'
make: *** [Makefile:22: standard] Error 2