SashaVolohov / VH-DOS

Simple DOS-like operating system in FASM
The Unlicense
6 stars 0 forks source link

Make isn't finding ./sources #4

Open mooseman opened 1 year ago

mooseman commented 1 year ago

Hi Sasha! I really like the look of this project (and a huge thanks for releasing it as "public domain" - I'm a huge fan of P.D. projects and like to help where I can :) )

I'm trying to build the code on Linux Mint 20.1 . I unzipped the files into /home/andy/VH-DOS .
This is the error I got when trying to build -

andy@obsidian:~/VH-DOS$ make all Executable FASM file path: /usr/bin/fasm VH-DOS is compiling... find: ‘./sources’: No such file or directory Building installation image... cp: cannot stat './sources/compile.bin': No such file or directory find: ‘./sources’: No such file or directory make: *** [Makefile:2: all] Interrupt andy@obsidian:~/VH-DOS$

I note that the sources directory is named "src" - that may (or may not) help.
Many thanks for your time! I'm very keen to build this successfully!
( I can also help with testing - I'm not a great asm coder, unfortunately.... ).

SashaVolohov commented 1 year ago

Hello!

I'm honestly quite surprised that VH-DOS has any interest. One way or another, I will try to figure it out, and I will write you about the results. Unfortunately, I can’t say anything more now (right now I have a very late night and I’m going to bed). Thank you for your message!

mooseman commented 1 year ago

Hi Sasha - thanks for your reply! No worries, that's fine! No rush...... :)

Cheers, bye for now :) Andy (mooseman)

On Sat, Apr 29, 2023 at 11:16 AM Sasha Volohov @.***> wrote:

Hello!

I'm honestly quite surprised that VH-DOS has any interest. One way or another, I will try to figure it out, and I will write you about the results. Unfortunately, I can’t say anything more now (right now I have a very late night and I’m going to bed). Thank you for your message!

— Reply to this email directly, view it on GitHub https://github.com/SashaVolohov/VH-DOS/issues/4#issuecomment-1528184972, or unsubscribe https://github.com/notifications/unsubscribe-auth/AAAUZC5JEKNNSC7Z5TPLOWDXDRFWHANCNFSM6AAAAAAXPZDKRU . You are receiving this because you authored the thread.Message ID: @.***>

mooseman commented 1 year ago

Hi again Sasha -

I have an idea for the VH-DOS fix. The build process already asks for the FASM file path (and it seems to find that, no problem). It could also ask the user for the sources path! That should ensure that the build runs without problems (touch wood!). Anyway, just an idea..... :)

Keep up the great work! Bye for now from me in New Zealand (Wellington)

On Sun, Apr 30, 2023 at 9:56 PM j4d3 goat @.***> wrote:

Hi Sasha - thanks for your reply! No worries, that's fine! No rush...... :)

Cheers, bye for now :) Andy (mooseman)

On Sat, Apr 29, 2023 at 11:16 AM Sasha Volohov @.***> wrote:

Hello!

I'm honestly quite surprised that VH-DOS has any interest. One way or another, I will try to figure it out, and I will write you about the results. Unfortunately, I can’t say anything more now (right now I have a very late night and I’m going to bed). Thank you for your message!

— Reply to this email directly, view it on GitHub https://github.com/SashaVolohov/VH-DOS/issues/4#issuecomment-1528184972, or unsubscribe https://github.com/notifications/unsubscribe-auth/AAAUZC5JEKNNSC7Z5TPLOWDXDRFWHANCNFSM6AAAAAAXPZDKRU . You are receiving this because you authored the thread.Message ID: @.***>

SashaVolohov commented 1 year ago

Hello, thank you for your suggestions and comments) I will try to do something about it! :)