1# Copyright (c) 2021-2022 Huawei Device Co., Ltd. 2# Licensed under the Apache License, Version 2.0 (the "License"); 3# you may not use this file except in compliance with the License. 4# You may obtain a copy of the License at 5# 6# http://www.apache.org/licenses/LICENSE-2.0 7# 8# Unless required by applicable law or agreed to in writing, software 9# distributed under the License is distributed on an "AS IS" BASIS, 10# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. 11# See the License for the specific language governing permissions and 12# limitations under the License. 13 14# Dependency list for cross-compiling 15# Panda for ARM and AArch64 under Ubuntu 18.04 x86-64 16g++-8-aarch64-linux-gnu=8.4.0-* 17g++-8-arm-linux-gnueabi=8.4.0-* 18g++-8-arm-linux-gnueabihf=8.4.0-* 19 20g++-aarch64-linux-gnu=4:7.4.0-* 21g++-arm-linux-gnueabi=4:7.4.0-* 22g++-arm-linux-gnueabihf=4:7.4.0-* 23 24libglib2.0-bin=2.56.4-* # Need for QEMU 25 26qemu-efi-aarch64=0~20180205.c0d9813c-* # QEMU: EFI support, Aarch64 27qemu-efi-arm=0~20180205.c0d9813c-* # QEMU: EFI support, ARM32 28gdb-multiarch=8.1.1-* # GDB with support for multiple architectures 29