Skip to content

Vector cross-compiled for ppc #9560

Answered by jszwedko
bmallya asked this question in Q&A
Oct 11, 2021 · 1 comments · 19 replies
Discussion options

You must be logged in to vote

Hi @bmallya !

We use cross to cross-compile Vector. We maintain docker images for the cross compilation as they need a few additional dependencies. You can see our current ones here: https://github.com/vectordotdev/vector/tree/master/scripts/cross . You should be able create a similar one for ppc named (powerpc-unknown-linux-gnu.dockerfile) and then build it using make cross-powerpc-unknown-linux-gnu

vector/Makefile

Lines 213 to 245 in c878c50

##@ Cross Compiling
.PHONY: cross-enable
cross-enable: cargo-install-cross
.PHONY: CARGO_HANDLES_FRESHNESS
CARGO_HANDLES_FRESHNESS:
${EMPTY}
# GNU Make < 3.82 pattern matching priority depends on t…

Replies: 1 comment 19 replies

Comment options

You must be logged in to vote
19 replies
@bmallya
Comment options

@jszwedko
Comment options

@jszwedko
Comment options

@bmallya
Comment options

@jszwedko
Comment options

Answer selected by jszwedko
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants