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

User-specified case is not respected #225

Closed
maxime-esa opened this issue Aug 28, 2019 · 2 comments
Closed

User-specified case is not respected #225

maxime-esa opened this issue Aug 28, 2019 · 2 comments

Comments

@maxime-esa
Copy link
Contributor

I am specifying a initialize entrypoint to a function in C like this:

thread implementation My_C_Function_Pulse.others
properties
   Initialize_Entrypoint_Source_Text => "init_HELLOWORLD";

The case of the function name is not respected and POHIC generates this:

extern void init_helloworld (void);

This is not right and results in link errors.

@yoogx
Copy link
Contributor

yoogx commented Sep 3, 2019

Duplicate of #5 .. yep, that old

@maxime-esa
Copy link
Contributor Author

Alright, let me know when you can fix it, in the meantime I used a workaround.

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