diff options
| author | Denys Dmytriyenko <denys@konsulko.com> | 2021-04-03 06:09:59 +0000 |
|---|---|---|
| committer | Praneeth Bajjuri <praneeth@ti.com> | 2021-04-05 23:07:46 -0500 |
| commit | 2f6daf931b673b44d6e0b5937639ac914ae1e3cf (patch) | |
| tree | ad9a68457b70c63397056f8532b67eb86a3e9deb /recipes-bsp/sa-lld | |
| parent | 9b78dbdc1d5184d60f4dedd183dc10feb79ce413 (diff) | |
| download | meta-ti-2f6daf931b673b44d6e0b5937639ac914ae1e3cf.tar.gz | |
{qmss, cppi, srio, pa, sa}-lld-test: suppress gcc10 multiple definition of fw_qmss*
Workaround for these:
.../ti/drv/cppi/test/k2h/armv7/linux/fw_main.c:50: multiple definition of `coreNum';
./obj/k2h/cppi/test/cppi_test.o:.../ti/drv/cppi/test/src/cppi_test.c:102: first defined here
.../ti/drv/cppi/test/k2h/armv7/linux/fw_main.c:50: multiple definition of `errorCount';
./obj/k2h/cppi/test/cppi_test.o:.../ti/drv/cppi/test/src/cppi_test.c:102: first defined here
.../ti/drv/cppi/test/k2h/armv7/linux/fw_test.h:85: multiple definition of `fw_passCfgVaddr';
./obj/k2h/cppi/test/cppi_test.o:.../ti/drv/cppi/test/k2h/armv7/linux/fw_test.h:85: first defined here
.../ti/drv/cppi/test/k2h/armv7/linux/fw_test.h:84: multiple definition of `fw_srioCfgVaddr';
./obj/k2h/cppi/test/cppi_test.o:.../ti/drv/cppi/test/k2h/armv7/linux/fw_test.h:84: first defined here
.../ti/drv/cppi/test/k2h/armv7/linux/fw_test.h:83: multiple definition of `fw_qmssDataVaddr';
./obj/k2h/cppi/test/cppi_test.o:.../ti/drv/cppi/test/k2h/armv7/linux/fw_test.h:83: first defined here
.../ti/drv/cppi/test/k2h/armv7/linux/fw_test.h:82: multiple definition of `fw_qmssCfgVaddr';
./obj/k2h/cppi/test/cppi_test.o:.../ti/drv/cppi/test/k2h/armv7/linux/fw_test.h:82: first defined here
Needs to be fixed properly later:
https://gcc.gnu.org/gcc-10/porting_to.html
Signed-off-by: Denys Dmytriyenko <denys@konsulko.com>
Diffstat (limited to 'recipes-bsp/sa-lld')
| -rw-r--r-- | recipes-bsp/sa-lld/sa-lld-test_git.bb | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/recipes-bsp/sa-lld/sa-lld-test_git.bb b/recipes-bsp/sa-lld/sa-lld-test_git.bb index f3fa4f3d..b9050b6a 100644 --- a/recipes-bsp/sa-lld/sa-lld-test_git.bb +++ b/recipes-bsp/sa-lld/sa-lld-test_git.bb | |||
| @@ -14,6 +14,8 @@ DEVICELIST_k2e = "k2e" | |||
| 14 | 14 | ||
| 15 | CHOICELIST = "no yes" | 15 | CHOICELIST = "no yes" |
| 16 | 16 | ||
| 17 | CFLAGS += "-fcommon" | ||
| 18 | |||
| 17 | PARALLEL_MAKE = "" | 19 | PARALLEL_MAKE = "" |
| 18 | EXTRA_OEMAKE = "-f makefile_armv7 PDK_INSTALL_PATH=${STAGING_INCDIR} SA_SRC_DIR=${S}" | 20 | EXTRA_OEMAKE = "-f makefile_armv7 PDK_INSTALL_PATH=${STAGING_INCDIR} SA_SRC_DIR=${S}" |
| 19 | 21 | ||
