Ignore:
Timestamp:
Jul 9, 2020, 8:51:43 AM (4 years ago)
Author:
coas-nagasima
Message:

mrubyを2.1.1に更新

Location:
EcnlProtoTool/trunk/mruby-2.1.1
Files:
1 edited
1 moved

Legend:

Unmodified
Added
Removed
  • EcnlProtoTool/trunk/mruby-2.1.1/examples/targets/build_config_ArduinoDue.rb

    r321 r439  
    4343                -Dprintf=iprintf -mcpu=cortex-m3 -DF_CPU=84000000L -DARDUINO=156 -DARDUINO_SAM_DUE -DARDUINO_ARCH_SAM
    4444                -D__SAM3X8E__ -mthumb -DUSB_PID=0x003e -DUSB_VID=0x2341 -DUSBCON -DUSB_MANUFACTURER="Unknown" -DUSB_PRODUCT="Arduino Due")
    45     cc.compile_options = "%{flags} -o %{outfile} -c %{infile}"
     45    cc.compile_options = %Q[%{flags} -o "%{outfile}" -c "%{infile}"]
    4646
    4747    #configuration for low memory environment
    4848    cc.defines << %w(MRB_HEAP_PAGE_SIZE=64)
    49     cc.defines << %w(MRB_USE_IV_SEGLIST)
    5049    cc.defines << %w(KHASH_DEFAULT_SIZE=8)
    5150    cc.defines << %w(MRB_STR_BUF_MIN_SIZE=20)
     
    6665  conf.archiver do |archiver|
    6766    archiver.command = "#{BIN_PATH}/arm-none-eabi-ar"
    68     archiver.archive_options = 'rcs %{outfile} %{objs}'
     67    archiver.archive_options = 'rcs "%{outfile}" %{objs}'
    6968  end
    7069
Note: See TracChangeset for help on using the changeset viewer.