Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Changes for CentOS7 and other small contributions #16

Open
wants to merge 6 commits into
base: master
Choose a base branch
from

Conversation

CA92697
Copy link

@CA92697 CA92697 commented Jun 23, 2021

Please find here my changes that I had to apply to get your wonderful RISC-V VP running on CentOS 7 (with devtoolset-9).
I hope these are useful in general.

I've also included 2 additional examples that show more details about the printf-float problem ( #14 ).

Cheers from California!

that appear in comment lines so that the Linux GCC is happy with it.
03/30/21, RD.
…et architecture

(otherwise this fails when using a multilib compiler, i.e. riscv64-unknown-elf-gcc,
that can target both 32-bit and 64-bit systems).
03/22/21, RD.
… architecture

(needed when using multilib compiler)
03/22/21, RD.
(which should be recompiled unless one of the source files has changed).
Note that the same fix should actually be applied to many other Makefiles
in the "sw" subdirectories.
06/22/21, RD.
printf - fails to print 1.2 and 3.1415
variable_arguments - fails to pass 'long long', 'float', 'double' through '...'
06/22/21, RD.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants