Closed Bug 1307303 Opened 8 years ago Closed 8 years ago

mozmake will not build x86_64 nspr

Categories

(Firefox :: Untriaged, defect)

x86_64
Windows 10
defect
Not set
normal

Tracking

()

RESOLVED INVALID

People

(Reporter: thomashood10, Unassigned)

Details

(Keywords: 64bit)

What did you do?
================
1. Installed VS 2015
2. Ran mozbuild shell for 64bit
3. ran mozmake in nspr directory

What happened?
==============
build failed, asm not supported on this architecture

What should have happened?
==========================
build should have worked according to mozilla page

Is there anything else we should know?
======================================
probably
Keywords: 64bit
OS: Other → Windows 10
Hardware: All → x86_64
Component: API → Untriaged
Product: Mozilla Developer Network → Firefox
Whiteboard: [specification][type:bug]
(In reply to thomashood10 from comment #0)
> What did you do?
> ================
> 1. Installed VS 2015
> 2. Ran mozbuild shell for 64bit
> 3. ran mozmake in nspr directory
> 
> What happened?
> ==============
> build failed, asm not supported on this architecture
> 
> What should have happened?
> ==========================
> build should have worked according to mozilla page
> 
> Is there anything else we should know?
> ======================================
> probably

There is no way to detect 64bit target automatically.  So you have to run configure script before running make command.

  ./configure --host=x86_64-pc-mingw32 --target=x86_64-pc-mingw32

Also, bugzilla isn't support forum, so you should ask this to forum such as https://discourse.mozilla-community.org/c/firefox-development
Status: UNCONFIRMED → RESOLVED
Closed: 8 years ago
Resolution: --- → INVALID
You need to log in before you can comment on or make changes to this bug.