View Single Post
Old 01-09-2011, 07:45 AM   #2
azit
Member
azit plays well with othersazit plays well with othersazit plays well with othersazit plays well with othersazit plays well with othersazit plays well with othersazit plays well with othersazit plays well with othersazit plays well with othersazit plays well with othersazit plays well with others
 
Posts: 16
Karma: 2600
Join Date: Dec 2010
Device: kindle
Quote:
Originally Posted by dnR View Post
Code:
[appname] line 1: syntax error: "(" unexpected'
Typically this means you're trying to run code compiled for one processor/architecture on another. i.e. you've compiled code for x86 and are trying to run it on ARM.

You need to either install a compller on the kindle, or install a kindle compatible cross-compiler on your pc.
azit is offline   Reply With Quote