I figured there was learning curve for linux ? so.. -----Original Message----- From: IBM Mainframe Discussion List <[email protected]> On Behalf Of David Crayford Sent: Friday, November 8, 2019 7:04 AM To: [email protected] Subject: Re: compiler search order for includes
Most of us use the dbx debugger for AMODE 64. It's not a GUI and you have to run in a shell but it does the trick! Why don't you just write all your code in C? Why do you have a dependency on assembler? On 2019-11-08 8:00 PM, Joseph Reichman wrote: > Don’t think so almost a clean compile I need a lot of storage which > why I went AMODE 64 > > Problem is debug tool at least the mainframe one doesn't debug AMODE > 64 these are C functions so CEETEST ctest wont work AMODE 64 even > with zos explorer > > I think there are too many issues with amode 64 compiling it using LE > > Thanks for your help > > -----Original Message----- > From: IBM Mainframe Discussion List <[email protected]> On > Behalf Of David Crayford > Sent: Friday, November 8, 2019 6:55 AM > To: [email protected] > Subject: Re: compiler search order for includes > > Good luck! I think you're shuffling the deck-chairs! In other words > your moving from one problem to another :) > > You may find that Metal/C isn't as easy as you think and writing > fopen()/fread() is actually quite difficult. > > > On 2019-11-08 3:10 PM, Joseph Reichman wrote: >> Thanks debugging the amode 64 was the thing that got me have zos explorer >> which I would need to debug amode C but getting it to work to me days >> and..... >> >> I plan on using TEST to debug the metal >> >> >> Writing my own fread and fopen should be easy >> >> Thanks >> >> >> >> >> >>> On Nov 8, 2019, at 1:29 AM, David Crayford <[email protected]> wrote: >>> >>> nosearch,search(/usr/include/metal) will do it. >>> >>> I hope it works out for you WRT Metal/C! If it were me, I would be inclined >>> to always use LE C unless I was writing system level code. >>> >>>> On 2019-11-08 12:01 PM, Joseph Reichman wrote: >>>> Hi >>>> >>>> >>>> I am using Metal C to Compile my program, in my search parameter I >>>> specify >>>> SEARCH(/USR/INCLUDE/METAL/) however the compiler seems to put the >>>> LE libraries first >>>> >>>> >>>> Anyway to undo this >>>> >>>> >>>> SEARCH(//'CEE.SCEEH.+', /usr/include/metal/) >>>> >>>> >>>> >>>> thanks >>>> >>>> >>>> >>>> >>>> ------------------------------------------------------------------- >>>> --- For IBM-MAIN subscribe / signoff / archive access instructions, >>>> send email to [email protected] with the message: INFO >>>> IBM-MAIN >>> -------------------------------------------------------------------- >>> -- For IBM-MAIN subscribe / signoff / archive access instructions, >>> send email to [email protected] with the message: INFO >>> IBM-MAIN >> --------------------------------------------------------------------- >> - For IBM-MAIN subscribe / signoff / archive access instructions, >> send email to [email protected] with the message: INFO >> IBM-MAIN > ---------------------------------------------------------------------- > For IBM-MAIN subscribe / signoff / archive access instructions, send > email to [email protected] with the message: INFO IBM-MAIN > > ---------------------------------------------------------------------- > For IBM-MAIN subscribe / signoff / archive access instructions, send > email to [email protected] with the message: INFO IBM-MAIN ---------------------------------------------------------------------- For IBM-MAIN subscribe / signoff / archive access instructions, send email to [email protected] with the message: INFO IBM-MAIN ---------------------------------------------------------------------- For IBM-MAIN subscribe / signoff / archive access instructions, send email to [email protected] with the message: INFO IBM-MAIN
