Welcome,
Guest
|
Components and Libraries for Graphics Development, discussions, problems and suggestions.
|
|
TOPIC:
ORCA library 10 years 10 months ago #5021
|
Hi guys,
Ive just downloaded 4.70 version and tried the orca 2d compilation for arm linux, with raspi librari. Im getting this errors: "Compiling package LazControls 1.0.1" completed
"Compiling package IDEIntf 1.0" completed
"Compiling package pl_orca 4.0.1" completed
ctrlsdemo.lpr(16) Warning: "crti.o" not found, this will probably cause a linking failure
ctrlsdemo.lpr(16) Warning: "crtbegin.o" not found, this will probably cause a linking failure
ctrlsdemo.lpr(16) Warning: "crtend.o" not found, this will probably cause a linking failure
ctrlsdemo.lpr(16) Warning: "crtn.o" not found, this will probably cause a linking failure
ctrlsdemo.lpr(16) Warning: "crti.o" not found, this will probably cause a linking failure
ctrlsdemo.lpr(16) Warning: "crtbegin.o" not found, this will probably cause a linking failure
ctrlsdemo.lpr(16) Warning: "crtend.o" not found, this will probably cause a linking failure
ctrlsdemo.lpr(16) Warning: "crtn.o" not found, this will probably cause a linking failure
c:\codetyphon\fpc\bin\i386-win32\arm-linux-ld.exe: warning: C:\codetyphon\CodeOcean\ORCA\samples\xbin\link.res contains output sections; did you forget -T?
c:\codetyphon\fpc\bin\i386-win32\arm-linux-ld.exe: cannot find -lpangocairo-1.0
c:\codetyphon\fpc\bin\i386-win32\arm-linux-ld.exe: cannot find -lm
ctrlsdemo.lpr(16) Error: Error while linking
ctrlsdemo.lpr(16) Fatal: There were 1 errors compiling module, stopping Am i missing something? Thanks. |
Please Log in or Create an account to join the conversation. |
ORCA library 10 years 10 months ago #5022
|
Yes Sir
libpangocairo-1.0.so and Libm.so are not in our arm-linux-pi.7z We will update arm-linux-pi library soon... PilotLogic Architect and Core Programmer
|
Please Log in or Create an account to join the conversation. |
ORCA library 10 years 10 months ago #5032
|
Hi Sternas,
Thanks on prompt answer, Im eager to test the orca 2d on my board, so i will check daily on this release. Do you also have some guide how to make the library package for CT? Thanks. Marko |
Please Log in or Create an account to join the conversation. |
ORCA library 10 years 10 months ago #5033
|
Look
here
Sir
You need run-time libraries (*.so) from raspi OS These are shared Libraries and not Links to shared Libraries. For sample the libc.so links to shared library libc.so.7 We get libc.so.7 and rename to libc.so PilotLogic Architect and Core Programmer
|
Please Log in or Create an account to join the conversation.
Last edit: by Sternas Stefanos.
|
ORCA library 10 years 10 months ago #5045
|
Hi ive followed the instructions provided but now im getting this messages. I believe it something with compiling options.. What im missing here..? Should i recompile all libraries on my raspberry for EABI 0 or can i recompile the stuffs in CT for EABI 5?
Thanks. "Compiling package pl_orca 4.0.1" completed
c:\codetyphon\fpc\bin\i386-win32\arm-linux-ld.exe: warning: C:\codetyphon\CodeOcean\ORCA\samples\xbin\link.res contains output sections; did you forget -T?
c:\codetyphon\fpc\bin\i386-win32\arm-linux-ld.exe: error: Source object C:\codetyphon\CodeOcean\ORCA\samples\xbin\ctrlsdemo.o has EABI version 0, but target C:\codetyphon\CodeOcean\ORCA\samples\xbin\ctrlsdemo has EABI version 5
c:\codetyphon\fpc\bin\i386-win32\arm-linux-ld.exe: failed to merge target specific data of file C:\codetyphon\CodeOcean\ORCA\samples\xbin\ctrlsdemo.o
c:\codetyphon\fpc\bin\i386-win32\arm-linux-ld.exe: error: Source object C:\codetyphon\fpc\units\arm-linux\rtl\system.o has EABI version 0, but target C:\codetyphon\CodeOcean\ORCA\samples\xbin\ctrlsdemo has EABI version 5
c:\codetyphon\fpc\bin\i386-win32\arm-linux-ld.exe: failed to merge target specific data of file C:\codetyphon\fpc\units\arm-linux\rtl\system.o
......
c:\codetyphon\fpc\bin\i386-win32\arm-linux-ld.exe: error: Source object C:\codetyphon\typhon\components\lazutils\lib\arm-linux\lazconfigstorage.o has EABI version 0, but target C:\codetyphon\CodeOcean\ORCA\samples\xbin\ctrlsdemo has EABI version 5
c:\codetyphon\fpc\bin\i386-win32\arm-linux-ld.exe: failed to merge target specific data of file C:\codetyphon\typhon\components\lazutils\lib\arm-linux\lazconfigstorage.o
c:\codetyphon\fpc\bin\i386-win32\arm-linux-ld.exe: error: Source object C:\codetyphon\typhon\components\lazutils\lib\arm-linux\lazutf8classes.o has EABI version 0, but target C:\codetyphon\CodeOcean\ORCA\samples\xbin\ctrlsdemo has EABI version 5
c:\codetyphon\fpc\bin\i386-win32\arm-linux-ld.exe: failed to merge target specific data of file C:\codetyphon\typhon\components\lazutils\lib\arm-linux\lazutf8classes.o
c:\codetyphon\fpc\bin\i386-win32\arm-linux-ld.exe: error: Source object C:\codetyphon\fpc\units\arm-linux\fcl-base\syncobjs.o has EABI version 0, but target C:\codetyphon\CodeOcean\ORCA\samples\xbin\ctrlsdemo has EABI version 5
c:\codetyphon\fpc\bin\i386-win32\arm-linux-ld.exe: failed to merge target specific data of file C:\codetyphon\fpc\units\arm-linux\fcl-base\syncobjs.o
c:\codetyphon\fpc\bin\i386-win32\arm-linux-ld.exe: error: Source object C:\codetyphon\fpc\units\arm-linux\fcl-process\process.o has EABI version 0, but target C:\codetyphon\CodeOcean\ORCA\samples\xbin\ctrlsdemo has EABI version 5
c:\codetyphon\fpc\bin\i386-win32\arm-linux-ld.exe: failed to merge target specific data of file C:\codetyphon\fpc\units\arm-linux\fcl-process\process.o
c:\codetyphon\fpc\bin\i386-win32\arm-linux-ld.exe: error: Source object C:\codetyphon\fpc\units\arm-linux\fcl-process\pipes.o has EABI version 0, but target C:\codetyphon\CodeOcean\ORCA\samples\xbin\ctrlsdemo has EABI version 5
c:\codetyphon\fpc\bin\i386-win32\arm-linux-ld.exe: failed to merge target specific data of file C:\codetyphon\fpc\units\arm-linux\fcl-process\pipes.o
c:\codetyphon\fpc\bin\i386-win32\arm-linux-ld.exe: error: Source object C:\codetyphon\fpc\units\arm-linux\rtl\termio.o has EABI version 0, but target C:\codetyphon\CodeOcean\ORCA\samples\xbin\ctrlsdemo has EABI version 5
c:\codetyphon\fpc\bin\i386-win32\arm-linux-ld.exe: failed to merge target specific data of file C:\codetyphon\fpc\units\arm-linux\rtl\termio.o
c:\codetyphon\fpc\bin\i386-win32\arm-linux-ld.exe: error: Source object C:\codetyphon\typhon\lcl\units\arm-linux\wslclclasses.o has EABI version 0, but target C:\codetyphon\CodeOcean\ORCA\samples\xbin\ctrlsdemo has EABI version 5
c:\codetyphon\fpc\bin\i386-win32\arm-linux-ld.exe: failed to merge target specific data of file C:\codetyphon\typhon\lcl\units\arm-linux\wslclclasses.o
c:\codetyphon\fpc\bin\i386-win32\arm-linux-ld.exe: error: Source object C:\codetyphon\typhon\lcl\units\arm-linux\wsimglist.o has EABI version 0, but target C:\codetyphon\CodeOcean\ORCA\samples\xbin\ctrlsdemo has EABI version 5
c:\codetyphon\fpc\bin\i386-win32\arm-linux-ld.exe: failed to merge target specific data of file C:\codetyphon\typhon\lcl\units\arm-linux\wsimglist.o
c:\codetyphon\fpc\bin\i386-win32\arm-linux-ld.exe: error: Source object C:\codetyphon\typhon\lcl\units\arm-linux\wsproc.o has EABI version 0, but target C:\codetyphon\CodeOcean\ORCA\samples\xbin\ctrlsdemo has EABI version 5
c:\codetyphon\fpc\bin\i386-win32\arm-linux-ld.exe: failed to merge target specific data of file C:\codetyphon\typhon\lcl\units\arm-linux\wsproc.o
c:\codetyphon\fpc\bin\i386-win32\arm-linux-ld.exe: error: Source object C:\codetyphon\typhon\lcl\units\arm-linux\propertystorage.o has EABI version 0, but target C:\codetyphon\CodeOcean\ORCA\samples\xbin\ctrlsdemo has EABI version 5
c:\codetyphon\fpc\bin\i386-win32\arm-linux-ld.exe: failed to merge target specific data of file C:\codetyphon\typhon\lcl\units\arm-linux\propertystorage.o
c:\codetyphon\fpc\bin\i386-win32\arm-linux-ld.exe: error: Source object C:\codetyphon\typhon\lcl\units\arm-linux\wscontrols.o has EABI version 0, but target C:\codetyphon\CodeOcean\ORCA\samples\xbin\ctrlsdemo has EABI version 5
c:\codetyphon\fpc\bin\i386-win32\arm-linux-ld.exe: failed to merge target specific data of file C:\codetyphon\typhon\lcl\units\arm-linux\wscontrols.o
c:\codetyphon\fpc\bin\i386-win32\arm-linux-ld.exe: error: Source object C:\codetyphon\typhon\lcl\units\arm-linux\wsforms.o has EABI version 0, but target C:\codetyphon\CodeOcean\ORCA\samples\xbin\ctrlsdemo has EABI version 5
c:\codetyphon\fpc\bin\i386-win32\arm-linux-ld.exe: failed to merge target specific data of file C:\codetyphon\typhon\lcl\units\arm-linux\wsforms.o
c:\codetyphon\fpc\bin\i386-win32\arm-linux-ld.exe: error: Source object C:\codetyphon\fpc\units\arm-linux\rtl\cwstring.o has EABI version 0, but target C:\codetyphon\CodeOcean\ORCA\samples\xbin\ctrlsdemo has EABI version 5
c:\codetyphon\fpc\bin\i386-win32\arm-linux-ld.exe: failed to merge target specific data of file C:\codetyphon\fpc\units\arm-linux\rtl\cwstring.o
c:\codetyphon\fpc\bin\i386-win32\arm-linux-ld.exe: error: Source object C:\codetyphon\fpc\units\arm-linux\rtl\initc.o has EABI version 0, but target C:\codetyphon\CodeOcean\ORCA\samples\xbin\ctrlsdemo has EABI version 5
c:\codetyphon\fpc\bin\i386-win32\arm-linux-ld.exe: failed to merge target specific data of file C:\codetyphon\fpc\units\arm-linux\rtl\initc.o
c:\codetyphon\fpc\bin\i386-win32\arm-linux-ld.exe: error: Source object C:\codetyphon\fpc\units\arm-linux\rtl\dynlibs.o has EABI version 0, but target C:\codetyphon\CodeOcean\ORCA\samples\xbin\ctrlsdemo has EABI version 5
c:\codetyphon\fpc\bin\i386-win32\arm-linux-ld.exe: failed to merge target specific data of file C:\codetyphon\fpc\units\arm-linux\rtl\dynlibs.o
c:\codetyphon\fpc\bin\i386-win32\arm-linux-ld.exe: error: Source object C:\codetyphon\fpc\units\arm-linux\rtl\unixcp.o has EABI version 0, but target C:\codetyphon\CodeOcean\ORCA\samples\xbin\ctrlsdemo has EABI version 5
c:\codetyphon\fpc\bin\i386-win32\arm-linux-ld.exe: failed to merge target specific data of file C:\codetyphon\fpc\units\arm-linux\rtl\unixcp.o
c:\codetyphon\fpc\bin\i386-win32\arm-linux-ld.exe: error: Source object C:\codetyphon\fpc\units\arm-linux\rtl\dl.o has EABI version 0, but target C:\codetyphon\CodeOcean\ORCA\samples\xbin\ctrlsdemo has EABI version 5
c:\codetyphon\fpc\bin\i386-win32\arm-linux-ld.exe: failed to merge target specific data of file C:\codetyphon\fpc\units\arm-linux\rtl\dl.o
c:\codetyphon\fpc\bin\i386-win32\arm-linux-ld.exe: error: Source object C:\codetyphon\typhon\lcl\units\arm-linux\gtk2\gtk2disableliboverlay.o has EABI version 0, but target C:\codetyphon\CodeOcean\ORCA\samples\xbin\ctrlsdemo has EABI version 5
c:\codetyphon\fpc\bin\i386-win32\arm-linux-ld.exe: failed to merge target specific data of file C:\codetyphon\typhon\lcl\units\arm-linux\gtk2\gtk2disableliboverlay.o
c:\codetyphon\fpc\bin\i386-win32\arm-linux-ld.exe: error: Source object C:\codetyphon\typhon\lcl\units\arm-linux\gtk2\gtk2int.o has EABI version 0, but target C:\codetyphon\CodeOcean\ORCA\samples\xbin\ctrlsdemo has EABI version 5
c:\codetyphon\fpc\bin\i386-win32\arm-linux-ld.exe: failed to merge target specific data of file C:\codetyphon\typhon\lcl\units\arm-linux\gtk2\gtk2int.o
c:\codetyphon\fpc\bin\i386-win32\arm-linux-ld.exe: error: Source object C:\codetyphon\fpc\units\arm-linux\x11\xlib.o has EABI version 0, but target C:\codetyphon\CodeOcean\ORCA\samples\xbin\ctrlsdemo has EABI version 5
c:\codetyphon\fpc\bin\i386-win32\arm-linux-ld.exe: failed to merge target specific data of file C:\codetyphon\fpc\units\arm-linux\x11\xlib.o
c:\codetyphon\fpc\bin\i386-win32\arm-linux-ld.exe: error: Source object C:\codetyphon\fpc\units\arm-linux\x11\x.o has EABI version 0, but target C:\codetyphon\CodeOcean\ORCA\samples\xbin\ctrlsdemo has EABI version 5
c:\codetyphon\fpc\bin\i386-win32\arm-linux-ld.exe: failed to merge target specific data of file C:\codetyphon\fpc\units\arm-linux\x11\x.o
c:\codetyphon\fpc\bin\i386-win32\arm-linux-ld.exe: error: Source object C:\codetyphon\fpc\units\arm-linux\gtk2\gdk2x.o has EABI version 0, but target C:\codetyphon\CodeOcean\ORCA\samples\xbin\ctrlsdemo has EABI version 5
c:\codetyphon\fpc\bin\i386-win32\arm-linux-ld.exe: failed to merge target specific data of file C:\codetyphon\fpc\units\arm-linux\gtk2\gdk2x.o
c:\codetyphon\fpc\bin\i386-win32\arm-linux-ld.exe: error: Source object C:\codetyphon\typhon\lcl\units\arm-linux\dialogs.o has EABI version 0, but target C:\codetyphon\CodeOcean\ORCA\samples\xbin\ctrlsdemo has EABI version 5
c:\codetyphon\fpc\bin\i386-win32\arm-linux-ld.exe: failed to merge target specific data of file C:\codetyphon\typhon\lcl\units\arm-linux\dialogs.o
c:\codetyphon\fpc\bin\i386-win32\arm-linux-ld.exe: error: Source object C:\codetyphon\typhon\lcl\units\arm-linux\dynhasharray.o has EABI version 0, but target C:\codetyphon\CodeOcean\ORCA\samples\xbin\ctrlsdemo has EABI version 5
c:\codetyphon\fpc\bin\i386-win32\arm-linux-ld.exe: failed to merge target specific data of file C:\codetyphon\typhon\lcl\units\arm-linux\dynhasharray.o
c:\codetyphon\fpc\bin\i386-win32\arm-linux-ld.exe: error: Source object C:\codetyphon\typhon\lcl\units\arm-linux\buttons.o has EABI version 0, but target C:\codetyphon\CodeOcean\ORCA\samples\xbin\ctrlsdemo has EABI version 5
c:\codetyphon\fpc\bin\i386-win32\arm-linux-ld.exe: failed to merge target specific data of file C:\codetyphon\typhon\lcl\units\arm-linux\buttons.o
c:\codetyphon\fpc\bin\i386-win32\arm-linux-ld.exe: error: Source object C:\codetyphon\typhon\lcl\units\arm-linux\stdctrls.o has EABI version 0, but target C:\codetyphon\CodeOcean\ORCA\samples\xbin\ctrlsdemo has EABI version 5
c:\codetyphon\fpc\bin\i386-win32\arm-linux-ld.exe: failed to merge target specific data of file C:\codetyphon\typhon\lcl\units\arm-linux\stdctrls.o
c:\codetyphon\fpc\bin\i386-win32\arm-linux-ld.exe: error: Source object C:\codetyphon\typhon\lcl\units\arm-linux\checklst.o has EABI version 0, but target C:\codetyphon\CodeOcean\ORCA\samples\xbin\ctrlsdemo has EABI version 5
c:\codetyphon\fpc\bin\i386-win32\arm-linux-ld.exe: failed to merge target specific data of file C:\codetyphon\typhon\lcl\units\arm-linux\checklst.o
c:\codetyphon\fpc\bin\i386-win32\arm-linux-ld.exe: error: Source object C:\codetyphon\typhon\lcl\units\arm-linux\comctrls.o has EABI version 0, but target C:\codetyphon\CodeOcean\ORCA\samples\xbin\ctrlsdemo has EABI version 5
c:\codetyphon\fpc\bin\i386-win32\arm-linux-ld.exe: failed to merge target specific data of file C:\codetyphon\typhon\lcl\units\arm-linux\comctrls.o
c:\codetyphon\fpc\bin\i386-win32\arm-linux-ld.exe: error: Source object C:\codetyphon\typhon\lcl\units\arm-linux\spin.o has EABI version 0, but target C:\codetyphon\CodeOcean\ORCA\samples\xbin\ctrlsdemo has EABI version 5
c:\codetyphon\fpc\bin\i386-win32\arm-linux-ld.exe: failed to merge target specific data of file C:\codetyphon\typhon\lcl\units\arm-linux\spin.o
c:\codetyphon\fpc\bin\i386-win32\arm-linux-ld.exe: error: Source object C:\codetyphon\typhon\lcl\units\arm-linux\extctrls.o has EABI version 0, but target C:\codetyphon\CodeOcean\ORCA\samples\xbin\ctrlsdemo has EABI version 5
c:\codetyphon\fpc\bin\i386-win32\arm-linux-ld.exe: failed to merge target specific data of file C:\codetyphon\typhon\lcl\units\arm-linux\extctrls.o
c:\codetyphon\fpc\bin\i386-win32\arm-linux-ld.exe: error: Source object C:\codetyphon\fpc\units\arm-linux\gtk2\gdk2pixbuf.o has EABI version 0, but target C:\codetyphon\CodeOcean\ORCA\samples\xbin\ctrlsdemo has EABI version 5
c:\codetyphon\fpc\bin\i386-win32\arm-linux-ld.exe: failed to merge target specific data of file C:\codetyphon\fpc\units\arm-linux\gtk2\gdk2pixbuf.o
c:\codetyphon\fpc\bin\i386-win32\arm-linux-ld.exe: error: Source object C:\codetyphon\fpc\units\arm-linux\gtk2\gtk2.o has EABI version 0, but target C:\codetyphon\CodeOcean\ORCA\samples\xbin\ctrlsdemo has EABI version 5
c:\codetyphon\fpc\bin\i386-win32\arm-linux-ld.exe: failed to merge target specific data of file C:\codetyphon\fpc\units\arm-linux\gtk2\gtk2.o
c:\codetyphon\fpc\bin\i386-win32\arm-linux-ld.exe: error: Source object C:\codetyphon\fpc\units\arm-linux\gtk2\gdk2.o has EABI version 0, but target C:\codetyphon\CodeOcean\ORCA\samples\xbin\ctrlsdemo has EABI version 5
c:\codetyphon\fpc\bin\i386-win32\arm-linux-ld.exe: failed to merge target specific data of file C:\codetyphon\fpc\units\arm-linux\gtk2\gdk2.o
c:\codetyphon\fpc\bin\i386-win32\arm-linux-ld.exe: error: Source object C:\codetyphon\fpc\units\arm-linux\gtk2\glib2.o has EABI version 0, but target C:\codetyphon\CodeOcean\ORCA\samples\xbin\ctrlsdemo has EABI version 5
c:\codetyphon\fpc\bin\i386-win32\arm-linux-ld.exe: failed to merge target specific data of file C:\codetyphon\fpc\units\arm-linux\gtk2\glib2.o
c:\codetyphon\fpc\bin\i386-win32\arm-linux-ld.exe: error: Source object C:\codetyphon\fpc\units\arm-linux\gtk2\pango.o has EABI version 0, but target C:\codetyphon\CodeOcean\ORCA\samples\xbin\ctrlsdemo has EABI version 5
c:\codetyphon\fpc\bin\i386-win32\arm-linux-ld.exe: failed to merge target specific data of file C:\codetyphon\fpc\units\arm-linux\gtk2\pango.o
c:\codetyphon\fpc\bin\i386-win32\arm-linux-ld.exe: error: Source object C:\codetyphon\typhon\lcl\units\arm-linux\gtk2\gtk2winapiwindow.o has EABI version 0, but target C:\codetyphon\CodeOcean\ORCA\samples\xbin\ctrlsdemo has EABI version 5
c:\codetyphon\fpc\bin\i386-win32\arm-linux-ld.exe: failed to merge target specific data of file C:\codetyphon\typhon\lcl\units\arm-linux\gtk2\gtk2winapiwindow.o
c:\codetyphon\fpc\bin\i386-win32\arm-linux-ld.exe: error: Source object C:\codetyphon\typhon\lcl\units\arm-linux\gtk2\gtk2globals.o has EABI version 0, but target C:\codetyphon\CodeOcean\ORCA\samples\xbin\ctrlsdemo has EABI version 5
c:\codetyphon\fpc\bin\i386-win32\arm-linux-ld.exe: failed to merge target specific data of file C:\codetyphon\typhon\lcl\units\arm-linux\gtk2\gtk2globals.o
c:\codetyphon\fpc\bin\i386-win32\arm-linux-ld.exe: error: Source object C:\codetyphon\typhon\lcl\units\arm-linux\gtk2\gtk2proc.o has EABI version 0, but target C:\codetyphon\CodeOcean\ORCA\samples\xbin\ctrlsdemo has EABI version 5
c:\codetyphon\fpc\bin\i386-win32\arm-linux-ld.exe: failed to merge target specific data of file C:\codetyphon\typhon\lcl\units\arm-linux\gtk2\gtk2proc.o
c:\codetyphon\fpc\bin\i386-win32\arm-linux-ld.exe: error: Source object C:\codetyphon\typhon\lcl\units\arm-linux\gtk2\gtk2def.o has EABI version 0, but target C:\codetyphon\CodeOcean\ORCA\samples\xbin\ctrlsdemo has EABI version 5
c:\codetyphon\fpc\bin\i386-win32\arm-linux-ld.exe: failed to merge target specific data of file C:\codetyphon\typhon\lcl\units\arm-linux\gtk2\gtk2def.o
c:\codetyphon\fpc\bin\i386-win32\arm-linux-ld.exe: error: Source object C:\codetyphon\typhon\lcl\units\arm-linux\gtk2\gtk2fontcache.o has EABI version 0, but target C:\codetyphon\CodeOcean\ORCA\samples\xbin\ctrlsdemo has EABI version 5
c:\codetyphon\fpc\bin\i386-win32\arm-linux-ld.exe: failed to merge target specific data of file C:\codetyphon\typhon\lcl\units\arm-linux\gtk2\gtk2fontcache.o
c:\codetyphon\fpc\bin\i386-win32\arm-linux-ld.exe: error: Source object C:\codetyphon\typhon\lcl\units\arm-linux\gtk2\gtk2extra.o has EABI version 0, but target C:\codetyphon\CodeOcean\ORCA\samples\xbin\ctrlsdemo has EABI version 5
c:\codetyphon\fpc\bin\i386-win32\arm-linux-ld.exe: failed to merge target specific data of file C:\codetyphon\typhon\lcl\units\arm-linux\gtk2\gtk2extra.o
c:\codetyphon\fpc\bin\i386-win32\arm-linux-ld.exe: error: Source object C:\codetyphon\typhon\lcl\units\arm-linux\gtk2\gtk2msgqueue.o has EABI version 0, but target C:\codetyphon\CodeOcean\ORCA\samples\xbin\ctrlsdemo has EABI version 5
c:\codetyphon\fpc\bin\i386-win32\arm-linux-ld.exe: failed to merge target specific data of file C:\codetyphon\typhon\lcl\units\arm-linux\gtk2\gtk2msgqueue.o
c:\codetyphon\fpc\bin\i386-win32\arm-linux-ld.exe: error: Source object C:\codetyphon\fpc\units\arm-linux\x11\xrender.o has EABI version 0, but target C:\codetyphon\CodeOcean\ORCA\samples\xbin\ctrlsdemo has EABI version 5
c:\codetyphon\fpc\bin\i386-win32\arm-linux-ld.exe: failed to merge target specific data of file C:\codetyphon\fpc\units\arm-linux\x11\xrender.o
c:\codetyphon\fpc\bin\i386-win32\arm-linux-ld.exe: error: Source object C:\codetyphon\fpc\units\arm-linux\cairo\cairo.o has EABI version 0, but target C:\codetyphon\CodeOcean\ORCA\samples\xbin\ctrlsdemo has EABI version 5
c:\codetyphon\fpc\bin\i386-win32\arm-linux-ld.exe: failed to merge target specific data of file C:\codetyphon\fpc\units\arm-linux\cairo\cairo.o
c:\codetyphon\fpc\bin\i386-win32\arm-linux-ld.exe: error: Source object C:\codetyphon\typhon\lcl\units\arm-linux\buttonpanel.o has EABI version 0, but target C:\codetyphon\CodeOcean\ORCA\samples\xbin\ctrlsdemo has EABI version 5
c:\codetyphon\fpc\bin\i386-win32\arm-linux-ld.exe: failed to merge target specific data of file C:\codetyphon\typhon\lcl\units\arm-linux\buttonpanel.o
c:\codetyphon\fpc\bin\i386-win32\arm-linux-ld.exe: error: Source object C:\codetyphon\typhon\lcl\units\arm-linux\imagelistcache.o has EABI version 0, but target C:\codetyphon\CodeOcean\ORCA\samples\xbin\ctrlsdemo has EABI version 5
c:\codetyphon\fpc\bin\i386-win32\arm-linux-ld.exe: failed to merge target specific data of file C:\codetyphon\typhon\lcl\units\arm-linux\imagelistcache.o
c:\codetyphon\fpc\bin\i386-win32\arm-linux-ld.exe: error: Source object C:\codetyphon\typhon\lcl\units\arm-linux\popupnotifier.o has EABI version 0, but target C:\codetyphon\CodeOcean\ORCA\samples\xbin\ctrlsdemo has EABI version 5
c:\codetyphon\fpc\bin\i386-win32\arm-linux-ld.exe: failed to merge target specific data of file C:\codetyphon\typhon\lcl\units\arm-linux\popupnotifier.o
c:\codetyphon\fpc\bin\i386-win32\arm-linux-ld.exe: error: Source object C:\codetyphon\typhon\lcl\units\arm-linux\wsextctrls.o has EABI version 0, but target C:\codetyphon\CodeOcean\ORCA\samples\xbin\ctrlsdemo has EABI version 5
c:\codetyphon\fpc\bin\i386-win32\arm-linux-ld.exe: failed to merge target specific data of file C:\codetyphon\typhon\lcl\units\arm-linux\wsextctrls.o
c:\codetyphon\fpc\bin\i386-win32\arm-linux-ld.exe: error: Source object C:\codetyphon\typhon\lcl\units\arm-linux\wsdialogs.o has EABI version 0, but target C:\codetyphon\CodeOcean\ORCA\samples\xbin\ctrlsdemo has EABI version 5
c:\codetyphon\fpc\bin\i386-win32\arm-linux-ld.exe: failed to merge target specific data of file C:\codetyphon\typhon\lcl\units\arm-linux\wsdialogs.o
c:\codetyphon\fpc\bin\i386-win32\arm-linux-ld.exe: error: Source object C:\codetyphon\typhon\lcl\units\arm-linux\wschecklst.o has EABI version 0, but target C:\codetyphon\CodeOcean\ORCA\samples\xbin\ctrlsdemo has EABI version 5
c:\codetyphon\fpc\bin\i386-win32\arm-linux-ld.exe: failed to merge target specific data of file C:\codetyphon\typhon\lcl\units\arm-linux\wschecklst.o
c:\codetyphon\fpc\bin\i386-win32\arm-linux-ld.exe: error: Source object C:\codetyphon\typhon\lcl\units\arm-linux\toolwin.o has EABI version 0, but target C:\codetyphon\CodeOcean\ORCA\samples\xbin\ctrlsdemo has EABI version 5
c:\codetyphon\fpc\bin\i386-win32\arm-linux-ld.exe: failed to merge target specific data of file C:\codetyphon\typhon\lcl\units\arm-linux\toolwin.o
c:\codetyphon\fpc\bin\i386-win32\arm-linux-ld.exe: error: Source object C:\codetyphon\typhon\lcl\units\arm-linux\wscomctrls.o has EABI version 0, but target C:\codetyphon\CodeOcean\ORCA\samples\xbin\ctrlsdemo has EABI version 5
c:\codetyphon\fpc\bin\i386-win32\arm-linux-ld.exe: failed to merge target specific data of file C:\codetyphon\typhon\lcl\units\arm-linux\wscomctrls.o
c:\codetyphon\fpc\bin\i386-win32\arm-linux-ld.exe: error: Source object C:\codetyphon\typhon\lcl\units\arm-linux\wstoolwin.o has EABI version 0, but target C:\codetyphon\CodeOcean\ORCA\samples\xbin\ctrlsdemo has EABI version 5
c:\codetyphon\fpc\bin\i386-win32\arm-linux-ld.exe: failed to merge target specific data of file C:\codetyphon\typhon\lcl\units\arm-linux\wstoolwin.o
c:\codetyphon\fpc\bin\i386-win32\arm-linux-ld.exe: error: Source object C:\codetyphon\typhon\lcl\units\arm-linux\wsspin.o has EABI version 0, but target C:\codetyphon\CodeOcean\ORCA\samples\xbin\ctrlsdemo has EABI version 5
c:\codetyphon\fpc\bin\i386-win32\arm-linux-ld.exe: failed to merge target specific data of file C:\codetyphon\typhon\lcl\units\arm-linux\wsspin.o
c:\codetyphon\fpc\bin\i386-win32\arm-linux-ld.exe: error: Source object C:\codetyphon\fpc\units\arm-linux\gtk2\atk.o has EABI version 0, but target C:\codetyphon\CodeOcean\ORCA\samples\xbin\ctrlsdemo has EABI version 5
c:\codetyphon\fpc\bin\i386-win32\arm-linux-ld.exe: failed to merge target specific data of file C:\codetyphon\fpc\units\arm-linux\gtk2\atk.o
c:\codetyphon\fpc\bin\i386-win32\arm-linux-ld.exe: error: Source object C:\codetyphon\fpc\units\arm-linux\gtk2\gtk2ext.o has EABI version 0, but target C:\codetyphon\CodeOcean\ORCA\samples\xbin\ctrlsdemo has EABI version 5
c:\codetyphon\fpc\bin\i386-win32\arm-linux-ld.exe: failed to merge target specific data of file C:\codetyphon\fpc\units\arm-linux\gtk2\gtk2ext.o
c:\codetyphon\fpc\bin\i386-win32\arm-linux-ld.exe: error: Source object C:\codetyphon\typhon\lcl\units\arm-linux\extdlgs.o has EABI version 0, but target C:\codetyphon\CodeOcean\ORCA\samples\xbin\ctrlsdemo has EABI version 5
c:\codetyphon\fpc\bin\i386-win32\arm-linux-ld.exe: failed to merge target specific data of file C:\codetyphon\typhon\lcl\units\arm-linux\extdlgs.o
c:\codetyphon\fpc\bin\i386-win32\arm-linux-ld.exe: error: Source object C:\codetyphon\typhon\lcl\units\arm-linux\gtk2\gtk2debug.o has EABI version 0, but target C:\codetyphon\CodeOcean\ORCA\samples\xbin\ctrlsdemo has EABI version 5
c:\codetyphon\fpc\bin\i386-win32\arm-linux-ld.exe: failed to merge target specific data of file C:\codetyphon\typhon\lcl\units\arm-linux\gtk2\gtk2debug.o
c:\codetyphon\fpc\bin\i386-win32\arm-linux-ld.exe: error: Source object C:\codetyphon\typhon\lcl\units\arm-linux\lclmessageglue.o has EABI version 0, but target C:\codetyphon\CodeOcean\ORCA\samples\xbin\ctrlsdemo has EABI version 5
c:\codetyphon\fpc\bin\i386-win32\arm-linux-ld.exe: failed to merge target specific data of file C:\codetyphon\typhon\lcl\units\arm-linux\lclmessageglue.o
c:\codetyphon\fpc\bin\i386-win32\arm-linux-ld.exe: error: Source object C:\codetyphon\typhon\lcl\units\arm-linux\calendar.o has EABI version 0, but target C:\codetyphon\CodeOcean\ORCA\samples\xbin\ctrlsdemo has EABI version 5
c:\codetyphon\fpc\bin\i386-win32\arm-linux-ld.exe: failed to merge target specific data of file C:\codetyphon\typhon\lcl\units\arm-linux\calendar.o
c:\codetyphon\fpc\bin\i386-win32\arm-linux-ld.exe: error: Source object C:\codetyphon\typhon\lcl\units\arm-linux\wscalendar.o has EABI version 0, but target C:\codetyphon\CodeOcean\ORCA\samples\xbin\ctrlsdemo has EABI version 5
c:\codetyphon\fpc\bin\i386-win32\arm-linux-ld.exe: failed to merge target specific data of file C:\codetyphon\typhon\lcl\units\arm-linux\wscalendar.o
c:\codetyphon\fpc\bin\i386-win32\arm-linux-ld.exe: error: Source object C:\codetyphon\typhon\lcl\units\arm-linux\wsextdlgs.o has EABI version 0, but target C:\codetyphon\CodeOcean\ORCA\samples\xbin\ctrlsdemo has EABI version 5
c:\codetyphon\fpc\bin\i386-win32\arm-linux-ld.exe: failed to merge target specific data of file C:\codetyphon\typhon\lcl\units\arm-linux\wsextdlgs.o
c:\codetyphon\fpc\bin\i386-win32\arm-linux-ld.exe: error: Source object C:\codetyphon\typhon\lcl\units\arm-linux\lclmemmanager.o has EABI version 0, but target C:\codetyphon\CodeOcean\ORCA\samples\xbin\ctrlsdemo has EABI version 5
c:\codetyphon\fpc\bin\i386-win32\arm-linux-ld.exe: failed to merge target specific data of file C:\codetyphon\typhon\lcl\units\arm-linux\lclmemmanager.o
c:\codetyphon\fpc\bin\i386-win32\arm-linux-ld.exe: error: Source object C:\codetyphon\typhon\lcl\units\arm-linux\gtk2\gtk2wsprivate.o has EABI version 0, but target C:\codetyphon\CodeOcean\ORCA\samples\xbin\ctrlsdemo has EABI version 5
c:\codetyphon\fpc\bin\i386-win32\arm-linux-ld.exe: failed to merge target specific data of file C:\codetyphon\typhon\lcl\units\arm-linux\gtk2\gtk2wsprivate.o
c:\codetyphon\fpc\bin\i386-win32\arm-linux-ld.exe: error: Source object C:\codetyphon\fpc\units\arm-linux\fcl-base\uriparser.o has EABI version 0, but target C:\codetyphon\CodeOcean\ORCA\samples\xbin\ctrlsdemo has EABI version 5
c:\codetyphon\fpc\bin\i386-win32\arm-linux-ld.exe: failed to merge target specific data of file C:\codetyphon\fpc\units\arm-linux\fcl-base\uriparser.o
c:\codetyphon\fpc\bin\i386-win32\arm-linux-ld.exe: error: Source object C:\codetyphon\typhon\lcl\units\arm-linux\gtk2\gtk2wscontrols.o has EABI version 0, but target C:\codetyphon\CodeOcean\ORCA\samples\xbin\ctrlsdemo has EABI version 5
c:\codetyphon\fpc\bin\i386-win32\arm-linux-ld.exe: failed to merge target specific data of file C:\codetyphon\typhon\lcl\units\arm-linux\gtk2\gtk2wscontrols.o
c:\codetyphon\fpc\bin\i386-win32\arm-linux-ld.exe: error: Source object C:\codetyphon\typhon\lcl\units\arm-linux\lazlinkedlist.o has EABI version 0, but target C:\codetyphon\CodeOcean\ORCA\samples\xbin\ctrlsdemo has EABI version 5
c:\codetyphon\fpc\bin\i386-win32\arm-linux-ld.exe: failed to merge target specific data of file C:\codetyphon\typhon\lcl\units\arm-linux\lazlinkedlist.o
c:\codetyphon\fpc\bin\i386-win32\arm-linux-ld.exe: error: Source object C:\codetyphon\typhon\lcl\units\arm-linux\gtk2\gtk2wsfactory.o has EABI version 0, but target C:\codetyphon\CodeOcean\ORCA\samples\xbin\ctrlsdemo has EABI version 5
c:\codetyphon\fpc\bin\i386-win32\arm-linux-ld.exe: failed to merge target specific data of file C:\codetyphon\typhon\lcl\units\arm-linux\gtk2\gtk2wsfactory.o
c:\codetyphon\fpc\bin\i386-win32\arm-linux-ld.exe: error: Source object C:\codetyphon\typhon\lcl\units\arm-linux\gtk2\gtk2wsstdctrls.o has EABI version 0, but target C:\codetyphon\CodeOcean\ORCA\samples\xbin\ctrlsdemo has EABI version 5
c:\codetyphon\fpc\bin\i386-win32\arm-linux-ld.exe: failed to merge target specific data of file C:\codetyphon\typhon\lcl\units\arm-linux\gtk2\gtk2wsstdctrls.o
c:\codetyphon\fpc\bin\i386-win32\arm-linux-ld.exe: error: Source object C:\codetyphon\typhon\lcl\units\arm-linux\gtk2\gtk2wschecklst.o has EABI version 0, but target C:\codetyphon\CodeOcean\ORCA\samples\xbin\ctrlsdemo has EABI version 5
c:\codetyphon\fpc\bin\i386-win32\arm-linux-ld.exe: failed to merge target specific data of file C:\codetyphon\typhon\lcl\units\arm-linux\gtk2\gtk2wschecklst.o
c:\codetyphon\fpc\bin\i386-win32\arm-linux-ld.exe: error: Source object C:\codetyphon\typhon\lcl\units\arm-linux\gtk2\gtk2themes.o has EABI version 0, but target C:\codetyphon\CodeOcean\ORCA\samples\xbin\ctrlsdemo has EABI version 5
c:\codetyphon\fpc\bin\i386-win32\arm-linux-ld.exe: failed to merge target specific data of file C:\codetyphon\typhon\lcl\units\arm-linux\gtk2\gtk2themes.o
c:\codetyphon\fpc\bin\i386-win32\arm-linux-ld.exe: error: Source object C:\codetyphon\typhon\lcl\units\arm-linux\grids.o has EABI version 0, but target C:\codetyphon\CodeOcean\ORCA\samples\xbin\ctrlsdemo has EABI version 5
c:\codetyphon\fpc\bin\i386-win32\arm-linux-ld.exe: failed to merge target specific data of file C:\codetyphon\typhon\lcl\units\arm-linux\grids.o
c:\codetyphon\fpc\bin\i386-win32\arm-linux-ld.exe: error: Source object C:\codetyphon\typhon\lcl\units\arm-linux\pairsplitter.o has EABI version 0, but target C:\codetyphon\CodeOcean\ORCA\samples\xbin\ctrlsdemo has EABI version 5
c:\codetyphon\fpc\bin\i386-win32\arm-linux-ld.exe: failed to merge target specific data of file C:\codetyphon\typhon\lcl\units\arm-linux\pairsplitter.o
c:\codetyphon\fpc\bin\i386-win32\arm-linux-ld.exe: error: Source object C:\codetyphon\typhon\lcl\units\arm-linux\dynamicarray.o has EABI version 0, but target C:\codetyphon\CodeOcean\ORCA\samples\xbin\ctrlsdemo has EABI version 5
c:\codetyphon\fpc\bin\i386-win32\arm-linux-ld.exe: failed to merge target specific data of file C:\codetyphon\typhon\lcl\units\arm-linux\dynamicarray.o
c:\codetyphon\fpc\bin\i386-win32\arm-linux-ld.exe: error: Source object C:\codetyphon\typhon\lcl\units\arm-linux\maskedit.o has EABI version 0, but target C:\codetyphon\CodeOcean\ORCA\samples\xbin\ctrlsdemo has EABI version 5
c:\codetyphon\fpc\bin\i386-win32\arm-linux-ld.exe: failed to merge target specific data of file C:\codetyphon\typhon\lcl\units\arm-linux\maskedit.o
c:\codetyphon\fpc\bin\i386-win32\arm-linux-ld.exe: error: Source object C:\codetyphon\typhon\components\lazutils\lib\arm-linux\laz2_xmlcfg.o has EABI version 0, but target C:\codetyphon\CodeOcean\ORCA\samples\xbin\ctrlsdemo has EABI version 5
c:\codetyphon\fpc\bin\i386-win32\arm-linux-ld.exe: failed to merge target specific data of file C:\codetyphon\typhon\components\lazutils\lib\arm-linux\laz2_xmlcfg.o
c:\codetyphon\fpc\bin\i386-win32\arm-linux-ld.exe: error: Source object C:\codetyphon\typhon\components\lazutils\lib\arm-linux\lazfilecache.o has EABI version 0, but target C:\codetyphon\CodeOcean\ORCA\samples\xbin\ctrlsdemo has EABI version 5
c:\codetyphon\fpc\bin\i386-win32\arm-linux-ld.exe: failed to merge target specific data of file C:\codetyphon\typhon\components\lazutils\lib\arm-linux\lazfilecache.o
c:\codetyphon\fpc\bin\i386-win32\arm-linux-ld.exe: error: Source object C:\codetyphon\typhon\components\lazutils\lib\arm-linux\laz2_dom.o has EABI version 0, but target C:\codetyphon\CodeOcean\ORCA\samples\xbin\ctrlsdemo has EABI version 5
c:\codetyphon\fpc\bin\i386-win32\arm-linux-ld.exe: failed to merge target specific data of file C:\codetyphon\typhon\components\lazutils\lib\arm-linux\laz2_dom.o
c:\codetyphon\fpc\bin\i386-win32\arm-linux-ld.exe: error: Source object C:\codetyphon\typhon\components\lazutils\lib\arm-linux\laz2_xmlread.o has EABI version 0, but target C:\codetyphon\CodeOcean\ORCA\samples\xbin\ctrlsdemo has EABI version 5
c:\codetyphon\fpc\bin\i386-win32\arm-linux-ld.exe: failed to merge target specific data of file C:\codetyphon\typhon\components\lazutils\lib\arm-linux\laz2_xmlread.o
c:\codetyphon\fpc\bin\i386-win32\arm-linux-ld.exe: error: Source object C:\codetyphon\typhon\components\lazutils\lib\arm-linux\laz2_xmlwrite.o has EABI version 0, but target C:\codetyphon\CodeOcean\ORCA\samples\xbin\ctrlsdemo has EABI version 5
c:\codetyphon\fpc\bin\i386-win32\arm-linux-ld.exe: failed to merge target specific data of file C:\codetyphon\typhon\components\lazutils\lib\arm-linux\laz2_xmlwrite.o
c:\codetyphon\fpc\bin\i386-win32\arm-linux-ld.exe: error: Source object C:\codetyphon\typhon\components\lazutils\lib\arm-linux\lazdbglog.o has EABI version 0, but target C:\codetyphon\CodeOcean\ORCA\samples\xbin\ctrlsdemo has EABI version 5
c:\codetyphon\fpc\bin\i386-win32\arm-linux-ld.exe: failed to merge target specific data of file C:\codetyphon\typhon\components\lazutils\lib\arm-linux\lazdbglog.o
....
ctrlsdemo.lpr(16) Error: Error while linking
ctrlsdemo.lpr(16) Fatal: There were 1 errors compiling module, stopping |
Please Log in or Create an account to join the conversation.
Last edit: by Marko.
|
ORCA library 10 years 10 months ago #5046
|
EABI 0 for all
please read the tutorial here PilotLogic Architect and Core Programmer
|
Please Log in or Create an account to join the conversation. |
ORCA library 10 years 9 months ago #5160
|
Hi all,
Ive tried but same error appearing. I salvaged the libs from debian lib folder, and rename links as described. What are the steps to make this working: - should i recompile the whole kernel and debian to be eabi 0? - or there is other trick that can solve this EABI version 0, but target C:\codetyphon\CodeOcean\ORCA\samples\xbin\ctrlsdemo has EABI version 5? - or? Note: if i understood good, the libs are compiled for eabi0 but my target is eabi5, is there any way how i can setup my project to be compiled for eabi0, maybe this is the issue? Im trying to compile c:\codetyphon\CodeOcean\ORCA\samples\ctrlsdemo\ Thanks. |
Please Log in or Create an account to join the conversation.
Last edit: by Marko.
|
ORCA library 10 years 9 months ago #5161
|
If your arm target OS is EABI version 5, please use
win32-arm-linux-eabi5-7z toolchain ORCA library request and : libm.so libpangocairo-1.0.so libgtkglext-x11-1.0.so libgdkglext-x11-1.0.so libraries to your Arm Target OS PilotLogic Architect and Core Programmer
|
Please Log in or Create an account to join the conversation.
Last edit: by Sternas Stefanos.
|
ORCA library 7 years 8 months ago #10576
|
Is ORCA 2D support Android now or is some future plan ?
|
Please Log in or Create an account to join the conversation.
Last edit: by Jacek.
|
ORCA library 7 years 8 months ago #10577
|
No Sir
ORCA 2D not support android, yet and we don't have any plans for this, yet PilotLogic Architect and Core Programmer
|
Please Log in or Create an account to join the conversation.
Last edit: by Sternas Stefanos.
|
|
|