kl_cht wrote: > i want ....how to install the cdk4avr packages in linux > > i download all packages cdk-avr-base ,binutils,gcc,gdb....etc > > but how these rpms installed in linux
Are you running a distro that uses RPMs? If so, this should work if you run it as root: rpm -Uvh name_of_package.rpm You also may want to look at this list's FAQ. It contains a lot of helpful information: http://home.nyc.rr.com/computertaijutsu/linfaq.html > and how to start coding in assembly This list is not the place to learn how to program, especially in assembly. I'd suggest looking for a more appropriate list or searching the web for some guides. Chad Martin To unsubscribe from this list, please email [EMAIL PROTECTED] & you will be removed. Yahoo! Groups Links <*> To visit your group on the web, go to: http://groups.yahoo.com/group/LINUX_Newbies/ <*> To unsubscribe from this group, send an email to: [EMAIL PROTECTED] <*> Your use of Yahoo! Groups is subject to: http://docs.yahoo.com/info/terms/
