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

Facing Issue in accesing threads. #159

Open
Rahulritgithub opened this issue Jan 9, 2025 · 7 comments
Open

Facing Issue in accesing threads. #159

Rahulritgithub opened this issue Jan 9, 2025 · 7 comments

Comments

@Rahulritgithub
Copy link

I'm Trying to access 4 threads each should calculate some factorial code parallely and should write in a specific directory
Using fopen() and fclose() file library

@Jbalkind
Copy link
Collaborator

Jbalkind commented Jan 9, 2025

The bare metal environment used in simulation doesn't support functions like fopen() and fclose(). Are you able to run on FPGA instead?

@Rahulritgithub
Copy link
Author

Rahulritgithub commented Jan 19, 2025 via email

@Jbalkind
Copy link
Collaborator

I don't know. You haven't really given me enough information to say. This sounds a lot like a recent discussion on the openpiton Google group that you could read.

@praveen1709-hub
Copy link

praveen1709-hub commented Jan 22, 2025

I don't know. You haven't really given me enough information to say. This sounds a lot like a recent discussion on the openpiton Google group that you could read.

we are running on linux only using VNC so can we use fopen fclose?

@Jbalkind
Copy link
Collaborator

Again, the core is running bare metal code. It does not have those functions.

@praveen1709-hub
Copy link

Again, the core is running bare metal code. It does not have those functions.

thanks for that, but is there any possible other ways you can suggest?

@Jbalkind
Copy link
Collaborator

Read the thread I mentioned on the Google group.

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

3 participants