Closed durongze closed 4 years ago
To keep up with the latest version, I modified the script and executed it.
d:\code\ffmpeg-my\ffmpeg\gmp\SMP>"C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\bin\"vsyasm.exe -Xvc -f win32 -o "D:\code\ffmpeg-my\ffmpeg\FFmpeg\SMP\obj\Debug\Win32\libgmp\" -rnasm -pgas mpn\x86\add_n.s
d:\code\ffmpeg-my\ffmpeg\gmp\SMP>echo %ERRORLEVEL% 0
d:\code\ffmpeg-my\ffmpeg\gmp\SMP>"C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\bin\"vsyasm.exe -Xvc -f win32 -o "D:\code\ffmpeg-my\ffmpeg\FFmpeg\SMP\obj\Debug\Win32\libgmp\" -rnasm -pgas mpn\x86\add_n.s mpn\x86\bdiv_dbm1.s
d:\code\ffmpeg-my\ffmpeg\gmp\SMP>echo %ERRORLEVEL% -1073741819
d:\code\ffmpeg-my\ffmpeg\gmp\SMP>
It appears you yasm is not installed correctly.
Make sure you have the latest version of vsyasm from here https://github.com/ShiftMediaProject/VSYASM/releases and have installed it according to the instructions in the readme.
ok, thank you very much. I compiled a vsyasm with the latest code and solved it.
version: The latest version env: windows 10 + vs 2015 + yasm 1.3.0
32bit gmp compile fail.
but 64bit gmp compile succ.