Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

About project initialization #4

Open
RayCxggg opened this issue Apr 4, 2022 · 1 comment
Open

About project initialization #4

RayCxggg opened this issue Apr 4, 2022 · 1 comment

Comments

@RayCxggg
Copy link

RayCxggg commented Apr 4, 2022

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

@RayCxggg
Copy link
Author

RayCxggg commented Apr 6, 2022

I have solved the problem. It is just simply caused by a fault compression of the file gcc-arm-none-eabi-6-2017-q1-update-src.tar.bz2 in the repo. A complete version can be found here.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant