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.

CCS/MSP430F5529: Errors while compiling driverlib (MSP430Ware_3_50_00_04) with the GNU compiler v5.0.3.224

Part Number: MSP430F5529
Other Parts Discussed in Thread: MSPWARE

Tool/software: Code Composer Studio

Hello,

Please I have created a new CCS project using the GNU compiler. I have imported driverlib into my workspace and have added the appropriate files to my project. 

But I get an error in ucs.c when compiling the code. The error is " undefined reference to __mulsi2_f5' ". Please I need help in order to resolve this issue. 

For further information this is the entire output from the build console:

**** Build of configuration Debug for project Capacitance_Meter_GCC_2 ****

"C:\\ti\\ccsv6\\utils\\bin\\gmake" -k all
'Building target: Capacitance_Meter_GCC_2.out'
'Invoking: GNU Linker'
"C:/ti/ccsv6/tools/compiler/msp430-gcc-5.3.0.224_win32/bin/msp430-elf-gcc.exe" -O0 -Os -g -gdwarf-3 -gstrict-dwarf -Wall -mlarge -Wl,-Map,"Capacitance_Meter_GCC_2.map" -L"C:/ti/ccsv6/ccs_base/msp430/include_gcc" -o"Capacitance_Meter_GCC_2.out" "./main.o" "./driverlib/MSP430F5xx_6xx/adc10_a.o" "./driverlib/MSP430F5xx_6xx/adc12_a.o" "./driverlib/MSP430F5xx_6xx/aes.o" "./driverlib/MSP430F5xx_6xx/battbak.o" "./driverlib/MSP430F5xx_6xx/comp_b.o" "./driverlib/MSP430F5xx_6xx/crc.o" "./driverlib/MSP430F5xx_6xx/ctsd16.o" "./driverlib/MSP430F5xx_6xx/dac12_a.o" "./driverlib/MSP430F5xx_6xx/dma.o" "./driverlib/MSP430F5xx_6xx/eusci_a_spi.o" "./driverlib/MSP430F5xx_6xx/eusci_a_uart.o" "./driverlib/MSP430F5xx_6xx/eusci_b_i2c.o" "./driverlib/MSP430F5xx_6xx/eusci_b_spi.o" "./driverlib/MSP430F5xx_6xx/flashctl.o" "./driverlib/MSP430F5xx_6xx/gpio.o" "./driverlib/MSP430F5xx_6xx/lcd_b.o" "./driverlib/MSP430F5xx_6xx/ldopwr.o" "./driverlib/MSP430F5xx_6xx/mpy32.o" "./driverlib/MSP430F5xx_6xx/oa.o" "./driverlib/MSP430F5xx_6xx/pmap.o" "./driverlib/MSP430F5xx_6xx/pmm.o" "./driverlib/MSP430F5xx_6xx/ram.o" "./driverlib/MSP430F5xx_6xx/ref.o" "./driverlib/MSP430F5xx_6xx/rtc_a.o" "./driverlib/MSP430F5xx_6xx/rtc_b.o" "./driverlib/MSP430F5xx_6xx/rtc_c.o" "./driverlib/MSP430F5xx_6xx/sd24_b.o" "./driverlib/MSP430F5xx_6xx/sfr.o" "./driverlib/MSP430F5xx_6xx/sysctl.o" "./driverlib/MSP430F5xx_6xx/tec.o" "./driverlib/MSP430F5xx_6xx/timer_a.o" "./driverlib/MSP430F5xx_6xx/timer_b.o" "./driverlib/MSP430F5xx_6xx/timer_d.o" "./driverlib/MSP430F5xx_6xx/tlv.o" "./driverlib/MSP430F5xx_6xx/ucs.o" "./driverlib/MSP430F5xx_6xx/usci_a_spi.o" "./driverlib/MSP430F5xx_6xx/usci_a_uart.o" "./driverlib/MSP430F5xx_6xx/usci_b_i2c.o" "./driverlib/MSP430F5xx_6xx/usci_b_spi.o" "./driverlib/MSP430F5xx_6xx/wdt_a.o" -T"../msp430f5529.ld" -Wl,--start-group -lgcc -lc -Wl,--end-group
makefile:185: recipe for target 'Capacitance_Meter_GCC_2.out' failed
./driverlib/MSP430F5xx_6xx/ucs.o: In function `privateUCSSourceClockFromDCO':
C:\Users\Adom Kwabena\workspace_MSP430F5529\Capacitance_Meter_GCC_2\Debug/../driverlib/MSP430F5xx_6xx/ucs.c:111: undefined reference to `__mulsi2_f5'
collect2.exe: error: ld returned 1 exit status
gmake: *** [Capacitance_Meter_GCC_2.out] Error 1
gmake: Target 'all' not remade because of errors.

**** Build Finished ****

**Attention** This is a public forum