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
The m library is the math library that is included with the tool chain. If
you do not have an m library then try not enabling the floating point
support.
On Tue, Jan 3, 2023, 20:04 權少 ***@***.***> wrote:
# 1. Build pforth executableadd_executable(pforth csrc/pf_main.c)target_link_libraries(pforth ${PROJECT_NAME}_lib m)
How to compile the m library?
—
Reply to this email directly, view it on GitHub
<#141>, or unsubscribe
<https://github.com/notifications/unsubscribe-auth/ABHPU2PXE3HXLTE5UDWKMGTWQUHFRANCNFSM6AAAAAATQNMGSU>
.
You are receiving this because you are subscribed to this thread.Message
ID: ***@***.***>
I see that you were asking about MSVC. I have only been building and testing on Mac and Linux.
Clearly I need to provide better support for Windows and MSVC.
I will add an Issue to do a windows build.
How to compile the
m
library in MSVC?The text was updated successfully, but these errors were encountered: