Intel® C++ Compiler
Community support and assistance for creating C++ code that runs on platforms based on Intel® processors.
7956 Discussions

Mapping compiler options from Tru64 to Intel

Jon_D_1
Beginner
255 Views

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.

 

0 Kudos
0 Replies
Reply