View Single Post
Old 05-17-2016, 05:36 PM   #225
geekmaster
Carpe diem, c'est la vie.
geekmaster ought to be getting tired of karma fortunes by now.geekmaster ought to be getting tired of karma fortunes by now.geekmaster ought to be getting tired of karma fortunes by now.geekmaster ought to be getting tired of karma fortunes by now.geekmaster ought to be getting tired of karma fortunes by now.geekmaster ought to be getting tired of karma fortunes by now.geekmaster ought to be getting tired of karma fortunes by now.geekmaster ought to be getting tired of karma fortunes by now.geekmaster ought to be getting tired of karma fortunes by now.geekmaster ought to be getting tired of karma fortunes by now.geekmaster ought to be getting tired of karma fortunes by now.
 
geekmaster's Avatar
 
Posts: 6,433
Karma: 10773670
Join Date: Nov 2011
Location: Multiverse 6627A
Device: K1 to PW3
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.
geekmaster is offline   Reply With Quote