Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Language IDEs » C / C++ IDE (CDT) » Missing gcrt1.o for gprof on Timestorm C++ build(Eclipse/Timestorm Arm A8 debugging question -- gcrt1.o missing)
Missing gcrt1.o for gprof on Timestorm C++ build [message #1838031] Sat, 13 February 2021 22:32 Go to next message
Mark Brown is currently offline Mark BrownFriend
Messages: 2
Registered: February 2021
Junior Member
Where is the Missing file gcrt1.o needed for Gnu Gprof under
armv7l-timesys-linux-uclibcgnueabi build for Timestorm ?
The -pg debugging build ends with this error that it cannot find this file.
Re: Missing gcrt1.o for gprof on Timestorm C++ build [message #1838043 is a reply to message #1838031] Sun, 14 February 2021 16:32 Go to previous messageGo to next message
Tauno Voipio is currently offline Tauno VoipioFriend
Messages: 742
Registered: August 2014
Senior Member
This seems to be a cross-compiling problem, actually off-topic for Eclipse.

I have to guess due to missing details:

The file you miss seems to be the C runtime startup, which should be along with the uclibc you have.


--

Tauno Voipio
Re: Missing gcrt1.o for gprof on Timestorm C++ build [message #1838044 is a reply to message #1838043] Sun, 14 February 2021 16:39 Go to previous messageGo to next message
Mark Brown is currently offline Mark BrownFriend
Messages: 2
Registered: February 2021
Junior Member
Tauno Voipio wrote on Sun, 14 February 2021 16:32
This seems to be a cross-compiling problem, actually off-topic for Eclipse.

I have to guess due to missing details:

The file you miss seems to be the C runtime startup, which should be along with the uclibc you have.

You think this file should have been included on the original
Eclipse/Timestorm distribution dvd/cd ?
Would the gcrt1.o be created by Eclipse/Timestorm or by Arm ?
Re: Missing gcrt1.o for gprof on Timestorm C++ build [message #1838049 is a reply to message #1838044] Sun, 14 February 2021 19:20 Go to previous message
Tauno Voipio is currently offline Tauno VoipioFriend
Messages: 742
Registered: August 2014
Senior Member
Eclipse is just an editor and user interface to the program development tools.
The missing compiler support is off-topic for plain Eclipse.

The file should most probably come with the ARM compiler toolset included with Timestorm (I guess).

ucLinux is different from common Linux, so it is not immediately clear if your program will run on it.

Please contact Timestorm support, the Eclipse community does not have more detailed information to solve your problem.


--

Tauno Voipio
Previous Topic:Entire UI freezes for duration of build
Next Topic:how to use language server protocol on CDT
Goto Forum:
  


Current Time: Wed Apr 24 17:07:47 GMT 2024

Powered by FUDForum. Page generated in 0.03174 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top