Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
RE: [photran] Error on x86_64

The current Intel compiler support in Photran does not support the
x86_64 architecture which is why the feature.xml file does not specify
that architecture.  I would caution that if you are relying on Intel
compiler support and you override the architecture setting, you may open
the door to other problems.

Bill Hilliard
Intel Corporation

-----Original Message-----
From: photran-bounces@xxxxxxxxxxx [mailto:photran-bounces@xxxxxxxxxxx]
On Behalf Of Henrik Lichtenberg
Sent: Wednesday, February 14, 2007 4:37 AM
To: photran@xxxxxxxxxxx
Subject: [photran] Error on x86_64

Hi,

I use Photran 3.1 beta 2 with Eclipse 3.2.1 and had a problem on
architecture 
x86_64 but also a solution, which is perhaps usefull for other users,
too.

When I tried to install another plug-in after Photran I got an error
message 
about a not matching architecture of the intel part of photran 
(org.eclipse.photran.intel).

Checking the plugins via HELP - Software updates - Manage Configuration
I 
could see that Intel Fortran Compiler Support was disabled. 

Solution:
In <your feature dir>/org.eclipse.photran.intel_3.1.0/feature.xml the 
attribute arch was set to "ia64,x86" only.

Change the attribute arch to "ia64,x86,x68_64" in files 

<your feature dir>/org.eclipse.photran.intel_3.1.0/feature.xml
and
<your feature dir>/org.eclipse.photran_feature_3.1.0/feature.xml.

After a restart of eclipse with "-clean" option everything works fine.


Regards,
Henrik



-- 
Dipl.-Ing. Henrik Lichtenberg
Hamburg University of Technology (TUHH)
Inst. M-08, Fluid Dynamics and Ship Theory
Schwarzenbergstrasse 95 (C)
21075 Hamburg

Phone: 040 42878 6042
Fax: 040 42878 6055

Email: henrik.lichtenberg@xxxxxxxxxxxxx
Internet: www.tu-harburg.de/fds
_______________________________________________
photran mailing list
photran@xxxxxxxxxxx
https://dev.eclipse.org/mailman/listinfo/photran


Back to the top