This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

SW-TM4C: Error when running "make" on TivaWare 2.1.4.178.exe

Part Number: SW-TM4C
Other Parts Discussed in Thread: TM4C123GH6PM

So I am my distro is Arch Linux. I am currently trying to create a dev environment for the TM4C123GH6PM. When i downloaded the latest tivaware library, and tried to run make. It gives me this error at some point during the make process.

  CC    flashstore.c
  CC    images.c
  CC    menus.c
  CC    qs-logger.c
  CC    ../drivers/slidemenuwidget.c
  CC    startup_gcc.c
  CC    stripchartmanager.c
  CC    ../drivers/stripchartwidget.c
  CC    ../../../../utils/uartstdio.c
  CC    usb_serial_structs.c
  CC    usbserial.c
  CC    usbstick.c
  CC    ../../../../utils/ustdlib.c
  LD    gcc/qs-logger.axf
arm-none-eabi-ld: section .ARM.exidx.text.__udivmoddi4 LMA [000000000000e00c,000000000000e013] overlaps section .data LMA [000000000000e00c,000000000000ee6b]
make[4]: *** [../../../../makedefs:222: gcc/qs-logger.axf] Error 1
make[4]: Leaving directory '/home/mukidi/embedded/TivaWare/examples/boards/ek-lm4f232/qs-logger'
make[3]: *** [Makefile:61: all] Error 2
make[3]: Leaving directory '/home/mukidi/embedded/TivaWare/examples/boards/ek-lm4f232'
make[2]: *** [Makefile:28: all] Error 2
make[2]: Leaving directory '/home/mukidi/embedded/TivaWare/examples/boards'
make[1]: *** [Makefile:28: all] Error 2
make[1]: Leaving directory '/home/mukidi/embedded/TivaWare/examples'
make: *** [Makefile:47: all] Error 2



Is this something I should be worried about?

  • It looks like the make file is into making the examples. If you successfully created the libraries, I don't think it is a problem.  The expert on the make files is on holiday and will return after the first of the year. I will ask him to look at this.

  • Hello Ezekial,

    Those make files are not meant to be used. It's just an odd byproduct of how the original build scripts had been designed that some make files were not removed from the folders on final creation of the installer. They won't do anything standalone because they are missing the rest of the build environment so please disregard them.