Skip to content
  • P
    Projects
  • G
    Groups
  • S
    Snippets
  • Help

trkall / bes_labs_2020

  • This project
    • Loading...
  • Sign in
Go to a project
  • Project
  • Repository
  • Issues 0
  • Merge Requests 0
  • Pipelines
  • Wiki
  • Snippets
  • Members
  • Activity
  • Graph
  • Charts
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
  • Files
  • Commits
  • Branches
  • Tags
  • Contributors
  • Graph
  • Compare
  • Charts
Switch branch/tag
  • bes_labs_2020
  • Labware
  • Lab16_IoT
  • ccs_proj_args.txt
Find file
BlameHistoryPermalink
  • trkall's avatar
    First setup · 46003212
    trkall committed 5 years ago
    46003212
ccs_proj_args.txt 3.24 KB
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33
-ccs.name cc31000_starter
-ccs.location C:/ti/TivaWare_C_Series-2.1.0.12573/examples/boards/CC31xxxx/ek-tm4c123gxl-boost-cc3100_starter/ccs
-ccs.device "Cortex M.TM4C123GH6PM"
-ccs.cmd ""
-ccs.rts libc.a
-ccs.overwrite keep
-ccs.endianness little
-ccs.outputFormat ELF
-ccs.outputType executable
-ccs.definePathVariable SW_ROOT "C:\ti\TivaWare_C_Series-2.1.0.12573"
-ccs.definePathVariable SW_PARENT "C:\ti"
-ccs.linkFile "SW_ROOT/examples/boards/CC31xxxx/ek-tm4c123gxl-boost-cc3100_starter/starter.c" "."
-ccs.linkFile "SW_ROOT/examples/boards/CC31xxxx/cc3100/platform/ek-tm4c123gxl/board.c" "cc3100/platform/ek-tm4c123gxl"
-ccs.linkFile "SW_ROOT/examples/boards/CC31xxxx/cc3100/platform/ek-tm4c123gxl/spi.c" "cc3100/platform/ek-tm4c123gxl"
-ccs.linkFile "SW_ROOT/examples/boards/CC31xxxx/cc3100/platform/ek-tm4c123gxl/uart.c" "cc3100/platform/ek-tm4c123gxl"
-ccs.linkFile "SW_ROOT/examples/boards/CC31xxxx/cc3100/simplelink/source/device.c" "cc3100/simplelink/source"
-ccs.linkFile "SW_ROOT/examples/boards/CC31xxxx/cc3100/simplelink/source/driver.c" "cc3100/simplelink/source"
-ccs.linkFile "SW_ROOT/examples/boards/CC31xxxx/cc3100/simplelink/source/flowcont.c" "cc3100/simplelink/source"
-ccs.linkFile "SW_ROOT/examples/boards/CC31xxxx/cc3100/simplelink/source/fs.c" "cc3100/simplelink/source"
-ccs.linkFile "SW_ROOT/examples/boards/CC31xxxx/cc3100/simplelink/source/netapp.c" "cc3100/simplelink/source"
-ccs.linkFile "SW_ROOT/examples/boards/CC31xxxx/cc3100/simplelink/source/netcfg.c" "cc3100/simplelink/source"
-ccs.linkFile "SW_ROOT/examples/boards/CC31xxxx/cc3100/simplelink/source/nonos.c" "cc3100/simplelink/source"
-ccs.linkFile "SW_ROOT/examples/boards/CC31xxxx/cc3100/simplelink/source/wlan.c" "cc3100/simplelink/source"
-ccs.linkFile "SW_ROOT/examples/boards/CC31xxxx/cc3100/simplelink/source/spawn.c" "cc3100/simplelink/source"
-ccs.linkFile "SW_ROOT/examples/boards/CC31xxxx/cc3100/simplelink/source/socket.c" "cc3100/simplelink/source"
-ccs.linkFile "SW_ROOT/utils/ustdlib.c" "utils"
-ccs.linkFile "SW_ROOT/utils/cmdline.c" "utils"
-ccs.linkFile "SW_ROOT/utils/uartstdio.c" "utils"
-ccs.linkFile "SW_ROOT/examples/boards/CC31xxxx/ek-tm4c123gxl-boost-cc3100_starter/startup_ccs.c" "."
-ccs.linkFile "SW_ROOT/examples/boards/CC31xxxx/ek-tm4c123gxl-boost-cc3100_starter/cc31000_starter_ccs.cmd" "."
-ccs.setCompilerOptions " --silicon_version=7M4 --float_support=FPv4SPD16 --abi=eabi --code_state=16 --gen_func_subsections=on -O2 --gcc --ual -D=ccs=\"ccs\" -D=PART_TM4C123GH6PM -D=_POSIX_SOURCE -D=UART_BUFFERED -D=TARGET_IS_TM4C123_RB1 -I=\"${SW_ROOT}/examples/boards/CC31xxxx\" -I=\"${SW_ROOT}/examples/boards/CC31xxxx\" -I=\"${SW_ROOT}\" -I=\"${SW_ROOT}/examples/boards/CC31xxxx/cc3100\" -I=\"${SW_ROOT}/examples/boards/CC31xxxx/cc3100/platform/ek-tm4c123gxl\" -I=\"${SW_ROOT}/examples/boards/CC31xxxx/cc3100/simplelink/source\" -I=\"${SW_ROOT}/examples/boards/CC31xxxx/cc3100/simplelink/include\""
-ccs.setLinkerOptions " -m=cc31000_starter_ccs.map --stack_size=16384 --heap_size=0 --rom_model -l \"${SW_ROOT}/driverlib/ccs/Debug/driverlib.lib\""
-ccs.setPostBuildStep "\"${CCE_INSTALL_ROOT}/utils/tiobj2bin/tiobj2bin\" \"${BuildArtifactFileName}\" \"${BuildArtifactFileBaseName}.bin\" \"${CG_TOOL_ROOT}/bin/armofd\" \"${CG_TOOL_ROOT}/bin/armhex\" \"${CCE_INSTALL_ROOT}/utils/tiobj2bin/mkhex4bin\""