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

Problems Running Test Serverless Function #379

Open
hassanbk20 opened this issue Mar 28, 2023 · 5 comments
Open

Problems Running Test Serverless Function #379

hassanbk20 opened this issue Mar 28, 2023 · 5 comments

Comments

@hassanbk20
Copy link

Hello we are a Senior Design Class at the University of Michigan using sledge for our ADAS application. We are trying to run our first test function on our raspberry pi 4, but the folder for .sledgert does not appear in our directory. Any ideas?

@emil916
Copy link
Contributor

emil916 commented Mar 29, 2023

Hi! Can you specify a bit more? What do you mean the folder for sledgert does not appear in your directory?

@hassanbk20
Copy link
Author

I appreciate you getting back to us! We are trying to run the fibonacci test function, and on the command LD_LIBRARY_PATH="$(pwd):$LD_LIBRARY_PATH" ./sledgert ../../tests/fibonacci/bimodal/spec.json we get a command line error stating the folder sledgert does not exist. I can send screenshots for more context if needed.

@emil916
Copy link
Contributor

emil916 commented Mar 30, 2023

./sledgert is not a directory, it is the path to the executable in the runtime/bin directory. You most likely have not compiled the runtime code. Follow the installation instructions listed on the repo's main page.

@hassanbk20
Copy link
Author

After going through the steps again, we found that for ./install_deb.sh , we are getting "ARM64 support is still a work in progress!" . Could this be potentially be why we weren't able to run the test function?

@emil916
Copy link
Contributor

emil916 commented Mar 31, 2023

Yes, indeed. For the time-being if you have a x86 machine, try installing on that one. Also, please share the error screenshot so we have it in the records. Thanks!

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

2 participants