hello all I have been haveing issues installing sdcc for programing my pic microcontrollers in linux.
so what I have been doing so far is:
yum install sdcc.i686
then it outputs:
[root@dman1x dillon]# yum install sdcc.i686
Loaded plugins: auto-update-debuginfo, langpacks, presto, refresh-packagekit
Resolving Dependencies
--> Running transaction check
---> Package sdcc.i686 0:3.0.0-2.fc17 will be installed
--> Finished Dependency Resolution
Dependencies Resolved
================================================== ==============================
Package Arch Version Repository Size
================================================== ==============================
Installing:
sdcc i686 3.0.0-2.fc17 fedora 3.4 M
Transaction Summary
================================================== ==============================
Install 1 Package
Total download size: 3.4 M
Installed size: 49 M
Is this ok [y/N]: y
Downloading Packages:
sdcc-3.0.0-2.fc17.i686.rpm | 3.4 MB 00:29
Running Transaction Check
Running Transaction Test
Transaction Test Succeeded
Running Transaction
Installing : sdcc-3.0.0-2.fc17.i686 1/1
Verifying : sdcc-3.0.0-2.fc17.i686 1/1
Installed:
sdcc.i686 0:3.0.0-2.fc17
Complete!
[root@dman1x dillon]# sdcc
bash: sdcc: command not found...
[root@dman1x dillon]#
then as you can see I try to invoke the compiler and it states command not found.
I have no idea what is causeing the issue; any ideas?