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

version 11.1 error internal error: 0_1270

John_Mcintosh
Beginner
741 Views
Message : Hello we are evaluating your compiler to compile an open source product Squeak, but we get:
version 11.1

/Volumes/px2/business/SqueakiPhone/SqueakObjCBasedForOSXAndIPhone/SqueakNoOGLIPhoneOSX/src64/vm/intplugins/LargeIntegers/LargeIntegers.c(936) (col. 92): internal error: 0_1270

compilation aborted for /Volumes/px2/business/SqueakiPhone/SqueakObjCBasedForOSXAndIPhone/SqueakNoOGLIPhoneOSX/src64/vm/intplugins/LargeIntegers/LargeIntegers.c (code 4)

line 936 reads
static sqInt digitDivLargewithnegative(sqInt firstInteger, sqInt secondInteger, sqInt neg) {

sqInt is typedef as
typedef long sqInt;

The entire project is available under the MIT license and can be gotten via SVN from
However all occurrences of

#define SQ_VI_BYTES_PER_WORD 4

need to be changed to

#define SQ_VI_BYTES_PER_WORD 8


Use theSqueakPureObjc.xcodeproj

and compile the targetSqueakPureObjc64*64

after setting the C/C++ rule to intel versus GCC


PS don't be confused about "iPhone" the project is setup for dual compilation between os-x 10.5 (intel/powerpc) and the iPhone 3.0 (arm)


I attempted to log with problem with premium support


https://premier.intel.com


but we get:

Welcome to Intel Premier Support.

We were unable to authenticate your access to the Intel Premier Support web site. Please check that your login ID and password were entered correctly and that the URL used was "https://premier.intel.com".

If you have forgotten your login or password, the fastest method to gain access to the system is to use the automated login and password links Forgot your password or Forgot your Login ID on the login page.

If you continue to have problems, please contact Intel Customer Support via email atquadsupport@mailbox.intel.com.


We do have a valid user id and password.
0 Kudos
7 Replies
Quoc-An_L_Intel
Moderator
741 Views

I'm not familiar with SVN. I'll take a look if you can provide the step by step instruction on how to get the source and run the build environment.
0 Kudos
Quoc-An_L_Intel
Moderator
741 Views

It would be easier if you could provide a preprocessed (.i) file? I.e. compile with

"icpc -c hello.cpp -E > .i".

or

"icpc -c -P hello.cpp" => compiler will generate hello.i

I can't use svn behind a firewall.

0 Kudos
John_Mcintosh
Beginner
741 Views
Ok, to do the
icpc -c LargeIntegers.c -E -I. > .i
I had to drag some include files around
-rw-r--r--@ 1 johnmci staff 69394 26 Nov 00:43 LargeIntegers.c
-rw-r--r--@ 1 johnmci staff 4312 13 Nov 13:58 config.h
-rw-r--r--@ 1 johnmci staff 804 4 Dec 16:38 interp.h
-rw-r--r--@ 1 johnmci staff 17376 1 Dec 22:38 sq.h
-rw-r--r-- 1 johnmci staff 191 4 Dec 16:58 sqConfig.h
-rw-r--r--@ 1 johnmci staff 8253 2 Dec 00:46 sqMemoryAccess.h
-rw-r--r--@ 1 johnmci staff 5254 2 Dec 01:22 sqPlatformSpecific.h
-rw-r--r--@ 1 johnmci staff 9200 5 Mar 2009 sqVirtualMachine.h
0 Kudos
John_Mcintosh
Beginner
741 Views
zap
zap
zap
0 Kudos
John_Mcintosh
Beginner
741 Views
zap
zap
zap
0 Kudos
John_Mcintosh
Beginner
741 Views
Quoting - John Mcintosh
Ok, to do the
icpc -c LargeIntegers.c -E -I. > .i
I had to drag some include files around
-rw-r--r--@ 1 johnmci staff 69394 26 Nov 00:43 LargeIntegers.c
-rw-r--r--@ 1 johnmci staff 4312 13 Nov 13:58 config.h
-rw-r--r--@ 1 johnmci staff 804 4 Dec 16:38 interp.h
-rw-r--r--@ 1 johnmci staff 17376 1 Dec 22:38 sq.h
-rw-r--r-- 1 johnmci staff 191 4 Dec 16:58 sqConfig.h
-rw-r--r--@ 1 johnmci staff 8253 2 Dec 00:46 sqMemoryAccess.h
-rw-r--r--@ 1 johnmci staff 5254 2 Dec 01:22 sqPlatformSpecific.h
-rw-r--r--@ 1 johnmci staff 9200 5 Mar 2009 sqVirtualMachine.h

Oops don't see the "Add Files" button until later, so re=edit and attach file called "i"
0 Kudos
John_Mcintosh
Beginner
741 Views
I did manage to get into the intel premier site and made problem number572763
0 Kudos
Reply