Skip to content

Commit

Permalink
Removing gcc-multilib from ubuntu host dependency
Browse files Browse the repository at this point in the history
gcc-multilib is conflicting with gcc-aarch64-linux-gnu and g++-aarch64-linux-gnu packages. 
Which are required: Xilinx#59 (comment)
  • Loading branch information
mohammedrafi-sk authored Jul 4, 2022
1 parent 56ce817 commit 43df58f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sphinx/source/docs/install.md
Original file line number Diff line number Diff line change
Expand Up @@ -183,7 +183,7 @@ Cross-compilation of ROS 2 workspaces allows to build both CPU binaries as well
sudo apt-get -y install curl build-essential libssl-dev git wget \
ocl-icd-* opencl-headers python3-vcstool \
python3-colcon-common-extensions python3-colcon-mixin \
kpartx u-boot-tools pv gcc-multilib gcc-aarch64-linux-gnu g++-aarch64-linux-gnu
kpartx u-boot-tools pv gcc-aarch64-linux-gnu g++-aarch64-linux-gnu

###################################################
# 2. create a new ROS 2 workspace with examples and
Expand Down

0 comments on commit 43df58f

Please sign in to comment.