On May 27, 2:46 pm, chrmhoffmann <[email protected]> wrote:
> Hi again,
>
> I am now trying to compile with win x64 and I have problems doing
> that. With the native x64 compiler I am running into a problem with
> the TRACKER.
> The error message is:
> 1>------ Build started: Project: gen-mpir, Configuration: Debug Win32
> ------
> 1>Build started 5/27/2010 3:45:07 PM.
> 1>InitializeBuildStatus:
> 1> Touching "Win32\Debug\gen-mpir.unsuccessfulbuild".
> 1>TRACKER : error TRK0002: Failed to execute command: ""C:\Program
> Files (x86)\Microsoft Visual Studio 10.0\VC\BIN\amd64\CL.exe" @C:\Users
> \hoffmann\AppData\Local\Temp\dde019b3422e463eb47e508fcc2c70e8.rsp".
> The handle is invalid.
>
> (I think this is maybe similar problem as described
> here:https://connect.microsoft.com/VisualStudio/feedback/details/543804/?w...).
>
> If I use the x64 cross compiler, I run into the following issue when
> compiling e.g. the dll_mpir_nehalem project:
>
> 1>Win32\Debug\gen-mpir.obj : fatal error LNK1112: module machine type
> 'x64' conflicts with target machine type 'X86'
>
> It looks like the common projects: gen-bases, gen-fac_ui, gen-fib, gen-
> mpir and gen-psqr don't have a x64 configuration.
Hi Chris,
The prebuild files don't have x64 configurations as they are not
architecture dependent - hence I just run them as win32
applications.
I have just cleaned and built dll_mpir_nehalem project and its works
fine here. It invokes the prebuild files as win32 projects without
any problems.
Brian
--
You received this message because you are subscribed to the Google Groups
"mpir-devel" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to
[email protected].
For more options, visit this group at
http://groups.google.com/group/mpir-devel?hl=en.