G
G
gd1xza2021-02-28 17:17:57
Operating Systems
gd1xza, 2021-02-28 17:17:57

Is it possible to create an object file on 1 wasp and link to others?

Well, that is, on Linux, compile the code into an object and link it directly to your executable file for different platforms directly on them.

Answer the question

In order to leave comments, you need to log in

2 answer(s)
S
Sergey Gornostaev, 2021-02-28
@gd1xza

No, the ABI is different.

R
res2001, 2021-02-28
@res2001

You can create object files for different platforms on the same platform using a cross compiler for the corresponding platform. And you can link the executable file right away.

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question