Hi all,,
i'am installing SDCC from
http://sdcc.sourceforge.net/
i'am installing SDCC using Yum, which means get the result of the execution file is like this if i list the file installed
[pasaut@pasaut sdcc]$ pwd
/usr/libexec/sdcc
[pasaut@pasaut sdcc]$ ls -l
total 4400
-rwxr-xr-x. 1 root root 6531 Apr 13 2011 as2gbmap
-rwxr-xr-x. 1 root root 23696 Apr 13 2011 asranlib
-rwxr-xr-x. 1 root root 13384 Apr 13 2011 makebin
-rwxr-xr-x. 1 root root 12592 Apr 13 2011 packihx
-rwxr-xr-x. 1 root root 393184 Apr 13 2011 s51
-rwxr-xr-x. 1 root root 300896 Apr 13 2011 savr
-rwxr-xr-x. 1 root root 60608 Apr 13 2011 sdas6808
-rwxr-xr-x. 1 root root 63136 Apr 13 2011 sdas8051
-rwxr-xr-x. 1 root root 58944 Apr 13 2011 sdasgb
-rwxr-xr-x. 1 root root 62528 Apr 13 2011 sdasz80
-rwxr-xr-x. 1 root root 2050928 Apr 13 2011 sdcc
-rwxr-xr-x. 1 root root 18536 Apr 13 2011 sdcclib
-rwxr-xr-x. 1 root root 119224 Apr 13 2011 sdcdb
-rwxr-xr-x. 1 root root 195480 Apr 13 2011 sdcpp
-rwxr-xr-x. 1 root root 98648 Apr 13 2011 sdld
-rwxr-xr-x. 1 root root 98656 Apr 13 2011 sdld6808
-rwxr-xr-x. 1 root root 98656 Apr 13 2011 sdldgb
-rwxr-xr-x. 1 root root 98656 Apr 13 2011 sdldz80
-rwxr-xr-x. 1 root root 292936 Apr 13 2011 shc08
-rwxr-xr-x. 1 root root 389456 Apr 13 2011 sz80
[pasaut@pasaut sdcc]$
and the include file is
[pasaut@pasaut sdcc]$ ls
include lib non-free
My Question is how i can integrating sdcc with gcc using Netbeans IDE or QT Creator.
Thanks for helping me