flat assembler
Message board for the users of flat assembler.
Index
> Unix > [solved] How to set include path on macOS? |
Author |
|
TmX 15 Sep 2023, 14:34
It's currently impossible to run FASM natively on recent macOSes. One of the solutions is to create a Linux VM and run FASM for Linux on it.
Now I'm trying to run FASM for Windows with wine Code: $ wine64 FASM.EXE 002c:err:winediag:getaddrinfo Failed to resolve your host name IP 007c:fixme:hid:handle_IRP_MN_QUERY_ID Unhandled type 00000005 007c:fixme:hid:handle_IRP_MN_QUERY_ID Unhandled type 00000005 007c:fixme:hid:handle_IRP_MN_QUERY_ID Unhandled type 00000005 007c:fixme:hid:handle_IRP_MN_QUERY_ID Unhandled type 00000005 0104:err:environ:init_peb starting L"Z:\\Users\\anta40\\Desktop\\FASM\\FASM.EXE" in experimental wow64 mode flat assembler version 1.73.31 usage: fasm <source> [output] optional settings: -m <limit> set the limit in kilobytes for the available memory -p <limit> set the maximum allowed number of passes -d <name>=<value> define symbolic variable -s <file> dump symbolic information for debugging Seems to be working fine. So let's try to build one of the examples: HELLO.ASM Code: $ wine64 ~/Desktop/FASM/FASM.EXE HELLO.ASM 002c:err:winediag:getaddrinfo Failed to resolve your host name IP 007c:fixme:hid:handle_IRP_MN_QUERY_ID Unhandled type 00000005 007c:fixme:hid:handle_IRP_MN_QUERY_ID Unhandled type 00000005 007c:fixme:hid:handle_IRP_MN_QUERY_ID Unhandled type 00000005 007c:fixme:hid:handle_IRP_MN_QUERY_ID Unhandled type 00000005 0104:err:environ:init_peb starting L"Z:\\Users\\anta40\\Desktop\\FASM\\FASM.EXE" in experimental wow64 mode flat assembler version 1.73.310104:fixme:ntdll:NtQuerySystemInformation info_class SYSTEM_PERFORMANCE_INFORMATION (655359 kilobytes memory) HELLO.ASM [4]: include 'win32ax.inc' ; you can simply switch between win32ax, win32wx, win64ax and win64wx here error: file not found. How to configure the include path? I'm on Intel Monterey, BTW. |
|||
15 Sep 2023, 14:34 |
|
Furs 16 Sep 2023, 17:51
Don't use the experimental wow64 mode.
EDIT: Nevermind I realize it's on MacOS, so that's your only option. Well… |
|||
16 Sep 2023, 17:51 |
|
< Last Thread | Next Thread > |
Forum Rules:
|
Copyright © 1999-2025, Tomasz Grysztar. Also on GitHub, YouTube.
Website powered by rwasa.