AMDResearch / Riallto

The Riallto Open Source Project from AMD
https://riallto.ai
Other
69 stars 10 forks source link

Check that kernel source code has extern C defined #70

Closed mariodruiz closed 1 month ago

mariodruiz commented 1 month ago

Describe the problem solved by the commit

No check is done about kernel wrapping top function in extern C, this leads to application not being built with a not very useful error message. #65

How is the problem solved?

Add two simple checks to see if the extern C string is in the source file

Are there any risks associated to the change?

No

Is there a documentation impact?

No

Checklist

Please provide screenshots (if applicable)

Related issues