<html><head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<style type="text/css">.style1 {font-family: "Times New Roman";}</style></head><body dir="auto">
Thanks, Marius.
<div><br>
</div>
<div>So for Intel to M1, we’d need the binaries for M1 and use the byte compiler?<br>
<br>
<div dir="ltr">Sent from my iPhone</div>
<div dir="ltr"><br>
<blockquote type="cite">On Jun 27, 2021, at 11:32, Marius Gerbershagen <marius.gerbershagen@gmail.com> wrote:<br>
<br>
</blockquote>
</div>
<blockquote type="cite">
<div dir="ltr"> Dear Joshua,<br>
<br>
it is possible to cross-compile lisp code using ECL. Basically, one <br>
needs to set up paths the compiler and linker binaries as well as paths <br>
to the include and library directories in the host compiler (built in <br>
the first step of cross-compiling ECL itself, see the INSTALL file for <br>
instructions) to point to the ones for the target system.<br>
<br>
One can then call `compile-file` as usual, taking care to either load <br>
files with the bytecompiler or compiling twice (once for the target and <br>
once for the host) before loading.<br>
<br>
For an example how this works, see the EQL5 project <br>
<a href="https://gitlab.com/eql/EQL5-Android">https://gitlab.com/eql/EQL5-Android/</a>. You could also look at
<br>
<a href="https://gitlab.com/spaghettisalat/jffi_repl_example/blob/master/app/src/main/lisp/asdf_libs/compile.lisp">https://gitlab.com/spaghettisalat/jffi_repl_example/blob/master/app/src/main/lisp/asdf_libs/compile.lisp</a>
<br>
for an example with a basic asdf integration.<br>
<br>
Best regards,<br>
Marius Gerbershagen<br>
<br>
Am 26.06.21 um 19:43 schrieb Joshua Armenta:<br>
> Is there a flag to set another architecture type during the compilation <br>
> process?<br>
> <br>
> For example I’m on an Intel Mac but I want to make a project build for <br>
> ARM Mac (or a fat binary) to not use Rosetta 2 for that version.<br>
> <br>
> Or, I’m on a Mac but want to cross compile the lisp project/static <br>
> library to windows.<br>
> <br>
> Trying to integrate some code into a CI platform. Thx!<br>
> <br>
> Sent from my iPhone<br>
> <br>
> <br>
> *Disclaimer*<br>
> <br>
> The information contained in this communication from the sender is <br>
> confidential. It is intended solely for use by the recipient and others <br>
> authorized to receive it. If you are not the recipient, you are hereby <br>
> notified that any disclosure, copying, distribution or taking action in <br>
> relation of the contents of this information is strictly prohibited and <br>
> may be unlawful.<br>
> <br>
> This email has been scanned for viruses and malware, and may have been <br>
> automatically archived by Mimecast, a leader in email security and cyber <br>
> resilience. Mimecast integrates email defenses with brand protection, <br>
> security awareness training, web security, compliance and other <br>
> essential capabilities. Mimecast helps protect large and small <br>
> organizations from malicious activity, human error and technology <br>
> failure; and to lead the movement toward building a more resilient <br>
> world. To find out more, visit our website.<br>
> <br>
</div>
</blockquote>
</div>


<br><br><p style="font-family: Verdana; font-size:10pt; color:#666666;"><b>Disclaimer</b></p><p style="font-family: Verdana; font-size:8pt; color:#666666;">The information contained in this communication from the sender is confidential. It is intended solely for use by the recipient and others authorized to receive it. If you are not the recipient, you are hereby notified that any disclosure, copying, distribution or taking action in relation of the contents of this information is strictly prohibited and may be unlawful.<br><br>This email has been scanned for viruses and malware, and may have been automatically archived by Mimecast, a leader in email security and cyber resilience. Mimecast integrates email defenses with brand protection, security awareness training, web security, compliance and other essential capabilities. Mimecast helps protect large and small organizations from malicious activity, human error and technology failure; and to lead the movement toward building a more resilient world. To find out more, visit our website.</p></body></html>