Welcome, Guest
Username: Password: Remember me
CodeTyphon Cross-Build Development, discussions and problems
  • Page:
  • 1

TOPIC:

Arm-Embedded ARM920T CPU possible or not? 9 years 5 months ago #6465

  • Ermo
  • Ermo's Avatar Topic Author
  • Offline
  • New Member
  • New Member
  • Posts: 11
  • Thank you received: 2
Hi,

I'm currenly working with project where I need lot of computing power, huge ram, big custom lcd and some other things.
I have a good expierence with S3C2440 cpu and arm-linux compiler but today I want to abandon linux and use plain rtos system.

Im totally tired using linux or NETMF, both platforms are good but not me - linux is heavy and slow boot time, NETMF boots fast but is slow when running some tasks and maximum display resolution is smaller than I need.
I have good Pic mcu experience, implementing everything from scratch is not a problem, and I even found a free pascal rt-os.
Only missing thing is a arm-embedded compiler, I just installed newest CT and tried to build arm-embedded cross compiler but no luck so far.

CT control center last output lines:

make[1]: Leaving directory `c:/codetyphon/fpcsrc/installer'
C:/codetyphon/fpc/bin/i386-win32/rm.exe -f build-stamp.*
C:/codetyphon/fpc/bin/i386-win32/rm.exe -f base.build-stamp.*
Could Not Find C:\codetyphon\fpcsrc\compiler\utils\*.exe
Could Not Find c:\codetyphon\fpcsrc\utils\*.exe

[FINAL INFO]: -- !!! win32 arm-embedded (armv7m) Cross Build Element Build OK !!! --

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

Arm-Embedded ARM920T CPU possible or not? 9 years 5 months ago #6468

  • Sternas Stefanos
  • Sternas Stefanos's Avatar
  • Offline
  • Moderator
  • Moderator
  • Ex Pilot, M.Sc, Ph.D
  • Posts: 4513
  • Thank you received: 1102
Sir
arm-embedded cross target has only FPC rtl library,
so the script find the rtl library and all are ok
PilotLogic Architect and Core Programmer
The following user(s) said Thank You: Ermo

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

Arm-Embedded ARM920T CPU possible or not? 9 years 5 months ago #6472

  • Ermo
  • Ermo's Avatar Topic Author
  • Offline
  • New Member
  • New Member
  • Posts: 11
  • Thank you received: 2
Hi,

Thanks, seems that compiler really exits and I missed processor type keyword, now I will try build some simple
project.

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

  • Page:
  • 1