c - Building Source Code on Raspberry Pi -
this stupid question, have been pouring on forums , google hours , can't figure out. downloaded mame4all source repository here
https://code.google.com/p/mame4all-pi/
and made few edits list of games available. having issues compiling/building source. in repository, there of course source code (contained in src folder). cannot figure our how build/install source code have edited it. in main folder there makefile.rpi file, makefile.gp2x, , makefile.rpi.debug, feel there need these not entirely sure
i not sure how build/compile source code test changes, on raspberry pi using raspbian wheezy. feel missing simple, appreciated!
you need build tools arm architecture installed within raspbian wheezy. compiling in raspberry pi horribly slow , might want on pc instead. if have debian on ubuntu installation on pc, arm tool chain can 'cross-compile' x86 arm. sure there version of gcc out there can this. simple google search might provide more details regarding that. once binary compiled, copy raspberry pi either via sftp or connecting sd card pc.
http://qt-project.org/wiki/raspberrypi_beginners_guide contains lot of information , links download tools purpose. in fact, qt creator can automate of tasks , can deploy compiled binary directly pi qt creator.
Comments
Post a Comment