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

make error with --with-arch=rv32imcf #7

Open
YuHungChou opened this issue Nov 2, 2018 · 0 comments
Open

make error with --with-arch=rv32imcf #7

YuHungChou opened this issue Nov 2, 2018 · 0 comments

Comments

@YuHungChou
Copy link

Hi, I'm trying to build the compiler with --with-arch=rv32imcf, but I get the error. (Platform: pulpissimo)
error
I use the following code:
void test_floating() { float i, j; i = 0.6; j = 0.7; j = j + i; }
Dump this to assembly code, I can't find floating point instruction.
Do I miss some configuration about this compiler or pulp-sdk?

Thanks in advance.

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

No branches or pull requests

1 participant