Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

It would be helpful if a guide for running the binaries was included #105

Open
Suryced opened this issue Dec 11, 2021 · 3 comments
Open
Labels
question Further information is requested

Comments

@Suryced
Copy link

Suryced commented Dec 11, 2021

I tried playing around with MicrOS but was stuck getting the error:
/opt/cross/i386-elf/bin/ar: error while loading shared libraries: libfl.so.2: cannot open shared object file: No such file or directory
make: *** [makefile:31: bin/libc.a] Error 127
I followed the guide on installing the OS with configure.sh. I ran build.sh and make but certain shared object files couldn't be found.

@MatiF100
Copy link
Collaborator

MatiF100 commented Dec 11, 2021

Were you compiling it using WSL or on GNU/Linux? Because it looks like your environment is missing some necessary dependencies

@MatiF100
Copy link
Collaborator

Also, if you only want to run the system and see how it is working, you do not need to compile it. There is floppy disk image under Releases tab, you can run in QEMU

@MinusPL
Copy link
Collaborator

MinusPL commented Dec 11, 2021

@Suryced Yes, sourcecode provided here is mostly for referencing how it works, not really for building. We don't have (yet) whole set of tools needed for building released. Cannot also disclose when or if at all we're going to release them though.

Currently your best choice for testing MicrOS is to go to releases and grab newest one which at the moment is 1.1.
Just remember that 1.1 is still very unstable and works mostly on qemu. We have finished works on 1.2 version not long ago and currently we're trying to gather everything and prepare official 1.2 release.

Sorry we can't give you tools required to build OS, we do hope you'll be interested in future releases.

@AzuxDario AzuxDario added the question Further information is requested label Dec 11, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
question Further information is requested
Projects
None yet
Development

No branches or pull requests

4 participants