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
If someone wants to compile for 64-bit x86 with gcc can do so with the -m64 and -mcmodel=kernel flags.
Example: gcc -D_KERNEL -m64 -mcmodel=kernel -c xx1.c
The text was updated successfully, but these errors were encountered:
At Chapter 21 of WDD (http://illumos.org/books/wdd/loading-15035.html)
there are general direction on how to compile for 64-bit using Sun Studio.
If someone wants to compile for 64-bit x86 with gcc can do so with the
-m64
and-mcmodel=kernel
flags.Example:
gcc -D_KERNEL -m64 -mcmodel=kernel -c xx1.c
The text was updated successfully, but these errors were encountered: