Post
Topic
Board Altcoin Discussion
Re: back to creating new alt coin
by
mironkraft
on 30/01/2022, 10:59:31 UTC
Also, just for testing the coin before getting with the headache of the genesis block

I tried to build as you say here:

Quote
When it is finished, we build with the following commands:
Code:
PATH=$(echo "$PATH" | sed -e 's/:\/mnt.*//g')
sudo bash -c "echo 0 > /proc/sys/fs/binfmt_misc/status"
cd depends
make HOST=x86_64-w64-mingw32
cd ..
./autogen.sh
CONFIG_SITE=$PWD/depends/x86_64-w64-mingw32/share/config.site ./configure --prefix=/
make
(It may take more than an hour)

and when I introduce that code on the ubuntu lts comand prompt nothing happens and it give error:

Code:
root@DESKTOP-Q44IAMD:/home# PATH=$(echo "$PATH" | sed -e 's/:\/mnt.*//g')
root@DESKTOP-Q44IAMD:/home# sudo bash -c "echo 0 > /proc/sys/fs/binfmt_misc/status"
root@DESKTOP-Q44IAMD:/home# cd depends
bash: cd: depends: No such file or directory
root@DESKTOP-Q44IAMD:/home# make HOST=x86_64-w64-mingw32
make: *** No targets specified and no makefile found.  Stop.
root@DESKTOP-Q44IAMD:/home# cd ..
root@DESKTOP-Q44IAMD:/# ./autogen.sh
bash: ./autogen.sh: No such file or directory
root@DESKTOP-Q44IAMD:/# CONFIG_SITE=$PWD/depends/x86_64-w64-mingw32/share/config.site ./configure --prefix=/
bash: ./configure: No such file or directory
root@DESKTOP-Q44IAMD:/# make