Welcome, Guest
Username: Password: Remember me
Discussions for CodeTyphon Studio Installation and Setup.
  • Page:
  • 1

TOPIC:

Installs v2.70 on Win7_32bit, laz bin dir is empty 11 years 10 months ago #2174

  • Anton
  • Anton's Avatar Topic Author
  • Offline
  • New Member
  • New Member
  • Posts: 4
  • Thank you received: 0
I installed everything fine:
- i downloaded code typhon from www.pilotlogic.com/codetyphon/CodeTyphonIns.zip.
- i extract it in folder C:\CodeTyphonIns
- i run C:\CodeTyphonIns\install.bat with administration privileges
- i choosed Install on cmd screen
- i run CodeTyphon32 from StartMenu
- i chose CodeTyphon -> Lazarus -> Remove and Build Lazarus BigIDE
- ...................
- i have empty C:\codetyphon\lazarus\bin32\ dir :(

Log file (from CommandBox) in

File Attachment:

File Name: lazbuild.zip
File Size:128 KB


Help please!
Attachments:

Please Log in or Create an account to join the conversation.

Re: Installs v2.70 on Win7_32bit, laz bin dir is empty 11 years 10 months ago #2175

  • Anton
  • Anton's Avatar Topic Author
  • Offline
  • New Member
  • New Member
  • Posts: 4
  • Thank you received: 0
ooops, sorry guys.
It seems I used the wrong tool make.exe, from another software.

Please Log in or Create an account to join the conversation.

Re: Installs v2.70 on Win7_32bit, laz bin dir is empty 11 years 10 months ago #2176

  • Sternas Stefanos
  • Sternas Stefanos's Avatar
  • Away
  • Moderator
  • Moderator
  • Ex Pilot, M.Sc, Ph.D
  • Posts: 4512
  • Thank you received: 1101
Welcome to our site Sir
PilotLogic Architect and Core Programmer

Please Log in or Create an account to join the conversation.

Re: Installs v2.70 on Win7_32bit, laz bin dir is empty 11 years 10 months ago #2177

  • Anton
  • Anton's Avatar Topic Author
  • Offline
  • New Member
  • New Member
  • Posts: 4
  • Thank you received: 0

sternas wrote: Welcome to our site Sir

Thanks! :)

I have successfully installed CodyTyphon.
Lazarus is started normally. Projects under win32 compiled fine.
In addition, I make CrossBuild->i386-linux, but when compiling the window-application (a simple, LCL-freepascal) from lazarus at os-target:Linux, I get AcessViolation at link time:

The parameters have been changed, recompile with the cleaning (key-B)
C:\codetyphon\fpc\bin\i386-win32\i386-linux-ld.exe: cannot find -ldl
project1.lpr(20,1) Error: Error while linking
project1.lpr(20,1) Fatal: There were 1 errors compiling module, stopping

What will advise? I really need to compile the Linux modules from Windows.

Please Log in or Create an account to join the conversation.

Re: Installs v2.70 on Win7_32bit, laz bin dir is empty 11 years 10 months ago #2178

  • Sternas Stefanos
  • Sternas Stefanos's Avatar
  • Away
  • Moderator
  • Moderator
  • Ex Pilot, M.Sc, Ph.D
  • Posts: 4512
  • Thank you received: 1101
You must copy
all (requested from FPC) Linux Libraries from your target Linux PC
to your executable folder

-ldl is Library (l) dl.so

FreePascal compiler must "read" these linux libraries
PilotLogic Architect and Core Programmer
The following user(s) said Thank You: Anton

Please Log in or Create an account to join the conversation.

Last edit: by Sternas Stefanos.

Re: Installs v2.70 on Win7_32bit, laz bin dir is empty 11 years 9 months ago #2194

  • Anton
  • Anton's Avatar Topic Author
  • Offline
  • New Member
  • New Member
  • Posts: 4
  • Thank you received: 0
Great thanks!

Please Log in or Create an account to join the conversation.

  • Page:
  • 1