Hello,
Reported in issue https://github.com/jbruchon/elks/issues/283
And fixed by @tkchia in PR https://github.com/jbruchon/elks/pull/284
MFLD
Le 19/12/2019 à 08:02, Paul Osmialowski a écrit :
For a quick fix I'm having change like this locally:
--- a/Makefile
+++ b/Makefile
@@ -44,7 +44,7 @@ clean:
$(MAKE) -C elks clean
$(MAKE) -C elkscmd clean
$(MAKE) -C image clean
- $(MAKE) -C elksemu clean
+ -$(MAKE) -C elksemu clean
@echo
@if [ ! -f .config ]; then \
echo ' * This system is not configured. You need to run' ;\
On Wed, 18 Dec 2019, Derek Johansen wrote:
Did :
git pull
sudo ./build.sh
Got this error:
make -C image clean
make[1]: Entering directory `/home/djohanse/elk2/elks/image'
sudo umount -d /home/djohanse/elk2/elks/target || true
umount: /home/djohanse/elk2/elks/target: not found
sudo rm -rf /home/djohanse/elk2/elks/target
sudo rm -rf *.bin
make[1]: Leaving directory `/home/djohanse/elk2/elks/image'
make -C elksemu clean
make[1]: Entering directory `/home/djohanse/elk2/elks/elksemu'
Makefile:56: *** cannot find call_tab.v from elks-libc installation. Stop.
make[1]: Leaving directory `/home/djohanse/elk2/elks/elksemu'
make: *** [clean] Error 2
Build script has terminated with error 4
djohanse@djohanse-VirtualBox:~/elk2/elks$