Hi All,
I am compiling an assembler source under OpenMVS.
Using the C compiler, this is no problem, I can do
cc -c bla.s
which gives me an object named bla.o.
But the assembler "as" will not do this, it keeps giving me the error
** ASMA935U One or more required files not available
without telling me what file(s) these are.... :-(
The command is (I think):
as -o bla.o bla.s
The reason I want to use "as" instead of cc is that as has the -I option with
which you can specify a macro library; I need to use an IMS macro in
IMS.SDFSMAC. I have not found any cc option that can do this.
The UNIX System Services Command Reference documents this -I option. But it is
lacking an example use of "as".
Thanks,
Etienne
----------------------------------------------------------------------
For IBM-MAIN subscribe / signoff / archive access instructions,
send email to [email protected] with the message: INFO IBM-MAIN