assembler error message


 
Thread Tools Search this Thread
Top Forums Shell Programming and Scripting assembler error message
# 1  
Old 02-02-2009
assembler error message

assembler messages for reading open no such file or directory Smilie

Last edited by sanjyotdk; 02-02-2009 at 04:39 AM..
# 2  
Old 02-02-2009
Hi friends,

I have the source code of DAB module.When i compiled it for the first time it compiled successfully.I use this particular command to compile.

make TGT=dab install.

when i made some changes on that code and tried to compile it is giving me some error like this:

"ASSEMBLER MESSAGES: FOR READING.OPEN NO SUCH FILE OR DIRECTORY"

I am compiling using CYGWIN environmet.

I think that there might be some problem with cygwin.

If anyone knows then help me out to rectify this problem.
Login or Register to Ask a Question

Previous Thread | Next Thread

5 More Discussions You Might Find Interesting

1. Shell Programming and Scripting

Reading hex data from assembler

Hi, I have files that has got ebcdic character set and also, there are fields like binary and hex fields. is there a way to convert this to normal ascii data by taking care of comp & comp-3 fields? Many Thanks!! (10 Replies)
Discussion started by: ahmedwaseem2000
10 Replies

2. Solaris

Assembler for Solaris

Is there any assembler for Solaris ---------- Post updated at 10:41 AM ---------- Previous update was at 10:40 AM ---------- found please delete topic (2 Replies)
Discussion started by: microbot
2 Replies

3. UNIX for Dummies Questions & Answers

Assembler compiler

Hi All, Now recently semi-retired and needing some mental stimulation. As an ex VMS person I used to use the assembly language compiler that came with VMS. I know that my flavour of Unix (True64 / Digital Unix) comes with a C compiler but is there an assembler lurking in there? Have checked the... (1 Reply)
Discussion started by: Roslynlea
1 Replies

4. Programming

How to use assembler (as) in UNIX? [I got errors using assembler]

Hi, folks, I have a simple program main.c. The program is very simple, just for testing purpose. The program was proven correct by using "gcc". Now I would compile it step by step from main.c to main.o. Here is what I did: cpp main.c main.i <This step succeeded> cc main.i -o... (5 Replies)
Discussion started by: meili100
5 Replies

5. Shell Programming and Scripting

mainframe assembler file into Unix

Hi, I have received a mainframe file ( VSAM file ) . I would like to handle that file in Unix. i.e I would like to take the last record of the file. I have given wc -l <file_name> , it gives 0 lines. Even though It has some lines , it is not giving count exactly. When I gave file <file_name>... (1 Reply)
Discussion started by: thambi
1 Replies
Login or Register to Ask a Question