Hello device owners!<br><br>I&#39;ve been working on cross compiling a particular software package, and that&#39;s working just fine with the tools and direction given by the wiki. <br><br>However, there&#39;s a python API it presents, which requires compiling a python module. This, I cannot seem to get working, and i&#39;ve been struggling for a while. I understand this to be a limitation of python, as most of the reading I&#39;ve found says it&#39;s really difficult to cross compile.&nbsp; I don&#39;t feel I&#39;m at the level to modify the 
setup.py script enough to cross compile correctly, and so I am at an impasse. <br><br>I decided to investigate compiling natively, as a solution to this. Python is installed, so that stage should be easy. Likewise, there is a GCC package in the repository, so the C portion shouldn&#39;t be difficult either. However, there seems to be no assembler (as) in the repository at all. This seems like nonsense, though the linker (LD) is missing as well. Why is this? Have I just been unable to find these programs? 
<br><br>Thanks!<br>