roboforum.ruТехнический форум по робототехнике. |
|
|
vovan@vovan-laptop:~/src/orfa$ make clean
rm -rf ./drivers/adc/adc_driver.o ./drivers/spi/spi_driver.o ./drivers/motor/motor_driver.o ./drivers/ports/ports_driver.o ./drivers/servo_gpio/servo_driver.o ./main.o
rm -f doxygen.log tags
vovan@vovan-laptop:~/src/orfa$ make
avr-gcc -DOR_AVR_M32_D -DHAVE_MOTOR -DHAVE_SPI -DHAVE_PORTS -DHAVE_SERVO -DHAVE_ADC -DBAUD=B115200 -DNDEBUG -std=gnu99 -I. -Idrivers/motor -Idrivers/spi -Idrivers/ports -Idrivers/servo_gpio -Idrivers/adc -Wall -Os -Wstrict-prototypes -Werror -mmcu=atmega32 -DF_CPU=7372800UL -DAVR_IO -g -funsigned-char -funsigned-bitfields -ffunction-sections -fdata-sections -fmerge-all-constants -fstrict-aliasing -fpack-struct -fshort-enums -ffreestanding -c -o main.o main.c
avr-gcc -DOR_AVR_M32_D -DHAVE_MOTOR -DHAVE_SPI -DHAVE_PORTS -DHAVE_SERVO -DHAVE_ADC -DBAUD=B115200 -DNDEBUG -std=gnu99 -I. -Idrivers/motor -Idrivers/spi -Idrivers/ports -Idrivers/servo_gpio -Idrivers/adc -Wall -Os -Wstrict-prototypes -Werror -mmcu=atmega32 -DF_CPU=7372800UL -DAVR_IO -g -funsigned-char -funsigned-bitfields -ffunction-sections -fdata-sections -fmerge-all-constants -fstrict-aliasing -fpack-struct -fshort-enums -ffreestanding -c -o drivers/motor/motor_driver.o drivers/motor/motor_driver.c
avr-gcc -DOR_AVR_M32_D -DHAVE_MOTOR -DHAVE_SPI -DHAVE_PORTS -DHAVE_SERVO -DHAVE_ADC -DBAUD=B115200 -DNDEBUG -std=gnu99 -I. -Idrivers/motor -Idrivers/spi -Idrivers/ports -Idrivers/servo_gpio -Idrivers/adc -Wall -Os -Wstrict-prototypes -Werror -mmcu=atmega32 -DF_CPU=7372800UL -DAVR_IO -g -funsigned-char -funsigned-bitfields -ffunction-sections -fdata-sections -fmerge-all-constants -fstrict-aliasing -fpack-struct -fshort-enums -ffreestanding -c -o drivers/spi/spi_driver.o drivers/spi/spi_driver.c
avr-gcc -DOR_AVR_M32_D -DHAVE_MOTOR -DHAVE_SPI -DHAVE_PORTS -DHAVE_SERVO -DHAVE_ADC -DBAUD=B115200 -DNDEBUG -std=gnu99 -I. -Idrivers/motor -Idrivers/spi -Idrivers/ports -Idrivers/servo_gpio -Idrivers/adc -Wall -Os -Wstrict-prototypes -Werror -mmcu=atmega32 -DF_CPU=7372800UL -DAVR_IO -g -funsigned-char -funsigned-bitfields -ffunction-sections -fdata-sections -fmerge-all-constants -fstrict-aliasing -fpack-struct -fshort-enums -ffreestanding -c -o drivers/ports/ports_driver.o drivers/ports/ports_driver.c
avr-gcc -DOR_AVR_M32_D -DHAVE_MOTOR -DHAVE_SPI -DHAVE_PORTS -DHAVE_SERVO -DHAVE_ADC -DBAUD=B115200 -DNDEBUG -std=gnu99 -I. -Idrivers/motor -Idrivers/spi -Idrivers/ports -Idrivers/servo_gpio -Idrivers/adc -Wall -Os -Wstrict-prototypes -Werror -mmcu=atmega32 -DF_CPU=7372800UL -DAVR_IO -g -funsigned-char -funsigned-bitfields -ffunction-sections -fdata-sections -fmerge-all-constants -fstrict-aliasing -fpack-struct -fshort-enums -ffreestanding -c -o drivers/servo_gpio/servo_driver.o drivers/servo_gpio/servo_driver.c
avr-gcc -DOR_AVR_M32_D -DHAVE_MOTOR -DHAVE_SPI -DHAVE_PORTS -DHAVE_SERVO -DHAVE_ADC -DBAUD=B115200 -DNDEBUG -std=gnu99 -I. -Idrivers/motor -Idrivers/spi -Idrivers/ports -Idrivers/servo_gpio -Idrivers/adc -Wall -Os -Wstrict-prototypes -Werror -mmcu=atmega32 -DF_CPU=7372800UL -DAVR_IO -g -funsigned-char -funsigned-bitfields -ffunction-sections -fdata-sections -fmerge-all-constants -fstrict-aliasing -fpack-struct -fshort-enums -ffreestanding -c -o drivers/adc/adc_driver.o drivers/adc/adc_driver.c
touch local_config.mk
touch local_config.mk
touch local_config.mk
touch local_config.mk
touch local_config.mk
touch local_config.mk
touch local_config.mk
touch local_config.mk
touch local_config.mk
avr-gcc -std=gnu99 -I. -Idrivers/motor -Idrivers/spi -Idrivers/ports -Idrivers/servo_gpio -Idrivers/adc -Wall -Os -Wstrict-prototypes -Werror -mmcu=atmega32 -DF_CPU=7372800UL -DAVR_IO -g -funsigned-char -funsigned-bitfields -ffunction-sections -fdata-sections -fmerge-all-constants -fstrict-aliasing -fpack-struct -fshort-enums -ffreestanding -o orfa.elf main.o drivers/motor/motor_driver.o drivers/spi/spi_driver.o drivers/ports/ports_driver.o drivers/servo_gpio/servo_driver.o drivers/adc/adc_driver.o core/libcore.a serialgate/libserialgate.a
avr-gcc: core/libcore.a: Нет такого файла или каталога
avr-gcc: serialgate/libserialgate.a: Нет такого файла или каталога
make: *** [orfa.elf] Ошибка 1
zsh: exit 2 make
vovan@vovan-laptop:~/src/orfa$ hg pull -u
pulling from http://hg.vehq.ru/orfa
searching for changes
no changes found
vovan@vovan-laptop:~/src/orfa$
/*
* ADC configuration register
*
* Bits 0..2
* 00 - External reference
* 01 - AVCC reference
* 10, 11 - Internal reference
*
* Bit 3
* 0 - 8-bit
* 1 - 11-bit
*/
Сейчас этот форум просматривают: нет зарегистрированных пользователей и гости: 2