StefanSchippers / xschem

A schematic editor for VLSI/Asic/Analog custom designs, netlist backends for VHDL, Spice and Verilog. The tool is focused on hierarchy and parametric designs, to maximize circuit reuse.
Other
300 stars 22 forks source link

Trouble in installing xshem #158

Closed MukeshBabuPJ closed 5 months ago

MukeshBabuPJ commented 5 months ago

When I run the command " ./configure " I get this error 1

StefanSchippers commented 5 months ago

You need to install the C compiler (gcc), make (make) and all the other packages listed in this page.

MukeshBabuPJ commented 5 months ago

You need to install the C compiler (gcc), make (make) and all the other packages listed in this page.

For some reasons gcc was not working I reinstalled it and tried the compile command it worked thanks