Advertisement
Guest User

Untitled

a guest
Jul 27th, 2017
76
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.11 KB | None | 0 0
  1. kapcom01@Manolis-PC:~/POBICOS/trunk/app0/SmokeSensor$ make
  2. avr-gcc -Wall -Os -mno-interrupts -mno-tablejump -mmcu=atmega16 -I../../common/agents -I../../common -I. -MM SmokeSensor.c | sed 's,\(SmokeSensor\)\.o[ :]*,\1.o SmokeSensor.d : ,g' >SmokeSensor.d
  3. avr-gcc -Wall -Os -mno-interrupts -mno-tablejump -mmcu=atmega16 -I../../common/agents -I../../common -I. -Wa,-adhls=SmokeSensor.lst -o SmokeSensor.o -c SmokeSensor.c
  4. ../../tools/application/agent/agent_genmap.sh -p ../../common/agents/primitives.map -o gpi.map SmokeSensor.o
  5. avr-gcc -nostartfiles -Wl,-R,gpi.map -Wl,-T,../../common/agents/avr.ldscript -Wl,-Map,SmokeSensor.map -o SmokeSensor.elf gpi.map SmokeSensor.o
  6. avr-objcopy -j .text -j .data -I elf32-avr -O ihex SmokeSensor.elf SmokeSensor.hex
  7. ../../tools/application/agent/agent_linker.exe -p ../../common/agents/primitives.map -e ../../common/agents/events.map \
  8. -t 0x00000005 -o SmokeSensor.uA SmokeSensor.elf
  9. ../../tools/application/agent/agent_linker.exe: bss start/end markers not found
  10. ../../tools/application/agent/agent_linker.exe: can't use agent in this format!
  11. make: *** [SmokeSensor.uA] Error 1
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement