Continue to Site

Welcome to EDAboard.com

Welcome to our site! EDAboard.com is an international Electronics Discussion Forum focused on EDA software, circuits, schematics, books, theory, papers, asic, pld, 8051, DSP, Network, RF, Analog Design, PCB, Service Manuals... and a whole lot more! To participate you need to register. Registration is free. Click here to register now.

[SOLVED] Error ran on make file

Status
Not open for further replies.

harerama

Member level 4
Joined
Sep 21, 2011
Messages
79
Helped
2
Reputation
4
Reaction score
2
Trophy points
1,288
Location
Bangalore,India
Activity points
1,747
Hi.I written VHDL code once i ran my make file in GHDL simulator it gives below error.


ghdl1: fatal error: can’t open work/e~my file name.s for writing: No
such file or directory

Thanks in advance

Regards
Raghavendra
 

I think your work directory is not present. Create work directory before running.
 
Thanks.But i written in my make file below command to create work directory
GHDLFLAGS=--ieee=synopsys -fexplicit --workdir=work
 

Right, you have specified your work directory as work. But you have to create it by using mkdir work.
 
Thanks for your replies..I added mkdir work in make file but simulator error "*** missing separator"
 

Normally / (slash) is used as directory separator. Go through you make file and check.
 

Status
Not open for further replies.

Part and Inventory Search

Welcome to EDABoard.com

Sponsor

Back
Top