x64 c1xxast : fatal error C1048: unknown option 'L' in '-ZILP448'

  • Thread starter RossettoeCioccolato
  • Start date
R

RossettoeCioccolato

I created a unicodedebug x64 build configuration using an existing win32
unicodedebug configuration as a template. I have done this before without
problem but this time I get the following error:

c1xxast : fatal error C1048: unknown option 'L' in '-ZILP448'.

I created a x64 UnicodeRelease configuration at the same time using the
win32 UnicodeRelease configuration as a template and that works without
problem.

What is causing this error?

Regards,

George.
 
G

Gary Chang[MSFT]

Hi Geogre,

Thank you posting!
I created a unicodedebug x64 build configuration
using an existing win32 unicodedebug configuration
as a template. I have done this before without
problem but this time I get the following error:

c1xxast : fatal error C1048: unknown option 'L' in '-ZILP448'.

I have performed some research on this issue, and found this may be caused
be the build option of Enable Code Analysis for C/C++ for your x64 build
configuration. The /analyze option is only available for x86 compilers.
Please refer to the following MSDN documentation:

http://msdn2.microsoft.com/en-us/library/ms173498.aspx

I suggest you can turn off that option in the Project Property Pages |
Common Properties | C/C++ | Advanced | Enable Code Analysis for C/C++ entry.


I hope the above information helps, if you have any questions or concerns,
please do not hesitate to let me know. I am standing by to help you.

Thanks!

Best regards,

Gary Chang
Microsoft Online Community Support
==================================================
When responding to posts, please "Reply to Group" via your newsreader so
that others may learn and benefit from your issue.
==================================================
This posting is provided "AS IS" with no warranties, and confers no rights.
 
R

RossettoeCioccolato

Gary,

Thanks. That fixed it.

Regards,

George.

"Gary Chang[MSFT]" said:
Hi Geogre,

Thank you posting!
I created a unicodedebug x64 build configuration
using an existing win32 unicodedebug configuration
as a template. I have done this before without
problem but this time I get the following error:

c1xxast : fatal error C1048: unknown option 'L' in '-ZILP448'.

I have performed some research on this issue, and found this may be caused
be the build option of Enable Code Analysis for C/C++ for your x64 build
configuration. The /analyze option is only available for x86 compilers.
Please refer to the following MSDN documentation:

http://msdn2.microsoft.com/en-us/library/ms173498.aspx

I suggest you can turn off that option in the Project Property Pages |
Common Properties | C/C++ | Advanced | Enable Code Analysis for C/C++
entry.


I hope the above information helps, if you have any questions or concerns,
please do not hesitate to let me know. I am standing by to help you.

Thanks!

Best regards,

Gary Chang
Microsoft Online Community Support
==================================================
When responding to posts, please "Reply to Group" via your newsreader so
that others may learn and benefit from your issue.
==================================================
This posting is provided "AS IS" with no warranties, and confers no
rights.
 
G

Gary Chang[MSFT]

You are welcome, George. :)

Have a nice day!

Best regards,

Gary Chang
Microsoft Online Community Support
==================================================
When responding to posts, please "Reply to Group" via your newsreader so
that others may learn and benefit from your issue.
==================================================
This posting is provided "AS IS" with no warranties, and confers no rights.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top