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_chipKITMax32.rb

    r321 r439  
    4040                -fno-short-double -mprocessor=32MX795F512L -DF_CPU=80000000L -DARDUINO=23 -D_BOARD_MEGA_
    4141                -DMPIDEVER=0x01000202 -DMPIDE=23)
    42     cc.compile_options = "%{flags} -o %{outfile} -c %{infile}"
     42    cc.compile_options = %Q[%{flags} -o "%{outfile}" -c "%{infile}"]
    4343
    4444    #configuration for low memory environment
    4545    cc.defines << %w(MRB_HEAP_PAGE_SIZE=64)
    46     cc.defines << %w(MRB_USE_IV_SEGLIST)
    4746    cc.defines << %w(KHASH_DEFAULT_SIZE=8)
    4847    cc.defines << %w(MRB_STR_BUF_MIN_SIZE=20)
     
    6261  conf.archiver do |archiver|
    6362    archiver.command = "#{PIC32_PATH}/compiler/pic32-tools/bin/pic32-ar"
    64     archiver.archive_options = 'rcs %{outfile} %{objs}'
     63    archiver.archive_options = 'rcs "%{outfile}" %{objs}'
    6564  end
    6665
Note: See TracChangeset for help on using the changeset viewer.