EmbDev.net

Forum: µC & Digital Electronics AVR - KontrollerLab and myAVR


von Kai Ulrich (Guest)


Rate this post
useful
not useful
Hi,

I try tu run my assampler development with a myAVR Board MK2 USB and 
KontrollerLab on Linux ubuntu 10.10.

I can compile and burn my program successfully by following command line 
commands:
1
avr-gcc -c -x assembler-with-cpp -mmcu=atmega8 test.s -o test.o
2
avr-ld test.o -o test.elf
3
avr-objcopy -O ihex test.elf test.hex
4
avrdude -p m8 -c avr911 -P /dev/ttyUSB0 -U flash:w:test.hex:i

I did not manage to configure KontrollerLab right now.
Does anyone have an idea how I have to configure KontrollerLab right?

Greetings
Kai

: Locked by Moderator
von hacker-tobi (Guest)


Rate this post
useful
not useful
Hi,

you've to create a makefile and use this makefile instead of 
Kontrollerlabs internal build system.

reguards,

tobias

von Kai U. (kulrich)


Rate this post
useful
not useful
Hi, thanx for your answer,

I can't find this feature (Project -> Configure project -> Common, and 
uncheck the "built-in build system" box. ) Kontrollerlab 0.7.1.
It in version 0.8.0-alpha1?

kai

von sivasankar s. (Company: KP Technologies) (sivasankar)


Rate this post
useful
not useful
Good evening every body,

I am working in small and good embedded company for last 6 month,but i 
am a computer science student ,i don't know about electronics and c 
embedded coding,but i have basic knowledge c and java,so i want to 
improve my self,so Please tell JAVA COURSE which is help full for my 
future.
Friends please support me...

von Yalu X. (yalu) (Moderator)


Rate this post
useful
not useful
@sivasankar sekar:

Your post doesn't fit into this thread and this sub-forum at all. Please
post yor question again in another sub-forum (maybe Off Topic) or, even
better, in a Java developer's forum.

This topic is locked and can not be replied to.