Реклама на сайте English version  DatasheetsDatasheets

KAZUS.RU - Электронный портал. Принципиальные схемы, Datasheets, Форум по электронике

Новости электроники Новости Литература, электронные книги Литература Документация, даташиты Документация Поиск даташитов (datasheets)Поиск PDF
  От производителей
Новости поставщиков
В мире электроники

  Сборник статей
Электронные книги
FAQ по электронике

  Datasheets
Поиск SMD
Он-лайн справочник

Принципиальные схемы Схемы Каталоги программ, сайтов Каталоги Общение, форум Общение Ваш аккаунтАккаунт
  Каталог схем
Избранные схемы
FAQ по электронике
  Программы
Каталог сайтов
Производители электроники
  Форумы по электронике
Помощь проекту

Микроконтроллеры, АЦП, память и т.д Темы касающиеся микроконтроллеров разных производителей, памяти, АЦП/ЦАП, периферийных модулей...

 
Опции темы
Непрочитано 01.05.2011, 12:36  
MasterSID
Частый гость
 
Регистрация: 30.12.2010
Сообщений: 45
Сказал спасибо: 9
Сказали Спасибо 9 раз(а) в 9 сообщении(ях)
MasterSID на пути к лучшему
По умолчанию Вопрос по Atollic TrueStudio или Eclipse

Извиняюсь за глупый вопрос. Пытаюсь файлы из проекта http://we.easyelectronics.ru/STM32/v...chi-speex.html перенести в Atollic.

Создал новый проект, выбрал там STM32_DISCOVERY.

Скопировал файлы и папки в проект.

В Project/Properties/C/C++ General/Paths and Symbols добавил пути к папкам:
STM32F10x_Speex_Lib
STM32F10x_Speex_Lib\include
STM32F10x_Speex_Lib\STM32
STM32F10x_Speex_Lib\STM32\include
Фалы h цепляются нормально, а вот на вызов функций из c файлов при сборке идет ругань: ...\src/main.c:264: undefined reference to `speex_bits_init'

Помогите разобраться я в этом всем новичок.

Вот лог:
Код:
**** Build of configuration Debug for project MySpeex ****

**** Internal Builder is used for build               ****
arm-atollic-eabi-gcc -c -mthumb -mcpu=cortex-m3 -DUSE_STM32_DISCOVERY -DSTM32F10X_MD_VL -DUSE_STDPERIPH_DRIVER -I../src -I..\Libraries\STM32F10x_StdPeriph_Driver\inc -I..\Libraries\CMSIS\CM3\CoreSupport -I..\Libraries\CMSIS\CM3\DeviceSupport\ST\STM32F10x -I..\Utilities\STM32_EVAL\STM32_Discovery -IC:\Documents and Settings\MS\Atollic\TrueSTUDIO\STM32_workspace\MyS  peex\STM32F10x_Speex_Lib\include -IC:\Documents and Settings\MS\Atollic\TrueSTUDIO\STM32_workspace\MyS  peex\STM32F10x_Speex_Lib\STM32 -IC:\Documents and Settings\MS\Atollic\TrueSTUDIO\STM32_workspace\MyS  peex\STM32F10x_Speex_Lib\STM32\include -IC:\Documents and Settings\MS\Atollic\TrueSTUDIO\STM32_workspace\MyS  peex\STM32F10x_Speex_Lib\libspeex -IC:\Documents and Settings\MS\Atollic\TrueSTUDIO\STM32_workspace\MyS  peex\STM32F10x_Speex_Lib -O0 -ffunction-sections -fdata-sections -g -Wall -oLibraries\STM32F10x_StdPeriph_Driver\src\stm32f10  x_fsmc.o ..\Libraries\STM32F10x_StdPeriph_Driver\src\stm32f  10x_fsmc.c
arm-atollic-eabi-gcc -c -mthumb -mcpu=cortex-m3 -DUSE_STM32_DISCOVERY -DSTM32F10X_MD_VL -DUSE_STDPERIPH_DRIVER -I../src -I..\Libraries\STM32F10x_StdPeriph_Driver\inc -I..\Libraries\CMSIS\CM3\CoreSupport -I..\Libraries\CMSIS\CM3\DeviceSupport\ST\STM32F10x -I..\Utilities\STM32_EVAL\STM32_Discovery -IC:\Documents and Settings\MS\Atollic\TrueSTUDIO\STM32_workspace\MyS  peex\STM32F10x_Speex_Lib\include -IC:\Documents and Settings\MS\Atollic\TrueSTUDIO\STM32_workspace\MyS  peex\STM32F10x_Speex_Lib\STM32 -IC:\Documents and Settings\MS\Atollic\TrueSTUDIO\STM32_workspace\MyS  peex\STM32F10x_Speex_Lib\STM32\include -IC:\Documents and Settings\MS\Atollic\TrueSTUDIO\STM32_workspace\MyS  peex\STM32F10x_Speex_Lib\libspeex -IC:\Documents and Settings\MS\Atollic\TrueSTUDIO\STM32_workspace\MyS  peex\STM32F10x_Speex_Lib -O0 -ffunction-sections -fdata-sections -g -Wall -oLibraries\STM32F10x_StdPeriph_Driver\src\stm32f10  x_wwdg.o ..\Libraries\STM32F10x_StdPeriph_Driver\src\stm32f  10x_wwdg.c
arm-atollic-eabi-gcc -c -mthumb -mcpu=cortex-m3 -DUSE_STM32_DISCOVERY -DSTM32F10X_MD_VL -DUSE_STDPERIPH_DRIVER -I../src -I..\Libraries\STM32F10x_StdPeriph_Driver\inc -I..\Libraries\CMSIS\CM3\CoreSupport -I..\Libraries\CMSIS\CM3\DeviceSupport\ST\STM32F10x -I..\Utilities\STM32_EVAL\STM32_Discovery -IC:\Documents and Settings\MS\Atollic\TrueSTUDIO\STM32_workspace\MyS  peex\STM32F10x_Speex_Lib\include -IC:\Documents and Settings\MS\Atollic\TrueSTUDIO\STM32_workspace\MyS  peex\STM32F10x_Speex_Lib\STM32 -IC:\Documents and Settings\MS\Atollic\TrueSTUDIO\STM32_workspace\MyS  peex\STM32F10x_Speex_Lib\STM32\include -IC:\Documents and Settings\MS\Atollic\TrueSTUDIO\STM32_workspace\MyS  peex\STM32F10x_Speex_Lib\libspeex -IC:\Documents and Settings\MS\Atollic\TrueSTUDIO\STM32_workspace\MyS  peex\STM32F10x_Speex_Lib -O0 -ffunction-sections -fdata-sections -g -Wall -oLibraries\STM32F10x_StdPeriph_Driver\src\stm32f10  x_usart.o ..\Libraries\STM32F10x_StdPeriph_Driver\src\stm32f  10x_usart.c
arm-atollic-eabi-gcc -c -mthumb -mcpu=cortex-m3 -DUSE_STM32_DISCOVERY -DSTM32F10X_MD_VL -DUSE_STDPERIPH_DRIVER -I../src -I..\Libraries\STM32F10x_StdPeriph_Driver\inc -I..\Libraries\CMSIS\CM3\CoreSupport -I..\Libraries\CMSIS\CM3\DeviceSupport\ST\STM32F10x -I..\Utilities\STM32_EVAL\STM32_Discovery -IC:\Documents and Settings\MS\Atollic\TrueSTUDIO\STM32_workspace\MyS  peex\STM32F10x_Speex_Lib\include -IC:\Documents and Settings\MS\Atollic\TrueSTUDIO\STM32_workspace\MyS  peex\STM32F10x_Speex_Lib\STM32 -IC:\Documents and Settings\MS\Atollic\TrueSTUDIO\STM32_workspace\MyS  peex\STM32F10x_Speex_Lib\STM32\include -IC:\Documents and Settings\MS\Atollic\TrueSTUDIO\STM32_workspace\MyS  peex\STM32F10x_Speex_Lib\libspeex -IC:\Documents and Settings\MS\Atollic\TrueSTUDIO\STM32_workspace\MyS  peex\STM32F10x_Speex_Lib -O0 -ffunction-sections -fdata-sections -g -Wall -oLibraries\STM32F10x_StdPeriph_Driver\src\stm32f10  x_can.o ..\Libraries\STM32F10x_StdPeriph_Driver\src\stm32f  10x_can.c
arm-atollic-eabi-gcc -c -mthumb -mcpu=cortex-m3 -DUSE_STM32_DISCOVERY -DSTM32F10X_MD_VL -DUSE_STDPERIPH_DRIVER -I../src -I..\Libraries\STM32F10x_StdPeriph_Driver\inc -I..\Libraries\CMSIS\CM3\CoreSupport -I..\Libraries\CMSIS\CM3\DeviceSupport\ST\STM32F10x -I..\Utilities\STM32_EVAL\STM32_Discovery -IC:\Documents and Settings\MS\Atollic\TrueSTUDIO\STM32_workspace\MyS  peex\STM32F10x_Speex_Lib\include -IC:\Documents and Settings\MS\Atollic\TrueSTUDIO\STM32_workspace\MyS  peex\STM32F10x_Speex_Lib\STM32 -IC:\Documents and Settings\MS\Atollic\TrueSTUDIO\STM32_workspace\MyS  peex\STM32F10x_Speex_Lib\STM32\include -IC:\Documents and Settings\MS\Atollic\TrueSTUDIO\STM32_workspace\MyS  peex\STM32F10x_Speex_Lib\libspeex -IC:\Documents and Settings\MS\Atollic\TrueSTUDIO\STM32_workspace\MyS  peex\STM32F10x_Speex_Lib -O0 -ffunction-sections -fdata-sections -g -Wall -oLibraries\STM32F10x_StdPeriph_Driver\src\stm32f10  x_spi.o ..\Libraries\STM32F10x_StdPeriph_Driver\src\stm32f  10x_spi.c
arm-atollic-eabi-gcc -c -mthumb -mcpu=cortex-m3 -DUSE_STM32_DISCOVERY -DSTM32F10X_MD_VL -DUSE_STDPERIPH_DRIVER -I../src -I..\Libraries\STM32F10x_StdPeriph_Driver\inc -I..\Libraries\CMSIS\CM3\CoreSupport -I..\Libraries\CMSIS\CM3\DeviceSupport\ST\STM32F10x -I..\Utilities\STM32_EVAL\STM32_Discovery -IC:\Documents and Settings\MS\Atollic\TrueSTUDIO\STM32_workspace\MyS  peex\STM32F10x_Speex_Lib\include -IC:\Documents and Settings\MS\Atollic\TrueSTUDIO\STM32_workspace\MyS  peex\STM32F10x_Speex_Lib\STM32 -IC:\Documents and Settings\MS\Atollic\TrueSTUDIO\STM32_workspace\MyS  peex\STM32F10x_Speex_Lib\STM32\include -IC:\Documents and Settings\MS\Atollic\TrueSTUDIO\STM32_workspace\MyS  peex\STM32F10x_Speex_Lib\libspeex -IC:\Documents and Settings\MS\Atollic\TrueSTUDIO\STM32_workspace\MyS  peex\STM32F10x_Speex_Lib -O0 -ffunction-sections -fdata-sections -g -Wall -oLibraries\STM32F10x_StdPeriph_Driver\src\stm32f10  x_sdio.o ..\Libraries\STM32F10x_StdPeriph_Driver\src\stm32f  10x_sdio.c
arm-atollic-eabi-gcc -c -mthumb -mcpu=cortex-m3 -DUSE_STM32_DISCOVERY -DSTM32F10X_MD_VL -DUSE_STDPERIPH_DRIVER -I../src -I..\Libraries\STM32F10x_StdPeriph_Driver\inc -I..\Libraries\CMSIS\CM3\CoreSupport -I..\Libraries\CMSIS\CM3\DeviceSupport\ST\STM32F10x -I..\Utilities\STM32_EVAL\STM32_Discovery -IC:\Documents and Settings\MS\Atollic\TrueSTUDIO\STM32_workspace\MyS  peex\STM32F10x_Speex_Lib\include -IC:\Documents and Settings\MS\Atollic\TrueSTUDIO\STM32_workspace\MyS  peex\STM32F10x_Speex_Lib\STM32 -IC:\Documents and Settings\MS\Atollic\TrueSTUDIO\STM32_workspace\MyS  peex\STM32F10x_Speex_Lib\STM32\include -IC:\Documents and Settings\MS\Atollic\TrueSTUDIO\STM32_workspace\MyS  peex\STM32F10x_Speex_Lib\libspeex -IC:\Documents and Settings\MS\Atollic\TrueSTUDIO\STM32_workspace\MyS  peex\STM32F10x_Speex_Lib -O0 -ffunction-sections -fdata-sections -g -Wall -oLibraries\STM32F10x_StdPeriph_Driver\src\stm32f10  x_i2c.o ..\Libraries\STM32F10x_StdPeriph_Driver\src\stm32f  10x_i2c.c
arm-atollic-eabi-gcc -c -mthumb -mcpu=cortex-m3 -DUSE_STM32_DISCOVERY -DSTM32F10X_MD_VL -DUSE_STDPERIPH_DRIVER -I../src -I..\Libraries\STM32F10x_StdPeriph_Driver\inc -I..\Libraries\CMSIS\CM3\CoreSupport -I..\Libraries\CMSIS\CM3\DeviceSupport\ST\STM32F10x -I..\Utilities\STM32_EVAL\STM32_Discovery -IC:\Documents and Settings\MS\Atollic\TrueSTUDIO\STM32_workspace\MyS  peex\STM32F10x_Speex_Lib\include -IC:\Documents and Settings\MS\Atollic\TrueSTUDIO\STM32_workspace\MyS  peex\STM32F10x_Speex_Lib\STM32 -IC:\Documents and Settings\MS\Atollic\TrueSTUDIO\STM32_workspace\MyS  peex\STM32F10x_Speex_Lib\STM32\include -IC:\Documents and Settings\MS\Atollic\TrueSTUDIO\STM32_workspace\MyS  peex\STM32F10x_Speex_Lib\libspeex -IC:\Documents and Settings\MS\Atollic\TrueSTUDIO\STM32_workspace\MyS  peex\STM32F10x_Speex_Lib -O0 -ffunction-sections -fdata-sections -g -Wall -oLibraries\STM32F10x_StdPeriph_Driver\src\stm32f10  x_rtc.o ..\Libraries\STM32F10x_StdPeriph_Driver\src\stm32f  10x_rtc.c
arm-atollic-eabi-gcc -c -mthumb -mcpu=cortex-m3 -DUSE_STM32_DISCOVERY -DSTM32F10X_MD_VL -DUSE_STDPERIPH_DRIVER -I../src -I..\Libraries\STM32F10x_StdPeriph_Driver\inc -I..\Libraries\CMSIS\CM3\CoreSupport -I..\Libraries\CMSIS\CM3\DeviceSupport\ST\STM32F10x -I..\Utilities\STM32_EVAL\STM32_Discovery -IC:\Documents and Settings\MS\Atollic\TrueSTUDIO\STM32_workspace\MyS  peex\STM32F10x_Speex_Lib\include -IC:\Documents and Settings\MS\Atollic\TrueSTUDIO\STM32_workspace\MyS  peex\STM32F10x_Speex_Lib\STM32 -IC:\Documents and Settings\MS\Atollic\TrueSTUDIO\STM32_workspace\MyS  peex\STM32F10x_Speex_Lib\STM32\include -IC:\Documents and Settings\MS\Atollic\TrueSTUDIO\STM32_workspace\MyS  peex\STM32F10x_Speex_Lib\libspeex -IC:\Documents and Settings\MS\Atollic\TrueSTUDIO\STM32_workspace\MyS  peex\STM32F10x_Speex_Lib -O0 -ffunction-sections -fdata-sections -g -Wall -oLibraries\STM32F10x_StdPeriph_Driver\src\stm32f10  x_dac.o ..\Libraries\STM32F10x_StdPeriph_Driver\src\stm32f  10x_dac.c
arm-atollic-eabi-gcc -c -mthumb -mcpu=cortex-m3 -DUSE_STM32_DISCOVERY -DSTM32F10X_MD_VL -DUSE_STDPERIPH_DRIVER -I../src -I..\Libraries\STM32F10x_StdPeriph_Driver\inc -I..\Libraries\CMSIS\CM3\CoreSupport -I..\Libraries\CMSIS\CM3\DeviceSupport\ST\STM32F10x -I..\Utilities\STM32_EVAL\STM32_Discovery -IC:\Documents and Settings\MS\Atollic\TrueSTUDIO\STM32_workspace\MyS  peex\STM32F10x_Speex_Lib\include -IC:\Documents and Settings\MS\Atollic\TrueSTUDIO\STM32_workspace\MyS  peex\STM32F10x_Speex_Lib\STM32 -IC:\Documents and Settings\MS\Atollic\TrueSTUDIO\STM32_workspace\MyS  peex\STM32F10x_Speex_Lib\STM32\include -IC:\Documents and Settings\MS\Atollic\TrueSTUDIO\STM32_workspace\MyS  peex\STM32F10x_Speex_Lib\libspeex -IC:\Documents and Settings\MS\Atollic\TrueSTUDIO\STM32_workspace\MyS  peex\STM32F10x_Speex_Lib -O0 -ffunction-sections -fdata-sections -g -Wall -oLibraries\STM32F10x_StdPeriph_Driver\src\stm32f10  x_flash.o ..\Libraries\STM32F10x_StdPeriph_Driver\src\stm32f  10x_flash.c
arm-atollic-eabi-gcc -c -mthumb -mcpu=cortex-m3 -DUSE_STM32_DISCOVERY -DSTM32F10X_MD_VL -DUSE_STDPERIPH_DRIVER -I../src -I..\Libraries\STM32F10x_StdPeriph_Driver\inc -I..\Libraries\CMSIS\CM3\CoreSupport -I..\Libraries\CMSIS\CM3\DeviceSupport\ST\STM32F10x -I..\Utilities\STM32_EVAL\STM32_Discovery -IC:\Documents and Settings\MS\Atollic\TrueSTUDIO\STM32_workspace\MyS  peex\STM32F10x_Speex_Lib\include -IC:\Documents and Settings\MS\Atollic\TrueSTUDIO\STM32_workspace\MyS  peex\STM32F10x_Speex_Lib\STM32 -IC:\Documents and Settings\MS\Atollic\TrueSTUDIO\STM32_workspace\MyS  peex\STM32F10x_Speex_Lib\STM32\include -IC:\Documents and Settings\MS\Atollic\TrueSTUDIO\STM32_workspace\MyS  peex\STM32F10x_Speex_Lib\libspeex -IC:\Documents and Settings\MS\Atollic\TrueSTUDIO\STM32_workspace\MyS  peex\STM32F10x_Speex_Lib -O0 -ffunction-sections -fdata-sections -g -Wall -oLibraries\STM32F10x_StdPeriph_Driver\src\stm32f10  x_dbgmcu.o ..\Libraries\STM32F10x_StdPeriph_Driver\src\stm32f  10x_dbgmcu.c
arm-atollic-eabi-gcc -c -mthumb -mcpu=cortex-m3 -DUSE_STM32_DISCOVERY -DSTM32F10X_MD_VL -DUSE_STDPERIPH_DRIVER -I../src -I..\Libraries\STM32F10x_StdPeriph_Driver\inc -I..\Libraries\CMSIS\CM3\CoreSupport -I..\Libraries\CMSIS\CM3\DeviceSupport\ST\STM32F10x -I..\Utilities\STM32_EVAL\STM32_Discovery -IC:\Documents and Settings\MS\Atollic\TrueSTUDIO\STM32_workspace\MyS  peex\STM32F10x_Speex_Lib\include -IC:\Documents and Settings\MS\Atollic\TrueSTUDIO\STM32_workspace\MyS  peex\STM32F10x_Speex_Lib\STM32 -IC:\Documents and Settings\MS\Atollic\TrueSTUDIO\STM32_workspace\MyS  peex\STM32F10x_Speex_Lib\STM32\include -IC:\Documents and Settings\MS\Atollic\TrueSTUDIO\STM32_workspace\MyS  peex\STM32F10x_Speex_Lib\libspeex -IC:\Documents and Settings\MS\Atollic\TrueSTUDIO\STM32_workspace\MyS  peex\STM32F10x_Speex_Lib -O0 -ffunction-sections -fdata-sections -g -Wall -oLibraries\STM32F10x_StdPeriph_Driver\src\stm32f10  x_rcc.o ..\Libraries\STM32F10x_StdPeriph_Driver\src\stm32f  10x_rcc.c
arm-atollic-eabi-gcc -c -mthumb -mcpu=cortex-m3 -DUSE_STM32_DISCOVERY -DSTM32F10X_MD_VL -DUSE_STDPERIPH_DRIVER -I../src -I..\Libraries\STM32F10x_StdPeriph_Driver\inc -I..\Libraries\CMSIS\CM3\CoreSupport -I..\Libraries\CMSIS\CM3\DeviceSupport\ST\STM32F10x -I..\Utilities\STM32_EVAL\STM32_Discovery -IC:\Documents and Settings\MS\Atollic\TrueSTUDIO\STM32_workspace\MyS  peex\STM32F10x_Speex_Lib\include -IC:\Documents and Settings\MS\Atollic\TrueSTUDIO\STM32_workspace\MyS  peex\STM32F10x_Speex_Lib\STM32 -IC:\Documents and Settings\MS\Atollic\TrueSTUDIO\STM32_workspace\MyS  peex\STM32F10x_Speex_Lib\STM32\include -IC:\Documents and Settings\MS\Atollic\TrueSTUDIO\STM32_workspace\MyS  peex\STM32F10x_Speex_Lib\libspeex -IC:\Documents and Settings\MS\Atollic\TrueSTUDIO\STM32_workspace\MyS  peex\STM32F10x_Speex_Lib -O0 -ffunction-sections -fdata-sections -g -Wall -oLibraries\STM32F10x_StdPeriph_Driver\src\stm32f10  x_gpio.o ..\Libraries\STM32F10x_StdPeriph_Driver\src\stm32f  10x_gpio.c
arm-atollic-eabi-gcc -c -mthumb -mcpu=cortex-m3 -DUSE_STM32_DISCOVERY -DSTM32F10X_MD_VL -DUSE_STDPERIPH_DRIVER -I../src -I..\Libraries\STM32F10x_StdPeriph_Driver\inc -I..\Libraries\CMSIS\CM3\CoreSupport -I..\Libraries\CMSIS\CM3\DeviceSupport\ST\STM32F10x -I..\Utilities\STM32_EVAL\STM32_Discovery -IC:\Documents and Settings\MS\Atollic\TrueSTUDIO\STM32_workspace\MyS  peex\STM32F10x_Speex_Lib\include -IC:\Documents and Settings\MS\Atollic\TrueSTUDIO\STM32_workspace\MyS  peex\STM32F10x_Speex_Lib\STM32 -IC:\Documents and Settings\MS\Atollic\TrueSTUDIO\STM32_workspace\MyS  peex\STM32F10x_Speex_Lib\STM32\include -IC:\Documents and Settings\MS\Atollic\TrueSTUDIO\STM32_workspace\MyS  peex\STM32F10x_Speex_Lib\libspeex -IC:\Documents and Settings\MS\Atollic\TrueSTUDIO\STM32_workspace\MyS  peex\STM32F10x_Speex_Lib -O0 -ffunction-sections -fdata-sections -g -Wall -oLibraries\STM32F10x_StdPeriph_Driver\src\stm32f10  x_dma.o ..\Libraries\STM32F10x_StdPeriph_Driver\src\stm32f  10x_dma.c
arm-atollic-eabi-gcc -c -mthumb -mcpu=cortex-m3 -DUSE_STM32_DISCOVERY -DSTM32F10X_MD_VL -DUSE_STDPERIPH_DRIVER -I../src -I..\Libraries\STM32F10x_StdPeriph_Driver\inc -I..\Libraries\CMSIS\CM3\CoreSupport -I..\Libraries\CMSIS\CM3\DeviceSupport\ST\STM32F10x -I..\Utilities\STM32_EVAL\STM32_Discovery -IC:\Documents and Settings\MS\Atollic\TrueSTUDIO\STM32_workspace\MyS  peex\STM32F10x_Speex_Lib\include -IC:\Documents and Settings\MS\Atollic\TrueSTUDIO\STM32_workspace\MyS  peex\STM32F10x_Speex_Lib\STM32 -IC:\Documents and Settings\MS\Atollic\TrueSTUDIO\STM32_workspace\MyS  peex\STM32F10x_Speex_Lib\STM32\include -IC:\Documents and Settings\MS\Atollic\TrueSTUDIO\STM32_workspace\MyS  peex\STM32F10x_Speex_Lib\libspeex -IC:\Documents and Settings\MS\Atollic\TrueSTUDIO\STM32_workspace\MyS  peex\STM32F10x_Speex_Lib -O0 -ffunction-sections -fdata-sections -g -Wall -osrc\main.o ..\src\main.c
arm-atollic-eabi-gcc -c -mthumb -mcpu=cortex-m3 -DUSE_STM32_DISCOVERY -DSTM32F10X_MD_VL -DUSE_STDPERIPH_DRIVER -I../src -I..\Libraries\STM32F10x_StdPeriph_Driver\inc -I..\Libraries\CMSIS\CM3\CoreSupport -I..\Libraries\CMSIS\CM3\DeviceSupport\ST\STM32F10x -I..\Utilities\STM32_EVAL\STM32_Discovery -IC:\Documents and Settings\MS\Atollic\TrueSTUDIO\STM32_workspace\MyS  peex\STM32F10x_Speex_Lib\include -IC:\Documents and Settings\MS\Atollic\TrueSTUDIO\STM32_workspace\MyS  peex\STM32F10x_Speex_Lib\STM32 -IC:\Documents and Settings\MS\Atollic\TrueSTUDIO\STM32_workspace\MyS  peex\STM32F10x_Speex_Lib\STM32\include -IC:\Documents and Settings\MS\Atollic\TrueSTUDIO\STM32_workspace\MyS  peex\STM32F10x_Speex_Lib\libspeex -IC:\Documents and Settings\MS\Atollic\TrueSTUDIO\STM32_workspace\MyS  peex\STM32F10x_Speex_Lib -O0 -ffunction-sections -fdata-sections -g -Wall -osrc\stm32f10x_it.o ..\src\stm32f10x_it.c
arm-atollic-eabi-gcc -c -mthumb -mcpu=cortex-m3 -DUSE_STM32_DISCOVERY -DSTM32F10X_MD_VL -DUSE_STDPERIPH_DRIVER -I../src -I..\Libraries\STM32F10x_StdPeriph_Driver\inc -I..\Libraries\CMSIS\CM3\CoreSupport -I..\Libraries\CMSIS\CM3\DeviceSupport\ST\STM32F10x -I..\Utilities\STM32_EVAL\STM32_Discovery -IC:\Documents and Settings\MS\Atollic\TrueSTUDIO\STM32_workspace\MyS  peex\STM32F10x_Speex_Lib\include -IC:\Documents and Settings\MS\Atollic\TrueSTUDIO\STM32_workspace\MyS  peex\STM32F10x_Speex_Lib\STM32 -IC:\Documents and Settings\MS\Atollic\TrueSTUDIO\STM32_workspace\MyS  peex\STM32F10x_Speex_Lib\STM32\include -IC:\Documents and Settings\MS\Atollic\TrueSTUDIO\STM32_workspace\MyS  peex\STM32F10x_Speex_Lib\libspeex -IC:\Documents and Settings\MS\Atollic\TrueSTUDIO\STM32_workspace\MyS  peex\STM32F10x_Speex_Lib -O0 -ffunction-sections -fdata-sections -g -Wall -oLibraries\STM32F10x_StdPeriph_Driver\src\misc.o ..\Libraries\STM32F10x_StdPeriph_Driver\src\misc.c
arm-atollic-eabi-gcc -c -mthumb -mcpu=cortex-m3 -DUSE_STM32_DISCOVERY -DSTM32F10X_MD_VL -DUSE_STDPERIPH_DRIVER -I../src -I..\Libraries\STM32F10x_StdPeriph_Driver\inc -I..\Libraries\CMSIS\CM3\CoreSupport -I..\Libraries\CMSIS\CM3\DeviceSupport\ST\STM32F10x -I..\Utilities\STM32_EVAL\STM32_Discovery -IC:\Documents and Settings\MS\Atollic\TrueSTUDIO\STM32_workspace\MyS  peex\STM32F10x_Speex_Lib\include -IC:\Documents and Settings\MS\Atollic\TrueSTUDIO\STM32_workspace\MyS  peex\STM32F10x_Speex_Lib\STM32 -IC:\Documents and Settings\MS\Atollic\TrueSTUDIO\STM32_workspace\MyS  peex\STM32F10x_Speex_Lib\STM32\include -IC:\Documents and Settings\MS\Atollic\TrueSTUDIO\STM32_workspace\MyS  peex\STM32F10x_Speex_Lib\libspeex -IC:\Documents and Settings\MS\Atollic\TrueSTUDIO\STM32_workspace\MyS  peex\STM32F10x_Speex_Lib -O0 -ffunction-sections -fdata-sections -g -Wall -oLibraries\STM32F10x_StdPeriph_Driver\src\stm32f10  x_crc.o ..\Libraries\STM32F10x_StdPeriph_Driver\src\stm32f  10x_crc.c
arm-atollic-eabi-gcc -c -mthumb -mcpu=cortex-m3 -DUSE_STM32_DISCOVERY -DSTM32F10X_MD_VL -DUSE_STDPERIPH_DRIVER -I../src -I..\Libraries\STM32F10x_StdPeriph_Driver\inc -I..\Libraries\CMSIS\CM3\CoreSupport -I..\Libraries\CMSIS\CM3\DeviceSupport\ST\STM32F10x -I..\Utilities\STM32_EVAL\STM32_Discovery -IC:\Documents and Settings\MS\Atollic\TrueSTUDIO\STM32_workspace\MyS  peex\STM32F10x_Speex_Lib\include -IC:\Documents and Settings\MS\Atollic\TrueSTUDIO\STM32_workspace\MyS  peex\STM32F10x_Speex_Lib\STM32 -IC:\Documents and Settings\MS\Atollic\TrueSTUDIO\STM32_workspace\MyS  peex\STM32F10x_Speex_Lib\STM32\include -IC:\Documents and Settings\MS\Atollic\TrueSTUDIO\STM32_workspace\MyS  peex\STM32F10x_Speex_Lib\libspeex -IC:\Documents and Settings\MS\Atollic\TrueSTUDIO\STM32_workspace\MyS  peex\STM32F10x_Speex_Lib -O0 -ffunction-sections -fdata-sections -g -Wall -osrc\system_stm32f10x.o ..\src\system_stm32f10x.c
arm-atollic-eabi-gcc -c -mthumb -mcpu=cortex-m3 -DUSE_STM32_DISCOVERY -DSTM32F10X_MD_VL -DUSE_STDPERIPH_DRIVER -I../src -I..\Libraries\STM32F10x_StdPeriph_Driver\inc -I..\Libraries\CMSIS\CM3\CoreSupport -I..\Libraries\CMSIS\CM3\DeviceSupport\ST\STM32F10x -I..\Utilities\STM32_EVAL\STM32_Discovery -IC:\Documents and Settings\MS\Atollic\TrueSTUDIO\STM32_workspace\MyS  peex\STM32F10x_Speex_Lib\include -IC:\Documents and Settings\MS\Atollic\TrueSTUDIO\STM32_workspace\MyS  peex\STM32F10x_Speex_Lib\STM32 -IC:\Documents and Settings\MS\Atollic\TrueSTUDIO\STM32_workspace\MyS  peex\STM32F10x_Speex_Lib\STM32\include -IC:\Documents and Settings\MS\Atollic\TrueSTUDIO\STM32_workspace\MyS  peex\STM32F10x_Speex_Lib\libspeex -IC:\Documents and Settings\MS\Atollic\TrueSTUDIO\STM32_workspace\MyS  peex\STM32F10x_Speex_Lib -O0 -ffunction-sections -fdata-sections -g -Wall -oLibraries\STM32F10x_StdPeriph_Driver\src\stm32f10  x_bkp.o ..\Libraries\STM32F10x_StdPeriph_Driver\src\stm32f  10x_bkp.c
arm-atollic-eabi-gcc -c -mthumb -mcpu=cortex-m3 -DUSE_STM32_DISCOVERY -DSTM32F10X_MD_VL -DUSE_STDPERIPH_DRIVER -I../src -I..\Libraries\STM32F10x_StdPeriph_Driver\inc -I..\Libraries\CMSIS\CM3\CoreSupport -I..\Libraries\CMSIS\CM3\DeviceSupport\ST\STM32F10x -I..\Utilities\STM32_EVAL\STM32_Discovery -IC:\Documents and Settings\MS\Atollic\TrueSTUDIO\STM32_workspace\MyS  peex\STM32F10x_Speex_Lib\include -IC:\Documents and Settings\MS\Atollic\TrueSTUDIO\STM32_workspace\MyS  peex\STM32F10x_Speex_Lib\STM32 -IC:\Documents and Settings\MS\Atollic\TrueSTUDIO\STM32_workspace\MyS  peex\STM32F10x_Speex_Lib\STM32\include -IC:\Documents and Settings\MS\Atollic\TrueSTUDIO\STM32_workspace\MyS  peex\STM32F10x_Speex_Lib\libspeex -IC:\Documents and Settings\MS\Atollic\TrueSTUDIO\STM32_workspace\MyS  peex\STM32F10x_Speex_Lib -O0 -ffunction-sections -fdata-sections -g -Wall -oLibraries\STM32F10x_StdPeriph_Driver\src\stm32f10  x_iwdg.o ..\Libraries\STM32F10x_StdPeriph_Driver\src\stm32f  10x_iwdg.c
arm-atollic-eabi-gcc -c -mthumb -mcpu=cortex-m3 -DUSE_STM32_DISCOVERY -DSTM32F10X_MD_VL -DUSE_STDPERIPH_DRIVER -I../src -I..\Libraries\STM32F10x_StdPeriph_Driver\inc -I..\Libraries\CMSIS\CM3\CoreSupport -I..\Libraries\CMSIS\CM3\DeviceSupport\ST\STM32F10x -I..\Utilities\STM32_EVAL\STM32_Discovery -IC:\Documents and Settings\MS\Atollic\TrueSTUDIO\STM32_workspace\MyS  peex\STM32F10x_Speex_Lib\include -IC:\Documents and Settings\MS\Atollic\TrueSTUDIO\STM32_workspace\MyS  peex\STM32F10x_Speex_Lib\STM32 -IC:\Documents and Settings\MS\Atollic\TrueSTUDIO\STM32_workspace\MyS  peex\STM32F10x_Speex_Lib\STM32\include -IC:\Documents and Settings\MS\Atollic\TrueSTUDIO\STM32_workspace\MyS  peex\STM32F10x_Speex_Lib\libspeex -IC:\Documents and Settings\MS\Atollic\TrueSTUDIO\STM32_workspace\MyS  peex\STM32F10x_Speex_Lib -O0 -ffunction-sections -fdata-sections -g -Wall -oLibraries\STM32F10x_StdPeriph_Driver\src\stm32f10  x_cec.o ..\Libraries\STM32F10x_StdPeriph_Driver\src\stm32f  10x_cec.c
arm-atollic-eabi-gcc -c -mthumb -mcpu=cortex-m3 -DUSE_STM32_DISCOVERY -DSTM32F10X_MD_VL -DUSE_STDPERIPH_DRIVER -I../src -I..\Libraries\STM32F10x_StdPeriph_Driver\inc -I..\Libraries\CMSIS\CM3\CoreSupport -I..\Libraries\CMSIS\CM3\DeviceSupport\ST\STM32F10x -I..\Utilities\STM32_EVAL\STM32_Discovery -IC:\Documents and Settings\MS\Atollic\TrueSTUDIO\STM32_workspace\MyS  peex\STM32F10x_Speex_Lib\include -IC:\Documents and Settings\MS\Atollic\TrueSTUDIO\STM32_workspace\MyS  peex\STM32F10x_Speex_Lib\STM32 -IC:\Documents and Settings\MS\Atollic\TrueSTUDIO\STM32_workspace\MyS  peex\STM32F10x_Speex_Lib\STM32\include -IC:\Documents and Settings\MS\Atollic\TrueSTUDIO\STM32_workspace\MyS  peex\STM32F10x_Speex_Lib\libspeex -IC:\Documents and Settings\MS\Atollic\TrueSTUDIO\STM32_workspace\MyS  peex\STM32F10x_Speex_Lib -O0 -ffunction-sections -fdata-sections -g -Wall -oLibraries\STM32F10x_StdPeriph_Driver\src\stm32f10  x_pwr.o ..\Libraries\STM32F10x_StdPeriph_Driver\src\stm32f  10x_pwr.c
arm-atollic-eabi-gcc -c -mthumb -mcpu=cortex-m3 -DUSE_STM32_DISCOVERY -DSTM32F10X_MD_VL -DUSE_STDPERIPH_DRIVER -I../src -I..\Libraries\STM32F10x_StdPeriph_Driver\inc -I..\Libraries\CMSIS\CM3\CoreSupport -I..\Libraries\CMSIS\CM3\DeviceSupport\ST\STM32F10x -I..\Utilities\STM32_EVAL\STM32_Discovery -IC:\Documents and Settings\MS\Atollic\TrueSTUDIO\STM32_workspace\MyS  peex\STM32F10x_Speex_Lib\include -IC:\Documents and Settings\MS\Atollic\TrueSTUDIO\STM32_workspace\MyS  peex\STM32F10x_Speex_Lib\STM32 -IC:\Documents and Settings\MS\Atollic\TrueSTUDIO\STM32_workspace\MyS  peex\STM32F10x_Speex_Lib\STM32\include -IC:\Documents and Settings\MS\Atollic\TrueSTUDIO\STM32_workspace\MyS  peex\STM32F10x_Speex_Lib\libspeex -IC:\Documents and Settings\MS\Atollic\TrueSTUDIO\STM32_workspace\MyS  peex\STM32F10x_Speex_Lib -O0 -ffunction-sections -fdata-sections -g -Wall -oLibraries\CMSIS\CM3\CoreSupport\core_cm3.o ..\Libraries\CMSIS\CM3\CoreSupport\core_cm3.c
arm-atollic-eabi-gcc -c -mthumb -mcpu=cortex-m3 -DUSE_STM32_DISCOVERY -DSTM32F10X_MD_VL -DUSE_STDPERIPH_DRIVER -I../src -I..\Libraries\STM32F10x_StdPeriph_Driver\inc -I..\Libraries\CMSIS\CM3\CoreSupport -I..\Libraries\CMSIS\CM3\DeviceSupport\ST\STM32F10x -I..\Utilities\STM32_EVAL\STM32_Discovery -IC:\Documents and Settings\MS\Atollic\TrueSTUDIO\STM32_workspace\MyS  peex\STM32F10x_Speex_Lib\include -IC:\Documents and Settings\MS\Atollic\TrueSTUDIO\STM32_workspace\MyS  peex\STM32F10x_Speex_Lib\STM32 -IC:\Documents and Settings\MS\Atollic\TrueSTUDIO\STM32_workspace\MyS  peex\STM32F10x_Speex_Lib\STM32\include -IC:\Documents and Settings\MS\Atollic\TrueSTUDIO\STM32_workspace\MyS  peex\STM32F10x_Speex_Lib\libspeex -IC:\Documents and Settings\MS\Atollic\TrueSTUDIO\STM32_workspace\MyS  peex\STM32F10x_Speex_Lib -O0 -ffunction-sections -fdata-sections -g -Wall -oUtilities\STM32_EVAL\STM32_Discovery\STM32vldisco  very.o ..\Utilities\STM32_EVAL\STM32_Discovery\STM32vldis  covery.c
arm-atollic-eabi-gcc -c -mthumb -mcpu=cortex-m3 -DUSE_STM32_DISCOVERY -DSTM32F10X_MD_VL -DUSE_STDPERIPH_DRIVER -I../src -I..\Libraries\STM32F10x_StdPeriph_Driver\inc -I..\Libraries\CMSIS\CM3\CoreSupport -I..\Libraries\CMSIS\CM3\DeviceSupport\ST\STM32F10x -I..\Utilities\STM32_EVAL\STM32_Discovery -IC:\Documents and Settings\MS\Atollic\TrueSTUDIO\STM32_workspace\MyS  peex\STM32F10x_Speex_Lib\include -IC:\Documents and Settings\MS\Atollic\TrueSTUDIO\STM32_workspace\MyS  peex\STM32F10x_Speex_Lib\STM32 -IC:\Documents and Settings\MS\Atollic\TrueSTUDIO\STM32_workspace\MyS  peex\STM32F10x_Speex_Lib\STM32\include -IC:\Documents and Settings\MS\Atollic\TrueSTUDIO\STM32_workspace\MyS  peex\STM32F10x_Speex_Lib\libspeex -IC:\Documents and Settings\MS\Atollic\TrueSTUDIO\STM32_workspace\MyS  peex\STM32F10x_Speex_Lib -O0 -ffunction-sections -fdata-sections -g -Wall -oLibraries\STM32F10x_StdPeriph_Driver\src\stm32f10  x_adc.o ..\Libraries\STM32F10x_StdPeriph_Driver\src\stm32f  10x_adc.c
arm-atollic-eabi-gcc -c -mthumb -mcpu=cortex-m3 -DUSE_STM32_DISCOVERY -DSTM32F10X_MD_VL -DUSE_STDPERIPH_DRIVER -I../src -I..\Libraries\STM32F10x_StdPeriph_Driver\inc -I..\Libraries\CMSIS\CM3\CoreSupport -I..\Libraries\CMSIS\CM3\DeviceSupport\ST\STM32F10x -I..\Utilities\STM32_EVAL\STM32_Discovery -IC:\Documents and Settings\MS\Atollic\TrueSTUDIO\STM32_workspace\MyS  peex\STM32F10x_Speex_Lib\include -IC:\Documents and Settings\MS\Atollic\TrueSTUDIO\STM32_workspace\MyS  peex\STM32F10x_Speex_Lib\STM32 -IC:\Documents and Settings\MS\Atollic\TrueSTUDIO\STM32_workspace\MyS  peex\STM32F10x_Speex_Lib\STM32\include -IC:\Documents and Settings\MS\Atollic\TrueSTUDIO\STM32_workspace\MyS  peex\STM32F10x_Speex_Lib\libspeex -IC:\Documents and Settings\MS\Atollic\TrueSTUDIO\STM32_workspace\MyS  peex\STM32F10x_Speex_Lib -O0 -ffunction-sections -fdata-sections -g -Wall -oLibraries\STM32F10x_StdPeriph_Driver\src\stm32f10  x_tim.o ..\Libraries\STM32F10x_StdPeriph_Driver\src\stm32f  10x_tim.c
arm-atollic-eabi-gcc -c -mthumb -mcpu=cortex-m3 -DUSE_STM32_DISCOVERY -DSTM32F10X_MD_VL -DUSE_STDPERIPH_DRIVER -I../src -I..\Libraries\STM32F10x_StdPeriph_Driver\inc -I..\Libraries\CMSIS\CM3\CoreSupport -I..\Libraries\CMSIS\CM3\DeviceSupport\ST\STM32F10x -I..\Utilities\STM32_EVAL\STM32_Discovery -IC:\Documents and Settings\MS\Atollic\TrueSTUDIO\STM32_workspace\MyS  peex\STM32F10x_Speex_Lib\include -IC:\Documents and Settings\MS\Atollic\TrueSTUDIO\STM32_workspace\MyS  peex\STM32F10x_Speex_Lib\STM32 -IC:\Documents and Settings\MS\Atollic\TrueSTUDIO\STM32_workspace\MyS  peex\STM32F10x_Speex_Lib\STM32\include -IC:\Documents and Settings\MS\Atollic\TrueSTUDIO\STM32_workspace\MyS  peex\STM32F10x_Speex_Lib\libspeex -IC:\Documents and Settings\MS\Atollic\TrueSTUDIO\STM32_workspace\MyS  peex\STM32F10x_Speex_Lib -O0 -ffunction-sections -fdata-sections -g -Wall -oLibraries\STM32F10x_StdPeriph_Driver\src\stm32f10  x_exti.o ..\Libraries\STM32F10x_StdPeriph_Driver\src\stm32f  10x_exti.c
arm-atollic-eabi-gcc src\system_stm32f10x.o src\stm32f10x_it.o src\main.o Utilities\STM32_EVAL\STM32_Discovery\STM32vldiscov  ery.o Libraries\STM32F10x_StdPeriph_Driver\src\stm32f10x  _wwdg.o Libraries\STM32F10x_StdPeriph_Driver\src\stm32f10x  _usart.o Libraries\STM32F10x_StdPeriph_Driver\src\stm32f10x  _tim.o Libraries\STM32F10x_StdPeriph_Driver\src\stm32f10x  _spi.o Libraries\STM32F10x_StdPeriph_Driver\src\stm32f10x  _sdio.o Libraries\STM32F10x_StdPeriph_Driver\src\stm32f10x  _rtc.o Libraries\STM32F10x_StdPeriph_Driver\src\stm32f10x  _rcc.o Libraries\STM32F10x_StdPeriph_Driver\src\stm32f10x  _pwr.o Libraries\STM32F10x_StdPeriph_Driver\src\stm32f10x  _iwdg.o Libraries\STM32F10x_StdPeriph_Driver\src\stm32f10x  _i2c.o Libraries\STM32F10x_StdPeriph_Driver\src\stm32f10x  _gpio.o Libraries\STM32F10x_StdPeriph_Driver\src\stm32f10x  _fsmc.o Libraries\STM32F10x_StdPeriph_Driver\src\stm32f10x  _flash.o Libraries\STM32F10x_StdPeriph_Driver\src\stm32f10x  _exti.o Libraries\STM32F10x_StdPeriph_Driver\src\stm32f10x  _dma.o Libraries\STM32F10x_StdPeriph_Driver\src\stm32f10x  _dbgmcu.o Libraries\STM32F10x_StdPeriph_Driver\src\stm32f10x  _dac.o Libraries\STM32F10x_StdPeriph_Driver\src\stm32f10x  _crc.o Libraries\STM32F10x_StdPeriph_Driver\src\stm32f10x  _cec.o Libraries\STM32F10x_StdPeriph_Driver\src\stm32f10x  _can.o Libraries\STM32F10x_StdPeriph_Driver\src\stm32f10x  _bkp.o Libraries\STM32F10x_StdPeriph_Driver\src\stm32f10x  _adc.o Libraries\STM32F10x_StdPeriph_Driver\src\misc.o Libraries\CMSIS\CM3\DeviceSupport\ST\STM32F10x\sta  rtup\TrueSTUDIO\startup_stm32f10x_md_vl.o Libraries\CMSIS\CM3\CoreSupport\core_cm3.o -o MySpeex.elf -mthumb -mcpu=cortex-m3 -T..\stm32_flash.ld -static -Wl,-cref,-u,Reset_Handler -Wl,-Map=MySpeex.map -Wl,--gc-sections
src\main.o: In function `Speex_Init':
C:\Documents and Settings\MS\Atollic\TrueSTUDIO\STM32_workspace\MyS  peex\Debug/..\src/main.c:264: undefined reference to `speex_bits_init'
collect2: ld returned 1 exit status
Build error occurred, build is stopped
Time consumed: 22172  ms.
Реклама:
MasterSID вне форума  
Непрочитано 01.05.2011, 13:04  
Ar-Gen-Tum
Почётный гражданин KAZUS.RU
 
Регистрация: 19.10.2010
Сообщений: 1,752
Сказал спасибо: 158
Сказали Спасибо 640 раз(а) в 364 сообщении(ях)
Ar-Gen-Tum на пути к лучшему
По умолчанию Re: Вопрос по Atollic TrueStudio или Eclipse

Попробуйте поюзать CooCox CoIDE .
Для начинающих самое ОНО. И примеры есть. Но, ... ST-Link не поддерживает.
Ar-Gen-Tum вне форума  
Непрочитано 01.05.2011, 13:27  
MasterSID
Частый гость
 
Регистрация: 30.12.2010
Сообщений: 45
Сказал спасибо: 9
Сказали Спасибо 9 раз(а) в 9 сообщении(ях)
MasterSID на пути к лучшему
По умолчанию Re: Вопрос по Atollic TrueStudio или Eclipse

Спасибо, конечно, но мне как-то eclipse ближе. Я просто пока еще не знаю всех тонкостей програмирования в CDT.
MasterSID вне форума  
Непрочитано 01.05.2011, 21:02  
kison
Почётный гражданин KAZUS.RU
 
Регистрация: 13.12.2004
Сообщений: 3,172
Сказал спасибо: 11
Сказали Спасибо 692 раз(а) в 504 сообщении(ях)
kison на пути к лучшему
По умолчанию Re: Вопрос по Atollic TrueStudio или Eclipse

Сообщение от MasterSID Посмотреть сообщение
Спасибо, конечно, но мне как-то eclipse ближе.
CoIDE - это и есть Эклипсе.
kison вне форума  
Непрочитано 02.05.2011, 08:26  
MasterSID
Частый гость
 
Регистрация: 30.12.2010
Сообщений: 45
Сказал спасибо: 9
Сказали Спасибо 9 раз(а) в 9 сообщении(ях)
MasterSID на пути к лучшему
По умолчанию Re: Вопрос по Atollic TrueStudio или Eclipse

Но все же подскажите что нужно сделать чтобы произвольно добавленный c-файл компилировался вместе со всеми файлами?
MasterSID вне форума  
Непрочитано 02.05.2011, 16:08  
kison
Почётный гражданин KAZUS.RU
 
Регистрация: 13.12.2004
Сообщений: 3,172
Сказал спасибо: 11
Сказали Спасибо 692 раз(а) в 504 сообщении(ях)
kison на пути к лучшему
По умолчанию Re: Вопрос по Atollic TrueStudio или Eclipse

Сообщение от MasterSID Посмотреть сообщение
Но все же подскажите что нужно сделать чтобы произвольно добавленный c-файл компилировался вместе со всеми файлами?
Добавить его в мейкфайл. Там может быть два подхода - либо просто перечисление всех файлов для сборки, либо берутся все си файлы в определенном каталоге. Смотрите свой.
kison вне форума  
Непрочитано 02.05.2011, 16:34  
qwerky
Вид на жительство
 
Регистрация: 21.11.2009
Сообщений: 342
Сказал спасибо: 4
Сказали Спасибо 149 раз(а) в 66 сообщении(ях)
qwerky на пути к лучшему
По умолчанию Re: Вопрос по Atollic TrueStudio или Eclipse

Цитата:
Но все же подскажите что нужно сделать чтобы произвольно добавленный c-файл компилировался вместе со всеми файлами?
обычно ничего. Добавленные файлы компилируются автоматически
Цитата:
Фалы h цепляются нормально, а вот на вызов функций из c файлов при сборке идет ругань: ...\src/main.c:264: undefined reference to `speex_bits_init'
очевидно, в main.c не включен speex_bits.h. Возможно нужно добавить путь к инклудам в настройках проекта
qwerky вне форума  
Непрочитано 02.05.2011, 18:53  
kison
Почётный гражданин KAZUS.RU
 
Регистрация: 13.12.2004
Сообщений: 3,172
Сказал спасибо: 11
Сказали Спасибо 692 раз(а) в 504 сообщении(ях)
kison на пути к лучшему
По умолчанию Re: Вопрос по Atollic TrueStudio или Eclipse

Сообщение от qwerky Посмотреть сообщение
очевидно, в main.c не включен speex_bits.h. Возможно нужно добавить путь к инклудам в настройках проекта
Отсутствие прототипа не всегда ошибка. Если конечно там функция не с принудительным инлайном. Если обычная и си файл с ней подключен - ошибки не будет. Максимум варнинг. Но лог сборки то дан, там нет speex_bits.c.
В эклипсе два варианта - когда мейкфайл создается самой эклипсой или сборка через внешний мейкфайл. Во втором случае добавлять файлы в проект бесполезно, их надо в мейкфайл добавлять.
kison вне форума  
 

Закладки
Опции темы

Ваши права в разделе
Вы не можете создавать новые темы
Вы не можете отвечать в темах
Вы не можете прикреплять вложения
Вы не можете редактировать свои сообщения

BB коды Вкл.
Смайлы Вкл.
[IMG] код Вкл.
HTML код Выкл.

Быстрый переход

Похожие темы
Тема Автор Раздел Ответов Последнее сообщение
из DVD в DVD-player реально? Altalimir Микроконтроллеры, АЦП, память и т.д 14 17.09.2007 21:21
[Решено] Сборник перлов любителей кабельщины mikesmith Отвлекитесь, эмбеддеры! 135 14.08.2007 15:49
[Решено] Вопрос о двух сотовых или можно ли так ? AlexSVC Отвлекитесь, эмбеддеры! 7 30.11.2006 16:01
Вечный вопрос на тему пик или авр!!!!!! Dreikons Микроконтроллеры, АЦП, память и т.д 38 12.09.2005 00:37


Часовой пояс GMT +4, время: 19:40.


Powered by vBulletin® Version 3.8.4
Copyright ©2000 - 2024, Jelsoft Enterprises Ltd. Перевод: zCarot