Skip to content

Conversation

@JayFoxRox
Copy link

(I'll add a description later)

Part of CHIP-SPV/chipStar#602

@JayFoxRox JayFoxRox mentioned this pull request Aug 27, 2023
17 tasks
ssize_t len = ::readlink("/proc/self/exe", buff, sizeof(buff) - 1);
if (len <= 0) {
cout << "hipcc: Error reading the exe path" << endl;
perror("readlink");
Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This error is very confusing. Initially I thought some tool invoked the readlink program, ideas?

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.

1 participant