Skip to content
Snippets Groups Projects
Commit 9491d87f authored by Tommy Olofsson's avatar Tommy Olofsson
Browse files

Do not let labcomm use stderr (which is undefined on frida).

parent c701a906
Branches
Tags
No related merge requests found
...@@ -10,7 +10,7 @@ ifeq ($(UNAME_S),Linux) ...@@ -10,7 +10,7 @@ ifeq ($(UNAME_S),Linux)
CC=i586-wrs-vxworks-gcc CC=i586-wrs-vxworks-gcc
LD=i586-wrs-vxworks-ld LD=i586-wrs-vxworks-ld
ALL_DEPS:=$(filter-out %.so.1, $(ALL_DEPS)) ALL_DEPS:=$(filter-out %.so.1, $(ALL_DEPS))
CFLAGS:=$(CFLAGS) -DLABCOMM_COMPAT=\"labcomm_compat_vxworks.h\" CFLAGS:=$(CFLAGS) -DLABCOMM_COMPAT=\"labcomm_compat_vxworks.h\" -DLABCOMM_NO_STDIO
else else
@echo 'Invalid target.' @echo 'Invalid target.'
endif endif
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment