When setting up the project environment, I encountered some issues. Here are the steps I followed:
bash
mkdir gcc-arm-none-eabi-10.3-2021.12-0x24000000
tar -xvf gcc-arm-none-eabi-10.3-2021.12-0x24000000.tar.xz -C ./gcc-arm-none-eabi-10.3-2021.12-0x24000000
mkdir gcc-arm-none-eabi-10.3-2021.12-0x24000000-0x10000000
tar -xvf gcc-arm-none-eabi-10.3-2021.12-0x24000000-0x10000000.tar.xz -C ./gcc-arm-none-eabi-10.3-2021.12-0x24000000-0x10000000
At this step, I was unable to extract the files. Using the file command, I found that both files are ASCII text. So I tried to pull these files using git lfs pull, but I encountered an issue with the following message:
"batch response: This repository is over its data quota. Account responsible for LFS bandwidth should purchase more data packs to restore access."
Hello!
When setting up the project environment, I encountered some issues. Here are the steps I followed:
bash mkdir gcc-arm-none-eabi-10.3-2021.12-0x24000000 tar -xvf gcc-arm-none-eabi-10.3-2021.12-0x24000000.tar.xz -C ./gcc-arm-none-eabi-10.3-2021.12-0x24000000 mkdir gcc-arm-none-eabi-10.3-2021.12-0x24000000-0x10000000 tar -xvf gcc-arm-none-eabi-10.3-2021.12-0x24000000-0x10000000.tar.xz -C ./gcc-arm-none-eabi-10.3-2021.12-0x24000000-0x10000000
At this step, I was unable to extract the files. Using the
file
command, I found that both files are ASCII text. So I tried to pull these files usinggit lfs pull
, but I encountered an issue with the following message:"batch response: This repository is over its data quota. Account responsible for LFS bandwidth should purchase more data packs to restore access."
Therefore, I need your assistance.
Thank you!