Conversation
e8d5b7a to
6db0af1
Compare
mrbgems/mruby-bin-utils/README.md
Outdated
| end | ||
| ``` | ||
|
|
||
| Then compile and link your code in the generated command line program. |
There was a problem hiding this comment.
I think this line needs to be updated. You need to describe clearly what we get from these command-lines.
mrbgems/mruby-bin-utils/README.md
Outdated
| Then compile and link your code in the generated command line program. | ||
|
|
||
| ```console | ||
| $ bin/mruby-cc yourcode.c |
There was a problem hiding this comment.
Some may misunderstand mruby-cc etc. only take one argument.
|
According to our current naming convention, we can expect the executable binary In addition, maybe we can have |
The document was converted from Japanese by https://www.deepl.com/.
6db0af1 to
2c54c70
Compare
|
Thank you for the review. I can't think of anything else appropriate for the name. That said, it wouldn't be a good idea to separate them individually either. As for mruby-build, I will explore the feasibility a bit more. |
If this gem isn't accepted by the mruby project, I will release it in my personal repository.
Current problem:
bin/mruby-ccdepend on each compiler.bin/mruby-cc -c, I get a "'linker' input unused" warning; I checked with clang, but gcc does not.😸 Perhaps some disgruntled person will rewrite it in C.