Can anyone help with this? I am porting a legacy c program from UNIX Tru64 to Intel64. I have not had any luck in mapping the following options:
-source_listing
-assume noaligned_objects
-D_INLINE_INTRINSICS
-show source, header, statistics
The complete compile options line is as follows:
Tru64
-source_listing -show source,header,statistics -assume noaligned_objects -O0 -D_INLINE_INTRINSICS
Intel64
-O0
I believe some of these I can do without i.e., -source-listing. I can always cat the code to a .l file. But I'm not sure about the others.
Zone:
Thread Topic:
Help Me