emartisoft / Rastari

All-in-one Atari (ST-STe-TT-Falcon) Solution on your Raspberry Pi
GNU General Public License v3.0
37 stars 10 forks source link

Almost there... installed compiler and dependencies.. Now errors at simple end part #12

Open WilsonBradley opened 2 years ago

WilsonBradley commented 2 years ago

Finally got the code to compile after . installed compiler and dependencies.. That was a headache.

Now errors at simple end part.. Something to do with trying to copy but can't find path...

Error message;

-e --== Copying files to Rastari path ==-- cp: cannot stat './SelectNetwork/.wav': No such file or directory sed: can't read /root/.hatari/.cfg: No such file or directory sed: can't read /root/.hatari/.cfg: No such file or directory sed: can't read /root/.hatari/.cfg: No such file or directory Hatari config files are updated -e --== Rastari is compiled & installed ==-- -e Rebooting...

Code section ; echo -e "${BLUE}--== Copying files to Rastari path ==--${NOCOLOR}" cp ./bootScreen/bin/Release/bootScreen ./AudioOutput/bin/Release/AudioOutput ./Configuration/bin/Release/Configuration ./SelectNetwork/bin/Release/SelectNetwork ./Rastari/.sh ./Rastari/bin/Debug/Rastari ./bootScreen/.png ./Configuration/.png ./AudioOutput/.png ./bootScreen/.wav ./SelectNetwork/.wav ./SelectNetwork/.png ./Rastari/.png ./Rastari/.wav ./Rastari/.ttf ./ResizeSD/.png ./ResizeSD/bin/Release/ResizeSD ./VERSION $TARGET cd $TARGET chmod a+x .sh chmod a+x ./bootScreen chmod a+x ./Rastari chmod a+x ./SelectNetwork chmod a+x ./AudioOutput chmod a+x ./Configuration chmod a+x ./ResizeSD ./updateConfig.sh cd ~