You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In some system, main function is not name 'main', it will be other name. (I can change main ,and it work.)
I find in your rtlib, you write file at the end of main function. This is not good, because in some big project , the main function may be execute double time. Additional, if the 'main' function not be executed, we will get nothing even the other '__dp' function is executed. I think you should change the way of "dynamic_dependencies.txt" 's output . My suggestion is write "dynamic_dependencies.txt" like a trace or log.
best wish.
The text was updated successfully, but these errors were encountered:
Hi @RainMolisa,
Regarding 1.:
could you maybe explain how you would do that / provide a brief example? Afaik that's not compatible with the C/C++ standard, but i might be incorrect.
Hello discopop
best wish.
The text was updated successfully, but these errors were encountered: