RSSAmplifier

Miek Gieben · Aug 30, 2024

eBPF from Go - II

0
Sign in to vote or save

This site does not allow itself to be embedded. You can still read it on the original site — the toolbar below keeps your place in the directory.

Following up from the previous blog post… I’ve got a JSON file with the string ‘bpf’ in the
correct place. Let’s see what tinygo thinks of that: 
 % ./build/tinygo build -o miekg/main.bpf -target bpf ./miekg/main.go
No available targets are compatible with triple "bpf-unknown-unknown"
 
 clang indeed does not list bpf as a valid target, so this…

Read on miek.nl

Comments

Nothing yet. Say the first thing.

    Sign in to join the conversation.