How should b2's custom behavior access the toolchain #419
Unanswered
situNagisa
asked this question in
Q&A
Replies: 0 comments
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 am trying to build xv6 using b2. I build from bootblock. The xv6 makefile is as follows::
And the jam I can write is as follows
I got stuck on how to link bootmain and bootasm. I tried to write:
But LD can't be found (it's empty), as I tried again
This will give us an error:
Obviously, he compiled it as a c++ program, how can I link it correctly and get the bootblock using objcopy
Beta Was this translation helpful? Give feedback.
All reactions