I built a static tinycc (tcc) compiler for the K1. As mentioned previously, I have not been able to build any dynamic apps that run on the K1. In my armv4l build environment, tcc can compile dynamic apps (which run in the build environment, but not on the K1). And tcc can also run on the K1, and even build dynamic apps. However, tcc CANNOT build any static apps (either on the K1 or in the build environment) -- it complains about various missing floating point functions. Did I configure it wrong?
Also, I am having problems compiling alsa sound apps -- tons of errors in the header files (with both gcc and tcc)... I recall having similar issues last time, years ago. I was hoping to test sound playback on the K1, but no success so far... Perhaps less work compiling a sound app for the K5 first (trying to re-create what I did back then).
Last edited by geekmaster; 05-17-2016 at 06:09 PM.
|