Hello, i configure CT as read in
www.pilotlogic.com/sitejoom/index.php/wi...ld-for-rasberry-pi-2. Host Debian 8 Linux i686, my project (cross linux daemon\windows service) compiling is okey, but i have linker messages
(9015) Linking pdd
/usr/local/codetyphon/typhon/lcl/units/arm-linux/comctrls.o: In function `COMCTRLS_$$_REGISTERCUSTOMPAGE':
comctrls.pp:(.text.n_comctrls_$$_registercustompage+0x20): undefined reference to `WSRegisterCustomPage'
/usr/local/codetyphon/typhon/lcl/units/arm-linux/comctrls.o: In function `COMCTRLS_$$_REGISTERCUSTOMTABCONTROL':
comctrls.pp:(.text.n_comctrls_$$_registercustomtabcontrol+0x20): undefined reference to `WSRegisterCustomNotebook'
/usr/local/codetyphon/typhon/lcl/units/arm-linux/wsimglist.o: In function `WSIMGLIST_$$_REGISTERCUSTOMIMAGELIST':
wsimglist.pp:(.text.n_wsimglist_$$_registercustomimagelist+0x20): undefined reference to `WSRegisterCustomImageList'
/usr/local/codetyphon/typhon/lcl/units/arm-linux/wsmenus.o: In function `WSMENUS_$$_REGISTERMENUITEM':
wsmenus.pp:(.text.n_wsmenus_$$_registermenuitem+0x20): undefined reference to `WSRegisterMenuItem'
/usr/local/codetyphon/typhon/lcl/units/arm-linux/wsmenus.o: In function `WSMENUS_$$_REGISTERMENU':
wsmenus.pp:(.text.n_wsmenus_$$_registermenu+0x20): undefined reference to `WSRegisterMenu'
/usr/local/codetyphon/typhon/lcl/units/arm-linux/wsmenus.o: In function `WSMENUS_$$_REGISTERMAINMENU':
wsmenus.pp:(.text.n_wsmenus_$$_registermainmenu+0x20): undefined reference to `WSRegisterMainMenu'
/usr/local/codetyphon/typhon/lcl/units/arm-linux/wsmenus.o: In function `WSMENUS_$$_REGISTERPOPUPMENU':
wsmenus.pp:(.text.n_wsmenus_$$_registerpopupmenu+0x20): undefined reference to `WSRegisterPopupMenu'
/usr/local/codetyphon/typhon/lcl/units/arm-linux/wscontrols.o: In function `WSCONTROLS_$$_REGISTERDRAGIMAGELIST':
wscontrols.pp:(.text.n_wscontrols_$$_registerdragimagelist+0x20): undefined reference to `WSRegisterDragImageList'
/usr/local/codetyphon/typhon/lcl/units/arm-linux/wscontrols.o: In function `WSCONTROLS_$$_REGISTERLAZACCESSIBLEOBJECT':
wscontrols.pp:(.text.n_wscontrols_$$_registerlazaccessibleobject+0x20): undefined reference to `WSRegisterLazAccessibleObject'
/usr/local/codetyphon/typhon/lcl/units/arm-linux/wscontrols.o: In function `WSCONTROLS_$$_REGISTERCONTROL':
wscontrols.pp:(.text.n_wscontrols_$$_registercontrol+0x20): undefined reference to `WSRegisterControl'
/usr/local/codetyphon/typhon/lcl/units/arm-linux/wscontrols.o: In function `WSCONTROLS_$$_REGISTERWINCONTROL':
wscontrols.pp:(.text.n_wscontrols_$$_registerwincontrol+0x20): undefined reference to `WSRegisterWinControl'
/usr/local/codetyphon/typhon/lcl/units/arm-linux/wscontrols.o: In function `WSCONTROLS_$$_REGISTERGRAPHICCONTROL':
wscontrols.pp:(.text.n_wscontrols_$$_registergraphiccontrol+0x20): undefined reference to `WSRegisterGraphicControl'
/usr/local/codetyphon/typhon/lcl/units/arm-linux/wscontrols.o: In function `WSCONTROLS_$$_REGISTERCUSTOMCONTROL':
wscontrols.pp:(.text.n_wscontrols_$$_registercustomcontrol+0x20): undefined reference to `WSRegisterCustomControl'
/usr/local/codetyphon/typhon/lcl/units/arm-linux/wsforms.o: In function `WSFORMS_$$_REGISTERSCROLLINGWINCONTROL':
wsforms.pp:(.text.n_wsforms_$$_registerscrollingwincontrol+0x20): undefined reference to `WSRegisterScrollingWinControl'
/usr/local/codetyphon/typhon/lcl/units/arm-linux/wsforms.o: In function `WSFORMS_$$_REGISTERSCROLLBOX':
wsforms.pp:(.text.n_wsforms_$$_registerscrollbox+0x20): undefined reference to `WSRegisterScrollBox'
/usr/local/codetyphon/typhon/lcl/units/arm-linux/wsforms.o: In function `WSFORMS_$$_REGISTERCUSTOMFRAME':
wsforms.pp:(.text.n_wsforms_$$_registercustomframe+0x20): undefined reference to `WSRegisterCustomFrame'
/usr/local/codetyphon/typhon/lcl/units/arm-linux/wsforms.o: In function `WSFORMS_$$_REGISTERCUSTOMFORM':
wsforms.pp:(.text.n_wsforms_$$_registercustomform+0x20): undefined reference to `WSRegisterCustomForm'
/usr/local/codetyphon/typhon/lcl/units/arm-linux/wsforms.o: In function `WSFORMS_$$_REGISTERHINTWINDOW':
wsforms.pp:(.text.n_wsforms_$$_registerhintwindow+0x20): undefined reference to `WSRegisterHintWindow'
/usr/local/codetyphon/typhon/lcl/units/arm-linux/wsstdctrls.o: In function `WSSTDCTRLS_$$_REGISTERCUSTOMSCROLLBAR':
wsstdctrls.pp:(.text.n_wsstdctrls_$$_registercustomscrollbar+0x20): undefined reference to `WSRegisterCustomScrollBar'
/usr/local/codetyphon/typhon/lcl/units/arm-linux/wsstdctrls.o: In function `WSSTDCTRLS_$$_REGISTERCUSTOMGROUPBOX':
wsstdctrls.pp:(.text.n_wsstdctrls_$$_registercustomgroupbox+0x20): undefined reference to `WSRegisterCustomGroupBox'
/usr/local/codetyphon/typhon/lcl/units/arm-linux/wsstdctrls.o: In function `WSSTDCTRLS_$$_REGISTERCUSTOMCOMBOBOX':
wsstdctrls.pp:(.text.n_wsstdctrls_$$_registercustomcombobox+0x20): undefined reference to `WSRegisterCustomComboBox'
/usr/local/codetyphon/typhon/lcl/units/arm-linux/wsstdctrls.o: In function `WSSTDCTRLS_$$_REGISTERCUSTOMLISTBOX':
wsstdctrls.pp:(.text.n_wsstdctrls_$$_registercustomlistbox+0x20): undefined reference to `WSRegisterCustomListBox'
/usr/local/codetyphon/typhon/lcl/units/arm-linux/wsstdctrls.o: In function `WSSTDCTRLS_$$_REGISTERCUSTOMEDIT':
wsstdctrls.pp:(.text.n_wsstdctrls_$$_registercustomedit+0x20): undefined reference to `WSRegisterCustomEdit'
/usr/local/codetyphon/typhon/lcl/units/arm-linux/wsstdctrls.o: In function `WSSTDCTRLS_$$_REGISTERCUSTOMMEMO':
wsstdctrls.pp:(.text.n_wsstdctrls_$$_registercustommemo+0x20): undefined reference to `WSRegisterCustomMemo'
/usr/local/codetyphon/typhon/lcl/units/arm-linux/wsstdctrls.o: In function `WSSTDCTRLS_$$_REGISTERBUTTONCONTROL':
wsstdctrls.pp:(.text.n_wsstdctrls_$$_registerbuttoncontrol+0x20): undefined reference to `WSRegisterButtonControl'
/usr/local/codetyphon/typhon/lcl/units/arm-linux/wsstdctrls.o: In function `WSSTDCTRLS_$$_REGISTERCUSTOMBUTTON':
wsstdctrls.pp:(.text.n_wsstdctrls_$$_registercustombutton+0x20): undefined reference to `WSRegisterCustomButton'
/usr/local/codetyphon/typhon/lcl/units/arm-linux/wsstdctrls.o: In function `WSSTDCTRLS_$$_REGISTERCUSTOMCHECKBOX':
wsstdctrls.pp:(.text.n_wsstdctrls_$$_registercustomcheckbox+0x20): undefined reference to `WSRegisterCustomCheckBox'
/usr/local/codetyphon/typhon/lcl/units/arm-linux/wsstdctrls.o: In function `WSSTDCTRLS_$$_REGISTERTOGGLEBOX':
wsstdctrls.pp:(.text.n_wsstdctrls_$$_registertogglebox+0x20): undefined reference to `WSRegisterToggleBox'
/usr/local/codetyphon/typhon/lcl/units/arm-linux/wsstdctrls.o: In function `WSSTDCTRLS_$$_REGISTERRADIOBUTTON':
wsstdctrls.pp:(.text.n_wsstdctrls_$$_registerradiobutton+0x20): undefined reference to `WSRegisterRadioButton'
/usr/local/codetyphon/typhon/lcl/units/arm-linux/wsstdctrls.o: In function `WSSTDCTRLS_$$_REGISTERCUSTOMSTATICTEXT':
wsstdctrls.pp:(.text.n_wsstdctrls_$$_registercustomstatictext+0x20): undefined reference to `WSRegisterCustomStaticText'
/usr/local/codetyphon/typhon/lcl/units/arm-linux/wsstdctrls.o: In function `WSSTDCTRLS_$$_REGISTERCUSTOMLABEL':
wsstdctrls.pp:(.text.n_wsstdctrls_$$_registercustomlabel+0x20): undefined reference to `WSRegisterCustomLabel'
/usr/local/codetyphon/typhon/lcl/units/arm-linux/wsbuttons.o: In function `WSBUTTONS_$$_REGISTERCUSTOMBITBTN':
wsbuttons.pp:(.text.n_wsbuttons_$$_registercustombitbtn+0x20): undefined reference to `WSRegisterCustomBitBtn'
/usr/local/codetyphon/typhon/lcl/units/arm-linux/wsbuttons.o: In function `WSBUTTONS_$$_REGISTERCUSTOMSPEEDBUTTON':
wsbuttons.pp:(.text.n_wsbuttons_$$_registercustomspeedbutton+0x20): undefined reference to `WSRegisterCustomSpeedButton'
/usr/local/codetyphon/typhon/lcl/units/arm-linux/wsextctrls.o: In function `WSEXTCTRLS_$$_REGISTERSHAPE':
wsextctrls.pp:(.text.n_wsextctrls_$$_registershape+0x20): undefined reference to `WSRegisterShape'
/usr/local/codetyphon/typhon/lcl/units/arm-linux/wsextctrls.o: In function `WSEXTCTRLS_$$_REGISTERCUSTOMSPLITTER':
wsextctrls.pp:(.text.n_wsextctrls_$$_registercustomsplitter+0x20): undefined reference to `WSRegisterCustomSplitter'
/usr/local/codetyphon/typhon/lcl/units/arm-linux/wsextctrls.o: In function `WSEXTCTRLS_$$_REGISTERPAINTBOX':
wsextctrls.pp:(.text.n_wsextctrls_$$_registerpaintbox+0x20): undefined reference to `WSRegisterPaintBox'
/usr/local/codetyphon/typhon/lcl/units/arm-linux/wsextctrls.o: In function `WSEXTCTRLS_$$_REGISTERCUSTOMIMAGE':
wsextctrls.pp:(.text.n_wsextctrls_$$_registercustomimage+0x20): undefined reference to `WSRegisterCustomImage'
/usr/local/codetyphon/typhon/lcl/units/arm-linux/wsextctrls.o: In function `WSEXTCTRLS_$$_REGISTERBEVEL':
wsextctrls.pp:(.text.n_wsextctrls_$$_registerbevel+0x20): undefined reference to `WSRegisterBevel'
/usr/local/codetyphon/typhon/lcl/units/arm-linux/wsextctrls.o: In function `WSEXTCTRLS_$$_REGISTERCUSTOMRADIOGROUP':
wsextctrls.pp:(.text.n_wsextctrls_$$_registercustomradiogroup+0x20): undefined reference to `WSRegisterCustomRadioGroup'
/usr/local/codetyphon/typhon/lcl/units/arm-linux/wsextctrls.o: In function `WSEXTCTRLS_$$_REGISTERCUSTOMCHECKGROUP':
wsextctrls.pp:(.text.n_wsextctrls_$$_registercustomcheckgroup+0x20): undefined reference to `WSRegisterCustomCheckGroup'
/usr/local/codetyphon/typhon/lcl/units/arm-linux/wsextctrls.o: In function `WSEXTCTRLS_$$_REGISTERCUSTOMLABELEDEDIT':
wsextctrls.pp:(.text.n_wsextctrls_$$_registercustomlabelededit+0x20): undefined reference to `WSRegisterCustomLabeledEdit'
/usr/local/codetyphon/typhon/lcl/units/arm-linux/wsextctrls.o: In function `WSEXTCTRLS_$$_REGISTERCUSTOMPANEL':
wsextctrls.pp:(.text.n_wsextctrls_$$_registercustompanel+0x20): undefined reference to `WSRegisterCustomPanel'
/usr/local/codetyphon/typhon/lcl/units/arm-linux/wsextctrls.o: In function `WSEXTCTRLS_$$_REGISTERCUSTOMTRAYICON':
wsextctrls.pp:(.text.n_wsextctrls_$$_registercustomtrayicon+0x20): undefined reference to `WSRegisterCustomTrayIcon'
/usr/local/codetyphon/typhon/lcl/units/arm-linux/wscomctrls.o: In function `WSCOMCTRLS_$$_REGISTERSTATUSBAR':
wscomctrls.pp:(.text.n_wscomctrls_$$_registerstatusbar+0x20): undefined reference to `WSRegisterStatusBar'
/usr/local/codetyphon/typhon/lcl/units/arm-linux/wscomctrls.o: In function `WSCOMCTRLS_$$_REGISTERTABSHEET':
wscomctrls.pp:(.text.n_wscomctrls_$$_registertabsheet+0x20): undefined reference to `WSRegisterTabSheet'
/usr/local/codetyphon/typhon/lcl/units/arm-linux/wscomctrls.o: In function `WSCOMCTRLS_$$_REGISTERPAGECONTROL':
wscomctrls.pp:(.text.n_wscomctrls_$$_registerpagecontrol+0x20): undefined reference to `WSRegisterPageControl'
/usr/local/codetyphon/typhon/lcl/units/arm-linux/wscomctrls.o: In function `WSCOMCTRLS_$$_REGISTERCUSTOMLISTVIEW':
wscomctrls.pp:(.text.n_wscomctrls_$$_registercustomlistview+0x20): undefined reference to `WSRegisterCustomListView'
/usr/local/codetyphon/typhon/lcl/units/arm-linux/wscomctrls.o: In function `WSCOMCTRLS_$$_REGISTERCUSTOMPROGRESSBAR':
wscomctrls.pp:(.text.n_wscomctrls_$$_registercustomprogressbar+0x20): undefined reference to `WSRegisterCustomProgressBar'
/usr/local/codetyphon/typhon/lcl/units/arm-linux/wscomctrls.o: In function `WSCOMCTRLS_$$_REGISTERCUSTOMUPDOWN':
wscomctrls.pp:(.text.n_wscomctrls_$$_registercustomupdown+0x20): undefined reference to `WSRegisterCustomUpDown'
/usr/local/codetyphon/typhon/lcl/units/arm-linux/wscomctrls.o: In function `WSCOMCTRLS_$$_REGISTERCUSTOMTOOLBUTTON':
wscomctrls.pp:(.text.n_wscomctrls_$$_registercustomtoolbutton+0x20): undefined reference to `WSRegisterCustomToolButton'
/usr/local/codetyphon/typhon/lcl/units/arm-linux/wscomctrls.o: In function `WSCOMCTRLS_$$_REGISTERTOOLBAR':
wscomctrls.pp:(.text.n_wscomctrls_$$_registertoolbar+0x20): undefined reference to `WSRegisterToolBar'
/usr/local/codetyphon/typhon/lcl/units/arm-linux/wscomctrls.o: In function `WSCOMCTRLS_$$_REGISTERCUSTOMTRACKBAR':
wscomctrls.pp:(.text.n_wscomctrls_$$_registercustomtrackbar+0x20): undefined reference to `WSRegisterCustomTrackBar'
/usr/local/codetyphon/typhon/lcl/units/arm-linux/wscomctrls.o: In function `WSCOMCTRLS_$$_REGISTERCUSTOMTREEVIEW':
wscomctrls.pp:(.text.n_wscomctrls_$$_registercustomtreeview+0x20): undefined reference to `WSRegisterCustomTreeView'
/usr/local/codetyphon/typhon/lcl/units/arm-linux/wscalendar.o: In function `WSCALENDAR_$$_REGISTERCUSTOMCALENDAR':
wscalendar.pp:(.text.n_wscalendar_$$_registercustomcalendar+0x20): undefined reference to `WSRegisterCustomCalendar'
/usr/local/codetyphon/typhon/lcl/units/arm-linux/wsdialogs.o: In function `WSDIALOGS_$$_REGISTERCOMMONDIALOG':
wsdialogs.pp:(.text.n_wsdialogs_$$_registercommondialog+0x20): undefined reference to `WSRegisterCommonDialog'
/usr/local/codetyphon/typhon/lcl/units/arm-linux/wsdialogs.o: In function `WSDIALOGS_$$_REGISTERFILEDIALOG':
wsdialogs.pp:(.text.n_wsdialogs_$$_registerfiledialog+0x20): undefined reference to `WSRegisterFileDialog'
/usr/local/codetyphon/typhon/lcl/units/arm-linux/wsdialogs.o: In function `WSDIALOGS_$$_REGISTEROPENDIALOG':
wsdialogs.pp:(.text.n_wsdialogs_$$_registeropendialog+0x20): undefined reference to `WSRegisterOpenDialog'
/usr/local/codetyphon/typhon/lcl/units/arm-linux/wsdialogs.o: In function `WSDIALOGS_$$_REGISTERSAVEDIALOG':
wsdialogs.pp:(.text.n_wsdialogs_$$_registersavedialog+0x20): undefined reference to `WSRegisterSaveDialog'
/usr/local/codetyphon/typhon/lcl/units/arm-linux/wsdialogs.o: In function `WSDIALOGS_$$_REGISTERSELECTDIRECTORYDIALOG':
wsdialogs.pp:(.text.n_wsdialogs_$$_registerselectdirectorydialog+0x20): undefined reference to `WSRegisterSelectDirectoryDialog'
/usr/local/codetyphon/typhon/lcl/units/arm-linux/wsdialogs.o: In function `WSDIALOGS_$$_REGISTERCOLORDIALOG':
wsdialogs.pp:(.text.n_wsdialogs_$$_registercolordialog+0x20): undefined reference to `WSRegisterColorDialog'
/usr/local/codetyphon/typhon/lcl/units/arm-linux/wsdialogs.o: In function `WSDIALOGS_$$_REGISTERCOLORBUTTON':
wsdialogs.pp:(.text.n_wsdialogs_$$_registercolorbutton+0x20): undefined reference to `WSRegisterColorButton'
/usr/local/codetyphon/typhon/lcl/units/arm-linux/wsdialogs.o: In function `WSDIALOGS_$$_REGISTERFONTDIALOG':
wsdialogs.pp:(.text.n_wsdialogs_$$_registerfontdialog+0x20): undefined reference to `WSRegisterFontDialog'
/usr/local/codetyphon/typhon/lcl/units/arm-linux/wsgrids.o: In function `WSGRIDS_$$_REGISTERCUSTOMGRID$$BOOLEAN':
wsgrids.pp:(.text.n_wsgrids_$$_registercustomgrid$$boolean+0x28): undefined reference to `WSRegisterCustomGrid'
/usr/local/codetyphon/typhon/lcl/units/arm-linux/wschecklst.o: In function `WSCHECKLST_$$_REGISTERCUSTOMCHECKLISTBOX':
wschecklst.pp:(.text.n_wschecklst_$$_registercustomchecklistbox+0x20): undefined reference to `WSRegisterCustomCheckListBox'
/usr/local/codetyphon/typhon/lcl/units/arm-linux/wsextdlgs.o: In function `WSEXTDLGS_$$_REGISTERPREVIEWFILECONTROL':
wsextdlgs.pp:(.text.n_wsextdlgs_$$_registerpreviewfilecontrol+0x20): undefined reference to `WSRegisterPreviewFileControl'
/usr/local/codetyphon/typhon/lcl/units/arm-linux/wsextdlgs.o: In function `WSEXTDLGS_$$_REGISTERPREVIEWFILEDIALOG':
wsextdlgs.pp:(.text.n_wsextdlgs_$$_registerpreviewfiledialog+0x20): undefined reference to `WSRegisterPreviewFileDialog'
/usr/local/codetyphon/typhon/lcl/units/arm-linux/wsextdlgs.o: In function `WSEXTDLGS_$$_REGISTEROPENPICTUREDIALOG':
wsextdlgs.pp:(.text.n_wsextdlgs_$$_registeropenpicturedialog+0x20): undefined reference to `WSRegisterOpenPictureDialog'
/usr/local/codetyphon/typhon/lcl/units/arm-linux/wsextdlgs.o: In function `WSEXTDLGS_$$_REGISTERSAVEPICTUREDIALOG':
wsextdlgs.pp:(.text.n_wsextdlgs_$$_registersavepicturedialog+0x20): undefined reference to `WSRegisterSavePictureDialog'
/usr/local/codetyphon/typhon/lcl/units/arm-linux/wsextdlgs.o: In function `WSEXTDLGS_$$_REGISTERCALCULATORDIALOG':
wsextdlgs.pp:(.text.n_wsextdlgs_$$_registercalculatordialog+0x20): undefined reference to `WSRegisterCalculatorDialog'
/usr/local/codetyphon/typhon/lcl/units/arm-linux/wsextdlgs.o: In function `WSEXTDLGS_$$_REGISTERCALCULATORFORM':
wsextdlgs.pp:(.text.n_wsextdlgs_$$_registercalculatorform+0x20): undefined reference to `WSRegisterCalculatorForm'
/usr/local/codetyphon/typhon/lcl/units/arm-linux/wsextdlgs.o: In function `WSEXTDLGS_$$_REGISTERCALENDARDIALOG':
wsextdlgs.pp:(.text.n_wsextdlgs_$$_registercalendardialog+0x20): undefined reference to `WSRegisterCalendarDialog'
/media/sf_VirtualBoxShare/PollDevicesDaemon/Launch.lpr(41,1) Error: (9013) Error while linking
/media/sf_VirtualBoxShare/PollDevicesDaemon/Launch.lpr(41,1) Fatal: (10026) There were 1 errors compiling module, stopping
Fatal: (1018) Compilation aborted
Error: /usr/local/codetyphon/fpc/fpc32/bin/i386-linux/ppcrossarm returned an error exitcode
Check and Fix OS libraries dont help for me... and return this
CTCenter 5.60
for i386-linux-gtk2
Start Action at 17-5-16 11:52:16
_______________________________________________________________
_______________________________________________________________
Terminate Action at 17-5-16 11:52:16
Total time: 00:00:00.053
ExitCode : 0
Status of my toolchains and libraries
Please help me =(