I am using AWS EC2 for a virtual linux (ubuntu) environment. But I found it very frustrating when most of the packages aren't available.
For instance, when I try installing the cross compiler (arm) tools for the ubuntu linux system using sudo yum install -y build-essential gcc-arm-linux-gnueabi
, it says
Loaded plugins: priorities, update-motd, upgrade-helper
amzn-main | 2.1 kB 00:00:00
amzn-updates | 2.5 kB 00:00:00
No package build-essential available.
No package gcc-arm-linux-gnueabi available.
Error: Nothing to do
Is there a method to install the package/toolchain ?