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

Invalid_sym_id for , 0

tomtomms
Beginner
459 Views

Hi all,

I am to compile an Fortran application on :

WIndows Server 2008, x64 edition
Visual Studio 2005
Intel compiler 10.1 (Build 20080312 Package ID: w_fc_p_10.1.021)
SDK for WS 2008

And I get this message :

ifort /module:C:hdf5modsdll /include:C:hdf5include /include:"C:Program FilesMicrosoft HPC Pack 2008 SDKInclude" /include:C:szip21include /inclu
de:C:zlib123include /c SRC_HDF5hdf_object_info.for /object:SRC_HDF5hdf_object_info.obj
Intel Visual Fortran Compiler for applications running on Intel 64, Version 10.1 Build 20080312 Package ID: w_fc_p_10.1.021
Copyright (C) 1985-2008 Intel Corporation. All rights reserved.

Invalid_sym_id for , 0
Invalid_sym_id for , 0
Invalid_sym_id for , 0
Invalid_sym_id for , 0
Invalid_sym_id for , 0
Invalid_sym_id for , 0
.....
Invalid_sym_id for , 0

What does mean this message, how can I resolve it ?

Best regards,

0 Kudos
1 Reply
Steven_L_Intel1
Employee
459 Views
This looks like an internal compiler message that ought not to be displayed, but I have never seen this before. Can you attach a zip of the project (do a Build > Clean on it first) and any required include files?
0 Kudos
Reply