Conversation
Note: The install target still doesn't work for cross-compiling.
Be careful to not use the install targets unless you are
host-compiling.
|
First pass, this looks good. When I cycle back around to RIFFA, I will review it more thoroughly. I may need you to retarget it -- for example, to the 2.3.0 branch. TBD> |
|
Thanks Dustin, Let me know and I'll be happy to advance with you. Might also have a change to go into my PR, will be looking at it over the next couple of days. From: Dustin Richmond notifications@github.com First pass, this looks good. When I cycle back around to RIFFA, I will review it more thoroughly. I may need you to retarget it -- for example, to the 2.3.0 branch. TBD> You are receiving this because you authored the thread. |
Trying to make cross-compiling for our Linux Cortex-A9 ARM a bit easier. Please review.
I think it might be better to create the riffa_driver.h file from a riffa_driver.h.in template (as opposed to in-place sed edits). In these mods I made it all work using conditionals but did not consider if that broke anything out of the driver subdirectory.
We like builds that can run out-of-tree so the sources can remain immutable and compile outputs can land in a different directory (on a read-only share, etc) but that's really only a small matter of personal taste.
Thanks for RIFFA! We are really having a blast with it.