You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
hello,
when i try to compile the program using .\build.ps1 i get error on x86 arch:
PS C:\temp\PE-Packer> .\build.ps1
Directory: C:\temp\PE-Packer
Mode LastWriteTime Length Name
d----- 2/24/2021 6:03 PM bin
d----- 2/24/2021 6:03 PM build
-- The C compiler identification is GNU 8.1.0
-- Detecting C compiler ABI info
-- Detecting C compiler ABI info - done
-- Check for working C compiler: C:/ProgramData/chocolatey/bin/gcc.exe - skipped
-- Detecting C compile features
-- Detecting C compile features - done
-- The ASM_MASM compiler identification is MSVC
-- Found assembler: C:/masm32/bin/ml.exe
CMake Error at src/shell/CMakeLists.txt:20 (message):
[!] Must configuring on/for x86 platform
running on a windows 10 VM, as the tool required i did install mingw-w64 and cmake using chocolatey repo.
those are the release i found:
mingw: x86_64-8.1.0-release-posix-seh-rt_v6-rev0.7z
cmake: cmake 3.19.5
seems i cannot set , during the compile step the x86 arch, have you any idea ?
thanks
The text was updated successfully, but these errors were encountered:
hello,
when i try to compile the program using .\build.ps1 i get error on x86 arch:
PS C:\temp\PE-Packer> .\build.ps1
Mode LastWriteTime Length Name
d----- 2/24/2021 6:03 PM bin
d----- 2/24/2021 6:03 PM build
-- The C compiler identification is GNU 8.1.0
-- Detecting C compiler ABI info
-- Detecting C compiler ABI info - done
-- Check for working C compiler: C:/ProgramData/chocolatey/bin/gcc.exe - skipped
-- Detecting C compile features
-- Detecting C compile features - done
-- The ASM_MASM compiler identification is MSVC
-- Found assembler: C:/masm32/bin/ml.exe
CMake Error at src/shell/CMakeLists.txt:20 (message):
[!] Must configuring on/for x86 platform
running on a windows 10 VM, as the tool required i did install mingw-w64 and cmake using chocolatey repo.
those are the release i found:
mingw: x86_64-8.1.0-release-posix-seh-rt_v6-rev0.7z
cmake: cmake 3.19.5
seems i cannot set , during the compile step the x86 arch, have you any idea ?
thanks
The text was updated successfully, but these errors were encountered: