ilg-archived / qemu

The GNU MCU Eclipse QEMU
http://gnuarmeclipse.github.io/qemu/
Other
205 stars 78 forks source link

unbound variable error while running build-qemu.sh #50

Closed tmineno closed 5 years ago

tmineno commented 6 years ago

Description

While running build-qemu.sh to build win64 target, the script was aborted with "unbound variable" error after setup files were generated.

Steps to Reproduce

$ git clone https://github.com/gnu-mcu-eclipse/build-scripts.git /Work/build-scripts.git
$ bash ~/Work/build-scripts.git/scripts/build-qemu.sh preload-images
$ bash ~/Work/build-scripts.git/scripts/build-qemu.sh --win64

log:

Changing owner to non-root Linux user...
/Host/Work/qemu/scripts/build-helper.sh: line 724: WORK_FOLDER_PATH: unbound variable

Versions

ilg-ul commented 6 years ago

oops!

sorry, I changed the scripts for openocd and risc-v gcc and I forgot to update it for qemu too...

ilg-ul commented 5 years ago

The build scripts were moved to a separate project, this is no longer valid.