I am using the AMD Elan SC520 microcontroller. Trying to create a bootloader using u-boot. However i although i am able to configure the file using
<br>
<br>make sc520_spunk_config
<br>
<br>I am not fully able to make all and i always get the error
<br>
<br># make distclean
<br> .........
<br># make sc520_spunk_config
<br> .........
<br>#make all
<br> .........
<br>
<br>
<br>error msg:
<br>-------------
<br>a - vsprintf.o
<br>a - zlib.o
<br>make[1]: Leaving directory `/home/karthik/i386-uboot/src/u-boot-1.1.2/lib_generic'
<br>make -C `dirname board/sc520_spunk/libsc520_spunk.a`
<br>make[1]: Entering directory `/home/karthik/i386-uboot/src/u-boot-1.1.2/board/sc520_spunk'
<br>gcc -M -g -Os -D__KERNEL__ -DTEXT_BASE=0x387c0000 -I/home/karthik/i386-uboot/src/u-boot-1.1.2/include -fno-builtin -ffreestanding -nostdinc -isystem /usr/lib/gcc-lib/i386-redhat-linux/3.2.3/include -pipe -DCONFIG_I386 -D__I386__ -march=i386 -Werror sc520_spunk_asm.S sc520_spunk_asm16.S sc520_spunk.c flash.c > .depend
<br>sc520_spunk.c:27:17: ssi.h: No such file or directory
<br>make[1]: *** [.depend] Error 1
<br>make[1]: Leaving directory `/home/karthik/i386-uboot/src/u-boot-1.1.2/board/sc520_spunk'
<br>make: *** [board/sc520_spunk/libsc520_spunk.a] Error 2
<br>
<br>I have tried to apply the patch that u have already provided in this forum, but that still does not solve the problem. Has there been any fix available for this yet. I presume it is a problem that all AMD users have when using U-boot.
<br>
<br>Hope to hear a reply soon.
<br>
<br>Thank you
<br>
<br>Sunjo
<br><hr align="left" width="300">
View this message in context: <a href="http://www.nabble.com/ssi.h-missing-for-sc520_spunk-t897496.html#a2326260">ssi.h missing for sc520_spunk</a><br>
Sent from the <a href="http://www.nabble.com/Uboot---Users-f553.html">Uboot - Users</a> forum at Nabble.com.