Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 6063205
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 23, 20262026-05-23T09:08:21+00:00 2026-05-23T09:08:21+00:00

I would want to compile existing software into presentation that can later be run

  • 0

I would want to compile existing software into presentation that can later be run on different architectures (and OS).

For that I need a (byte)code that can be easily run/emulated on another arch/OS (LLVM IR? Some RISC assemby?)

Some random ideas:

  • Compiling into JVM bytecode and running with java. Too restricting? C-compilers available?
  • MS CIL. C-Compilers available?
  • LLVM? Can Intermediate representation be run later?
  • Compiling into RISC arch such as MMIX. What about system calls?

Then there is the system call mapping thing, but e.g. BSD have system call translation layers.

Are there any already working systems that compile C/C++ into something that can later be run with an interpreter on another architecture?


Edit

Could I compile existing unix software into not-so-lowlevel binary, which could be “emulated” more easily than running full x86 emulator? Something more like JVM than XEN HVM.

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-05-23T09:08:22+00:00Added an answer on May 23, 2026 at 9:08 am

    There are several C to JVM compilers listed on Wikipedia’s JVM page. I’ve never tried any of them, but they sound like an interesting exercise to build.

    Because of its close association with the Java language, the JVM performs the strict runtime checks mandated by the Java specification. That requires C to bytecode compilers to provide their own “lax machine abstraction”, for instance producing compiled code that uses a Java array to represent main memory (so pointers can be compiled to integers), and linking the C library to a centralized Java class that emulates system calls. Most or all of the compilers listed below use a similar approach.

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I want to compile some .java files into a JAR. I would like to
I want to define a macro that can be invoked in different places (at
Can anyone explain to me why I would want to use IList over List
I have an existing XML schema that contains a type that I would like
I understand that they are compile time, so they can't be generic, and must
I would want to do something like: >>> lst = [1, 2, 3, 4,
Why you would want to use a switch block over a series of if
I have a special url which I would want only few people to have
Why would someone want to use a linked-list over an array? Coding a linked-list
Why would I want to use PHP's filter library? Why wouldn't I? It seems

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.