Re: kernel 3.5 and device-tree support... April 17, 2013 01:19AM |
Admin Registered: 13 years ago Posts: 18,896 |
Re: kernel 3.5 and device-tree support... April 17, 2013 02:00AM |
Admin Registered: 13 years ago Posts: 18,896 |
..... gcc -g -Os -fno-common -ffixed-r8 -msoft-float -D__KERNEL__ -DCONFIG_SYS_TEXT_BASE=0x00600000 -I/usr/src/u-boot-2012.04.01/include -fno-builtin -ffreestanding -nostdinc -isystem /usr/lib/gcc/arm-linux-gnueabi/4.6/include -pipe -DCONFIG_ARM -D__ARM__ -marm -mabi=aapcs-linux -mno-thumb-interwork -march=armv5te -Wall -Wstrict-prototypes -fno-stack-protector -Wno-format-nonliteral -Wno-format-security -fstack-usage -o hush.o hush.c -c hush.c: In function ‘get_user_input’: hush.c:1016:16: error: ‘CONFIG_SYS_PROMPT_HUSH_PS2’ undeclared (first use in this function) hush.c:1016:16: note: each undeclared identifier is reported only once for each function it appears in make[1]: *** [hush.o] Error 1 make[1]: Leaving directory `/usr/src/u-boot-2012.04.01/common' make: *** [common/libcommon.o] Error 2
Re: kernel 3.5 and device-tree support... April 18, 2013 12:42AM |
Admin Registered: 13 years ago Posts: 18,896 |
Re: kernel 3.5 and device-tree support... April 18, 2013 11:24AM |
Registered: 12 years ago Posts: 17 |
#define CONFIG_SYS_PROMPT_HISH_PS2 "> "should be
#define CONFIG_SYS_PROMPT_HUSH_PS2 "> "
Re: kernel 3.5 and device-tree support... April 23, 2013 11:12AM |
Admin Registered: 13 years ago Posts: 18,896 |
> #define CONFIG_SYS_PROMPT_HISH_PS2 "> " >> should be
> #define CONFIG_SYS_PROMPT_HUSH_PS2 "> " >>
Re: kernel 3.5 and device-tree support... April 26, 2013 12:06AM |
Admin Registered: 13 years ago Posts: 18,896 |
Re: kernel 3.5 and device-tree support... April 26, 2013 02:30AM |
Admin Registered: 13 years ago Posts: 18,896 |
Re: kernel 3.5 and device-tree support... April 26, 2013 02:50PM |
Admin Registered: 13 years ago Posts: 18,896 |
Re: kernel 3.5 and device-tree support... April 28, 2013 03:48PM |
Admin Registered: 13 years ago Posts: 18,896 |
Re: kernel 3.5 and device-tree support... May 02, 2013 12:11AM |
Admin Registered: 13 years ago Posts: 18,896 |
Re: kernel 3.5 and device-tree support... June 14, 2013 03:58PM |
Registered: 13 years ago Posts: 15 |
Re: kernel 3.5 and device-tree support... June 14, 2013 04:32PM |
Admin Registered: 13 years ago Posts: 18,896 |
Re: kernel 3.5 and device-tree support... June 15, 2013 10:37PM |
Registered: 12 years ago Posts: 6 |