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.

I came across two 2 problems

Status
Not open for further replies.
Re: i came across two 2 problems

Untitled.png

not working :(
wich file should work hex2bin in the debug folder ?
 

Re: i came across two 2 problems

Hi,

expectable.

Your line just shows the path, buth not the filename of the application.
to start the application:
try: C:\Hex2bin-2.5\bin\Debug\hex2bin
or: C:\Hex2bin-2.5\bin\Debug\hex2bin.exe

Klaus

added:

Or if you just want to enter the folder:
Try: cd C:\Hex2bin-2.5\bin\Debug

Klaus
 
Last edited:
Re: i came across two 2 problems

Hi,

expectable.

Your line just shows the path, buth not the filename of the application.

try: C:\Hex2bin-2.5\bin\Debug\hextobin
or: C:\Hex2bin-2.5\bin\Debug\hextobin.exe

Klaus

You really meant...
C:\Hex2bin-2.5\bin\Debug\hex2bin
or
C:\Hex2bin-2.5\bin\Debug\hex2bin.exe

Given the lack of knowledge displayed about file system semantics I'm sure they would have typed exactly what you showed and would have received a "hextobin not recognized ..." error.
 
Re: i came across two 2 problems

Hi,

Thanks. You are correct.

Wow, I was sure I typed hex2bin....
time to stop working for today...

(I now corrected post#22)

Klaus
 
Re: i came across two 2 problems

let see if that work this time .Hope

and now what is next ? step.
 

Attachments

  • Untitled.jpg
    Untitled.jpg
    102.4 KB · Views: 61

Re: i came across two 2 problems

Now give the argument for the executable next to the command. That means type c:\Hex2bin-2.5\bin\Debug\hex2bin yourfile.hex (there should be a space between the two: command and its arguments)

Just also try .\hex2bin.exe (whether it works or not: it should). The .\ is a shortcut for the current directory.

yourfile.hex must be in the current directory. In other words, the file to be converted (yourfile.hex) must be in the same folder as hex2.bin.exe. Also avoid long file names. It will produce a new file with the same name but with extension .bin (yourfile.bin).

What next?
 
Status
Not open for further replies.

Similar threads

Part and Inventory Search

Welcome to EDABoard.com

Sponsor

Back
Top