/bin/bash: vlib: command not found

Hello,

I am trying to execute a make file in from the terminal and I get the following error:

make error 127
/bin/bash: vlib: command not found

I understand the reason for this problem. Unable to locate binaries. But I dont understand where to locate the binaries. Which path should I add and where?

Thank you for your time.
Regards, V.

Looks like you need to install your simulator and make sure its location is properly in your search path. Ask your system admin if you don’t know where your tools are installed.

To diagnose:
Type ‘which vlib’ at your command prompt in the same terminal.

If it finds vlib OK, then the problem lies in your Makefile, altering the path or trying to find vlib in a particular place on your system, where it does not exist.

If it does NOT find vlib, then you should update your shell PATH in your .profile or .bashrc or similar. Make sure it points to your simulator install location as specified in the simulator installation documents.

In reply to gordon:

Hi Gordon,

thank you for the reply. To diagnose, I used ‘which vlib’, but I get a response ‘vlib:’. I dont find .profile or .bashrc files. Not even the hidden files in the home directory contain them. How can I please improve this?

In reply to vkantamn:

Hi vkantamn,

We are not set up to handle these kinds of tool or OS related issues in this forum. It would be more efficient to get someone local to you, or within your company site to help you.