Replies: 5 comments 6 replies
-
The only way I can replicate this error
is with an m3makefile that looks like this:
That's the only thing I can find that makes any sense, because there is no So make sure you're saving your files before compiling, and that your inputs are what you think they are. Also in the distribution you downloaded, there is an (I'm going to hope that the lack of The failure with |
Beta Was this translation helpful? Give feedback.
-
Rats, I can't one-up you on this one, or perhaps one-down. My post office town is
386. But I am 5 miles outside of it, in a county of 2500.
…On 12/26/21 8:58 AM, Eric Sessoms wrote:
Sticks? I'm in a thriving town of almost 300 people, and I haven't seen a bear all week. :). Merry Christmas!
—
Reply to this email directly, view it on GitHub <#786 (reply in thread)>, or unsubscribe <https://github.com/notifications/unsubscribe-auth/ABSVZNCR77QJAVITHG6BVPTUS4UQVANCNFSM5KYHK6MA>.
You are receiving this because you are subscribed to this thread.Message ID: ***@***.***>
|
Beta Was this translation helpful? Give feedback.
-
Follow-up question: |
Beta Was this translation helpful? Give feedback.
-
In most cases, cm3 -ship, after the compile and before the -clean,
puts an executable into /usr/local/cm3/bin.
But if you have compiled a compiler, this won't happen, rightly
so, because a lot of other stuff is needed, and also, you really
don't want to overlay your existing compiler, lest you get into a
state lacking either a chicken or an egg.
It takes something in scripts, but the way I am doing it,
you don't want to, without some other stuff. Others will know
what to recommend. But this is irrelevant unless you are working
on the compiler itself.
…On 12/29/21 8:39 AM, Duke Normandin wrote:
Follow-up question:
cm3 -clean nukes everything - including the executable.
Is there a way to tell the compiler to save the executable somewhere other than the default location? TIA ...
—
Reply to this email directly, view it on GitHub <#786 (comment)>, or unsubscribe <https://github.com/notifications/unsubscribe-auth/ABSVZNEJK2ZMBPPRLVYKI3DUTMMQZANCNFSM5KYHK6MA>.
You are receiving this because you commented.Message ID: ***@***.***>
|
Beta Was this translation helpful? Give feedback.
-
On Wed, 29 Dec 2021 09:47:28 -0800 "Rodney M. Bates" ***@***.***> wrote:
In most cases, cm3 -ship, after the compile and before the -clean,
puts an executable into /usr/local/cm3/bin.
Thank you sir! But just to be absolutely clear, I need to do:
cm3 -c <filename>
cm3 -ship
cm3 -clean
Is that the correct workflow?
--
Duke
** Text only please. Bottom post is best for me **
|
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Starting off on the wrong foot it seems:
I'm on a 64bit Linux box. It compiled ok by simply doing
cm3' in the source directory, but I wanted to test using m3makefile. BTW,
cm3 -h' choked, telling me to use `-?'. Then it choked on that as well.Beta Was this translation helpful? Give feedback.
All reactions