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

Add port to original Xbox using nxdk #1

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open

Add port to original Xbox using nxdk #1

wants to merge 1 commit into from

Conversation

JayFoxRox
Copy link
Owner

Adds a port for the original Xbox using nxdk.

TODO:

typedef long mp_off_t;

// dummy print
#define MP_PLAT_PRINT_STRN(str, len) (void)0
Copy link
Owner Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

FIXME?

# Hack to handle PY_CORE_O
%.o: %.c
@echo "[ CC ] $@"
$(VE) $(CC) $(NXDK_CFLAGS) -MD -MT '$@' -MF '$(patsubst %.c,%.c.d,$<)' -c -o '$@' '$<'
Copy link
Owner Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Just $(patsubst %.obj,%.o,$(OBJ))?


#undef putchar

void _start(void) {main(0, NULL);}
Copy link
Owner Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Can be removed?

@JayFoxRox JayFoxRox force-pushed the xbox branch 2 times, most recently from cec59fd to 942e6a3 Compare May 19, 2019 06:07
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant