Hi,
Im trying to build a simple program to verify that I can cross compile for the Raspberry Pi B+ (Raspbian), but all my attempts were usseles, that's my case:
- I have Codetyphon installed in Windows 7 64bits, and in Ubuntu 14.04 (vmware under same Win7). I followed your steps from your wiki (install and remove and build all). I tryed this several times...
- I have win32 and win64-arm-linux--RaspberryPi toolchains installed.
- I have arm-linux-Raspbian libraries installed.
- I built a Toolchain with this parameters: Host: x86_64 CPU-OS targets: arm-linux
- I built a FPC32 arm-linux-Raspberry
With this I can open a new "empty" project in Typhon32, only with the Form1. Then I configure the project options like this:
- Other Unit Files:
$(TyphonDir)/components/pl_ZeosDBO/source/component/
$(TyphonDir)/components/pl_ZeosDBO/source/core/
$(TyphonDir)/components/pl_ZeosDBO/source/dbc/
$(TyphonDir)/components/pl_ZeosDBO/source/parsesql/
$(TyphonDir)/components/pl_ZeosDBO/source/plain/
- Libraries:
$(CTDIR)/binLibraries/arm-linux-Raspbian/
-SO: Linux -CPU:ARM -Processor:Default (I tried ARMv6 also)
-Finnaly I choose gtk2 in Additions and overrides.
With this I can compile, but I can't execute this on the Raspberry. I tried chmod +x but without luck...
Can you help me please? I don't know what Im missing, but I tried a lot of combinations, reinstalling everithing several times, recompiling, in 32 and 64bits, in Ubuntu...
Thanks in advance!