Ignore:
Timestamp:
Apr 5, 2019, 9:26:53 PM (5 years ago)
Author:
coas-nagasima
Message:

mbed関連を更新
シリアルドライバをmbedのHALを使うよう変更
ファイルディスクリプタの処理を更新

File:
1 edited

Legend:

Unmodified
Added
Removed
  • asp3_tinet_ecnl_arm/trunk/app1_usb_watt_meter/DebugEther/Makefile

    r373 r374  
    172172#  共通コンパイルオプションの定義
    173173#
    174 COPTS := -g -std=gnu99 $(COPTS)
     174COPTS := -g -std=gnu99 -ffunction-sections -fdata-sections $(COPTS)
    175175ifndef OMIT_WARNING_ALL
    176176        COPTS := -Wall $(COPTS)
     
    226226        APPL_COBJS := $(APPL_COBJS) main.o ntshell_main.o echonet_main.o client.o jsonsl.o
    227227endif
    228 APPL_COBJS := $(APPL_COBJS) log_output.o vasyslog.o t_perror.o strerror.o
     228APPL_COBJS := $(APPL_COBJS) log_output.o vasyslog.o t_perror.o strerror.o mbed_stub.o
    229229APPL_BINOBJS := rom_fs.o
    230230APPL_CFLAGS := $(APPL_CFLAGS) -nostdinc
Note: See TracChangeset for help on using the changeset viewer.