Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix TI simplelink in unified build #4983

Merged
merged 1 commit into from
Feb 24, 2021

Conversation

mspang
Copy link
Contributor

@mspang mspang commented Feb 23, 2021

This broke after e76ed54 ("CC26X2X7 Initial support of BLE Rendezvous (#4865)"). Fix the build file to use the new paths.

Tested via
gn gen out/unified --args="target_os=\"all\" enable_ti_simplelink_builds=true ti_simplelink_sdk_root=\"$HOME/ti/simplelink_cc13x2_26x2_sdk_4_40_05_02_eng\" ti_sysconfig_root=\"$HOME/ti/sysconfig_1.7.0\" enable_linux_bridge_app_build=false"

@boring-cyborg boring-cyborg bot added the config label Feb 23, 2021
@mspang mspang requested a review from srickardti February 23, 2021 18:05
@mspang mspang changed the title Fix TI build in unified Fix TI simplelink in unified build Feb 23, 2021
@mspang mspang force-pushed the for-chip/ti-unified branch from 7921833 to cc54b7c Compare February 23, 2021 18:06
This broke after e76ed54 ("CC26X2X7 Initial support of BLE Rendezvous (project-chip#4865)")

ERROR at //config/cc13x2_26x2/toolchain/BUILD.gn:23:5: Unable to load "/home/spang/connectedhomeip2/examples/lock-app/cc13x2_26x2/args.gni".
    import("${chip_root}/examples/lock-app/cc13x2_26x2/args.gni")
    ^-----------------------------------------------------------
See //BUILD.gn:245:16: which caused the file to be included.
      deps = [ "${chip_root}/examples/lock-app/cc13x2_26x2(${chip_root}/config/cc13x2_26x2/toolchain:cc13x2_26x2_lock_app)" ]
               ^--------------------------------------------------------------------------------

Fix the build file to use the new paths.

Tested via
  gn gen out/unified --args="target_os=\"all\" enable_ti_simplelink_builds=true ti_simplelink_sdk_root=\"$HOME/ti/simplelink_cc13x2_26x2_sdk_4_40_05_02_eng\" ti_sysconfig_root=\"$HOME/ti/sysconfig_1.7.0\" enable_linux_bridge_app_build=false"
@mspang mspang force-pushed the for-chip/ti-unified branch from cc54b7c to 42ef618 Compare February 23, 2021 18:07
@woody-apple woody-apple merged commit 2891d6b into project-chip:master Feb 24, 2021
@mspang mspang deleted the for-chip/ti-unified branch April 2, 2021 00:54
alexhqwang pushed a commit to alexhqwang/connectedhomeip that referenced this pull request Sep 1, 2021
This broke after e76ed54 ("CC26X2X7 Initial support of BLE Rendezvous (project-chip#4865)")

ERROR at //config/cc13x2_26x2/toolchain/BUILD.gn:23:5: Unable to load "/home/spang/connectedhomeip2/examples/lock-app/cc13x2_26x2/args.gni".
    import("${chip_root}/examples/lock-app/cc13x2_26x2/args.gni")
    ^-----------------------------------------------------------
See //BUILD.gn:245:16: which caused the file to be included.
      deps = [ "${chip_root}/examples/lock-app/cc13x2_26x2(${chip_root}/config/cc13x2_26x2/toolchain:cc13x2_26x2_lock_app)" ]
               ^--------------------------------------------------------------------------------

Fix the build file to use the new paths.

Tested via
  gn gen out/unified --args="target_os=\"all\" enable_ti_simplelink_builds=true ti_simplelink_sdk_root=\"$HOME/ti/simplelink_cc13x2_26x2_sdk_4_40_05_02_eng\" ti_sysconfig_root=\"$HOME/ti/sysconfig_1.7.0\" enable_linux_bridge_app_build=false"

GitOrigin-RevId: 2891d6b
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

5 participants