Skip to content

Commit

Permalink
Update infinity6c makefile
Browse files Browse the repository at this point in the history
  • Loading branch information
viktorxda committed Jan 24, 2025
1 parent 987a161 commit 2e90814
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ star6b0: version.h
star6c: version.h
$(eval SDK = ./sdk/infinity6)
$(eval CFLAGS += -D__SIGMASTAR__ -D__INFINITY6__ -D__INFINITY6C__)
$(eval LIB = -lcam_os_wrapper -lm -lmi_rgn -lmi_sys -lmi_common)
$(eval LIB = -lcam_os_wrapper -lmi_rgn -lmi_sys)
$(BUILD)

star6e: version.h
Expand Down
6 changes: 5 additions & 1 deletion compat.c
Original file line number Diff line number Diff line change
Expand Up @@ -29,12 +29,16 @@
#include <sys/socket.h>
#include <sys/uio.h>

int __assert;
int __ctype_b;
int __stdin;

#if __INFINITY6C__
int __assert;
int _MI_PRINT_GetDebugLevel;

void backtrace(void) {}
void backtrace_symbols(void) {}
#endif

#if !defined(_x86) && !defined(__ROCKCHIP__)
int __fgetc_unlocked(FILE *stream) {
Expand Down

0 comments on commit 2e90814

Please sign in to comment.