Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Makefile provides no way to set cxbe -MODE option #545

Open
GXTX opened this issue Feb 19, 2022 · 2 comments
Open

Makefile provides no way to set cxbe -MODE option #545

GXTX opened this issue Feb 19, 2022 · 2 comments

Comments

@GXTX
Copy link
Contributor

GXTX commented Feb 19, 2022

DEBUG = y should imply building for debug entry and thunk imo

@thrimbor
Copy link
Member

Makefile provides no way to set cxbe -MODE option

We have been in the process of slowly transitioning away from using one Makefile for everything for a while now (hence the introduction of the wrapper scripts). If you need more control over the build process, you should use your own build system - this will eventually become the only supported way anyway.

DEBUG = y should imply building for debug entry and thunk imo

This variable is intended for adding debug info (DWARF 4 in our case), not for building debug XBEs. Building a debug XBE is of limited use without being able to sign it for use on a stock debug kit, but can still be done by using your own build system.

@JayFoxRox
Copy link
Member

This issue and the response by thrimbor should probably be migrated into a help article, so this issue can be closed.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

No branches or pull requests

3 participants