-
Notifications
You must be signed in to change notification settings - Fork 12
Description
Hi,
I am trying to build ACES and run into the following problem.
I ran ci_scripts/init_project.sh, and it printed
bzip2: (stdin) is not a bzip2 file. tar: Child returned status 2 tar: Error is not recoverable: exiting now ci_scripts/init_project.sh: line 56: cd: gcc-arm-none-eabi-6-2017-q1-update: No such file or directory ci_scripts/init_project.sh: line 58: cd: src: No such file or directory tar: This does not look like a tar archive bzip2: (stdin) is not a bzip2 file. tar: Child returned status 2 tar: Error is not recoverable: exiting now ci_scripts/init_project.sh: line 61: ./build-prerequisites.sh: No such file or directory ci_scripts/init_project.sh: line 62: ./build-toolchain.sh: No such file or directory ci_scripts/init_project.sh: line 65: cd: /home/ray/IoTFirewall/ACES/ACES/gcc/gcc-arm-none-eabi-6-2017-q1-update/pkg: No such file or directory tar (child): gcc-arm-none-eabi-6-2018-q3-update-linux.tar.bz2: Cannot open: No such file or directory tar (child): Error is not recoverable: exiting now tar: Child returned status 2 tar: Error is not recoverable: exiting now mv: cannot stat 'gcc-arm-none-eabi-6-2018-q3-update': No such file or directory
It seems that an error occurs at line tar -xjf gcc-arm-none-eabi-6-2017-q1-update-src.tar.bz2. I ran file gcc-arm-none-eabi-6-2017-q1-update-src.tar.bz2 and it printed ASCII text.
I have downloaded the file several times but nothing changed. How can I solve this problem?
Thanks,
Ray