From my message:

> First line of the Build "Output" window:

> 1>------ Build started: Project: lib_mpir_nehalem, Configuration: Debug
> Win32 ------

Does this not mean that I was attempting a Win32 build?

Regards
Chris Saunders

--------------------------------------------------
From: "Cactus" <rieman...@googlemail.com>
Sent: Wednesday, May 26, 2010 2:14 AM
To: "mpir-devel" <mpir-devel@googlegroups.com>
Subject: [mpir-devel] Re: Problem building MPIR with Visual Studio 2010 Express



On May 26, 3:16 am, "Chris Saunders" <e...@mountaincable.net> wrote:
Sorry I meant to include the line giving the error:

WIN64_GCC_PROC mpn_divrem_2, 5, frame

Regards
Chris Saunders

--------------------------------------------------
From: "Chris Saunders" <e...@mountaincable.net>
Sent: Tuesday, May 25, 2010 10:10 PM
To: <mpir-devel@googlegroups.com>
Subject: [mpir-devel] Problem building MPIR with Visual Studio 2010 Express

> I'm trying to build the SVN version of MPIR using Visual Studio 2010
> Express.  Here is the error:

> First line of the Build "Output" window:

> 1>------ Build started: Project: lib_mpir_nehalem, Configuration: Debug
> Win32 ------

> Last error and following output (previous errors were the same):

> 1>..\..\mpn\x86_64w\divrem_2.asm(32): error : instruction expected > after
> label
> 1>C:\Users\chris\Documents\Visual Studio
> 2010\Projects\mpir\build.vc10\vsyasm.targets(45,5): error MSB3721: The
> command ""C:\Program Files (x86)\Microsoft Visual Studio
> 10.0\VC\bin\vsyasm" -Xvc -f Win32 -o "Debug\\" -rnasm -pnasm
> ..\..\mpn\x86_64w\divrem_2.asm  ..\..\mpn\x86_64w\mulmid_basecase.asm
> ..\..\mpn\x86_64w\nehalem\add_n.asm
> ..\..\mpn\x86_64w\nehalem\addadd_n.asm
> ..\..\mpn\x86_64w\nehalem\addlsh1_n.asm
> ..\..\mpn\x86_64w\nehalem\addlsh_n.asm
> ..\..\mpn\x86_64w\nehalem\addmul_1.asm
> ..\..\mpn\x86_64w\nehalem\addmul_2.asm
> ..\..\mpn\x86_64w\nehalem\addsub_n.asm > ..\..\mpn\x86_64w\aors_err1_n.asm
> ..\..\mpn\x86_64w\aors_err2_n.asm  ..\..\mpn\x86_64w\nehalem\com_n.asm
> ..\..\mpn\x86_64w\nehalem\copyd.asm > ..\..\mpn\x86_64w\nehalem\copyi.asm
> ..\..\mpn\x86_64w\dive_1.asm  ..\..\mpn\x86_64w\diveby3.asm
> ..\..\mpn\x86_64w\divebyBm1of.asm > ..\..\mpn\x86_64w\nehalem\divebyff.asm
> ..\..\mpn\x86_64w\divrem_euclidean_qr_1.asm
> ..\..\mpn\x86_64w\divrem_euclidean_qr_2.asm
> ..\..\mpn\x86_64w\nehalem\divrem_hensel_qr_1_2.asm
> ..\..\mpn\x86_64w\nehalem\hamdist.asm
> ..\..\mpn\x86_64w\nehalem\lshift.asm > ..\..\mpn\x86_64w\nehalem\mod_1_1.asm
> ..\..\mpn\x86_64w\nehalem\mod_1_2.asm
> ..\..\mpn\x86_64w\nehalem\mod_1_3.asm  ..\..\mpn\x86_64w\mode1o.asm
> ..\..\mpn\x86_64w\nehalem\mul_1.asm > ..\..\mpn\x86_64w\nehalem\mul_2.asm
> ..\..\mpn\x86_64w\nehalem\mul_basecase.asm
> ..\..\mpn\x86_64w\nehalem\popcount.asm
> ..\..\mpn\x86_64w\nehalem\redc_basecase.asm
> ..\..\mpn\x86_64w\nehalem\rsh1add_n.asm
> ..\..\mpn\x86_64w\nehalem\rsh1sub_n.asm
> ..\..\mpn\x86_64w\nehalem\rsh_divrem_hensel_qr_1_2.asm
> ..\..\mpn\x86_64w\nehalem\rshift.asm
> ..\..\mpn\x86_64w\nehalem\sqr_basecase.asm
> ..\..\mpn\x86_64w\nehalem\store.asm > ..\..\mpn\x86_64w\nehalem\sub_n.asm
> ..\..\mpn\x86_64w\nehalem\subadd_n.asm
> ..\..\mpn\x86_64w\nehalem\sublsh1_n.asm
> ..\..\mpn\x86_64w\nehalem\submul_1.asm
> ..\..\mpn\x86_64w\nehalem\and_n.asm > ..\..\mpn\x86_64w\nehalem\andn_n.asm > ..\..\mpn\x86_64w\nehalem\ior_n.asm > ..\..\mpn\x86_64w\nehalem\iorn_n.asm > ..\..\mpn\x86_64w\nehalem\nand_n.asm > ..\..\mpn\x86_64w\nehalem\nior_n.asm > ..\..\mpn\x86_64w\nehalem\xnor_n.asm > ..\..\mpn\x86_64w\nehalem\xor_n.asm"
> exited with code 1.
> ========== Build: 0 succeeded, 1 failed, 5 up-to-date, 0 skipped
> ==========

> I also tried the core2 project and think I got the same error.

> Regards
> Chris Saunders
> --
> You received this message because you are subscribed to the Google > Groups
> "mpir-devel" group.
> To post to this group, send email to mpir-de...@googlegroups.com.
> To unsubscribe from this group, send email to
> mpir-devel+unsubscr...@googlegroups.com.
> For more options, visit this group at
>http://groups.google.com/group/mpir-devel?hl=en.

The projects split as follows:

win32: gc, p0, p3 and p4
x64:   gc, core2, k8, k10 and nehalem

You are trying to build an x64 project in win32 mode, which is bound
to fail.

   Brian

--
You received this message because you are subscribed to the Google Groups "mpir-devel" group.
To post to this group, send email to mpir-de...@googlegroups.com.
To unsubscribe from this group, send email to mpir-devel+unsubscr...@googlegroups.com. For more options, visit this group at http://groups.google.com/group/mpir-devel?hl=en.


--
You received this message because you are subscribed to the Google Groups 
"mpir-devel" group.
To post to this group, send email to mpir-de...@googlegroups.com.
To unsubscribe from this group, send email to 
mpir-devel+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/mpir-devel?hl=en.

Reply via email to