avr-gcc-list
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[avr-gcc-list] linker problem?


From: K.Omoto
Subject: [avr-gcc-list] linker problem?
Date: Fri, 17 Mar 2006 06:36:44 +0900
User-agent: Mozilla Thunderbird 1.0.7-1.1.fc4 (X11/20050929)

Hello,

I'm trying to use mega64 and made a simple program like,

int main(void)
{
  DDRD=0xff;
  PORTD='a';
  call_something(); <--(1)
  PORTD='b';        <--(2)
  :
}

This results that after (1) executed,
it doesn't come back, that is, (2) is not executed.

the environment is..
 gcc 3.4.6
 avr-libc 1.4.3
 Fedora Core 4 linux

I have tryed several pathes to binutils and gcc-avr
but no help.

Thanks,
Kaz.




reply via email to

[Prev in Thread] Current Thread [Next in Thread]