diff --git a/OTP_Cache_backUp/.build/src/xburn.xc.o b/OTP_Cache_backUp/.build/src/xburn.xc.o index 1c66c1a..9392cd7 100644 Binary files a/OTP_Cache_backUp/.build/src/xburn.xc.o and b/OTP_Cache_backUp/.build/src/xburn.xc.o differ diff --git a/OTP_Cache_backUp/Makefile b/OTP_Cache_backUp/Makefile index ad2f098..1fd8c7e 100644 --- a/OTP_Cache_backUp/Makefile +++ b/OTP_Cache_backUp/Makefile @@ -16,13 +16,13 @@ APP_NAME = otp_write # XCC_XC_FLAGS, XCC_C_FLAGS, XCC_ASM_FLAGS, XCC_CPP_FLAGS # If the variable XCC_MAP_FLAGS is set it overrides the flags passed to # xcc for the final link (mapping) stage. -XCC_FLAGS = -g -O2 -L../lib -lotpb -I../lib +BUILD_FLAGS = -g -O2 -L../lib -lotpb -I../lib # The VERBOSE variable, if set to 1, enables verbose output from the make # system. VERBOSE = 0 -XCC_FLAGS = $(XCC_FLAGS_Release) +XCC_FLAGS = $(BUILD_FLAGS) #============================================================================= # The following part of the Makefile includes the common build infrastructure diff --git a/OTP_Cache_backUp/bin/otp_write.xe b/OTP_Cache_backUp/bin/otp_write.xe new file mode 100644 index 0000000..b2478b0 Binary files /dev/null and b/OTP_Cache_backUp/bin/otp_write.xe differ