Replies: 2 comments
-
I think this may just work automatically, if you add them directly to the |
Beta Was this translation helpful? Give feedback.
0 replies
-
Hi @eli-schwartz , I put
|
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I'm working on a embedded project and doing cross compile, I wanted to use a program to parse object files that are compiled from .c files before linking them.
At first, I created a static_library (tmplib) that takes all the source code and archive them to library, then I wrote a custom_target to do the parsing part, for the input argument of this custom_target, I put tmplib.extract_all_objects(). I got warnings saying extract_all_objects() is not file or str list which custom_target requires.
I'm wondering if there is a way to workaround.
Thanks.
Beta Was this translation helpful? Give feedback.
All reactions