Intel® Fortran Compiler
Build applications that can scale for the future with optimized code designed for Intel® Xeon® and compatible processors.
28863 Discussions

ifx compiler: Fortran Compiler for applications running on IA-32, Version 2024.2.1 Build 20240711

MagdyHanna
Beginner
273 Views

When I tried to compile a very simple program, I got the error:

 

error #5535: Target architecture IA-32 is not supported.

 

My platform is Windows 10:

Device name DESKTOP-4SEL2KH
Processor Intel(R) Xeon(R) CPU X5550 @ 2.67GHz 2.66 GHz (2 processors)
Installed RAM 24.0 GB (16.0 GB usable)
Device ID BE7404C0-1C74-4F93-A294-A3F3C9D5ABEA
Product ID 00329-10182-27541-AA975
System type 64-bit operating system, x64-based processor
Pen and touch No pen or touch input is available for this display

 

Windows specifications:

Edition Windows 10 Enterprise
Version 22H2
Installed on ‎9/‎17/‎2022
OS build 19045.5011
Experience Windows Feature Experience Pack 1000.19060.1000.0

 

screenshot.png

0 Kudos
1 Solution
Steve_Lionel
Honored Contributor III
197 Views

ifx does not support 32-bit - you'll need to use ifort if you want that.  Don't use ifx from an IA-32 command environment.

View solution in original post

1 Reply
Steve_Lionel
Honored Contributor III
198 Views

ifx does not support 32-bit - you'll need to use ifort if you want that.  Don't use ifx from an IA-32 command environment.

Reply