dhrystone | Historical versions of Reinhold P | Download Utils library
kandi X-RAY | dhrystone Summary
kandi X-RAY | dhrystone Summary
Multiple versions of Reinhold P. Weicker's Dhrystone benchmark. Sources downloaded and extracted from old Usenet postings and from sites linked from The original-sources directory contains the raw sources. Each subdirectory v1, v2.0, v2.1, v2.2 contains an extracted version; see the _README file in each directory.
Support
Quality
Security
License
Reuse
Top functions reviewed by kandi - BETA
Currently covering the most popular Java, JavaScript and Python libraries. See a Sample of dhrystone
dhrystone Key Features
dhrystone Examples and Code Snippets
Community Discussions
Trending Discussions on dhrystone
QUESTION
When I try to complile the dhrystone benchmark, it shows the following errors:
...ANSWER
Answered 2020-Sep-07 at 10:06When you use nostdlib, the compiler not use the standard system startup files or libraries when linking.
https://gcc.gnu.org/onlinedocs/gcc/Link-Options.html
The only library you are linking against by using your command line is libgcc, but you are using functions from libc. you need to add -lc and most likely -lgloss. be careful with circular dependencies ( --start-group --end-group).
You can add the -v option and compile a minimalist example with the default options to see how it is done by default.
If there is no reason why you cannot use libc and libgloss by default, it is better to remove nostdlib option.
To compile your example try:
Community Discussions, Code Snippets contain sources that include Stack Exchange Network
Vulnerabilities
No vulnerabilities reported
Install dhrystone
Support
Reuse Trending Solutions
Find, review, and download reusable Libraries, Code Snippets, Cloud APIs from over 650 million Knowledge Items
Find more librariesStay Updated
Subscribe to our newsletter for trending solutions and developer bootcamps
Share this Page