You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Compiled and installed the toolchain as described on the wiki page (CentOS 6.2 i386 on VirtualBox). The HelloWorld app builds and runs alright, but gives a warning: ld: warning: -force_cpusubtype_ALL will become unsupported for ARM architectures
Downloaded PhoneGap from http://phonegap.com, extracted the iOS framework and put it in /usr/arm-apple-darwin10/System/Library/Frameworks/PhoneGap.framework. Then I modified the Makefile to include the following lines (required frameworks for PhoneGap):
The make process fails at the linking phase with the following errors: http://pastebin.com/RfkZ1hdm. However, when I commented the override LDFLAGS += -framework PhoneGap line, the linking went fine.
The text was updated successfully, but these errors were encountered:
Compiled and installed the toolchain as described on the wiki page (CentOS 6.2 i386 on VirtualBox). The HelloWorld app builds and runs alright, but gives a warning:
ld: warning: -force_cpusubtype_ALL will become unsupported for ARM architectures
Downloaded PhoneGap from http://phonegap.com, extracted the iOS framework and put it in
/usr/arm-apple-darwin10/System/Library/Frameworks/PhoneGap.framework
. Then I modified the Makefile to include the following lines (required frameworks for PhoneGap):The make process fails at the linking phase with the following errors: http://pastebin.com/RfkZ1hdm. However, when I commented the
override LDFLAGS += -framework PhoneGap
line, the linking went fine.The text was updated successfully, but these errors were encountered: