- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
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;
#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
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.
Link Copied
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
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.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
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.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content

- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page