Tips for adding support to latest uBoot when I have 1.1.1 level source September 20, 2016 12:01AM |
Registered: 9 years ago Posts: 461 |
Re: Tips for adding support to latest uBoot when I have 1.1.1 level source September 20, 2016 03:18AM |
Admin Registered: 13 years ago Posts: 18,997 |
Re: Tips for adding support to latest uBoot when I have 1.1.1 level source September 20, 2016 05:04PM |
Registered: 9 years ago Posts: 461 |
Re: Tips for adding support to latest uBoot when I have 1.1.1 level source September 20, 2016 05:59PM |
Admin Registered: 13 years ago Posts: 18,997 |
Re: Tips for adding support to latest uBoot when I have 1.1.1 level source September 20, 2016 06:39PM |
Admin Registered: 13 years ago Posts: 18,997 |
Re: Tips for adding support to latest uBoot when I have 1.1.1 level source September 20, 2016 09:55PM |
Registered: 9 years ago Posts: 461 |
Re: Tips for adding support to latest uBoot when I have 1.1.1 level source September 20, 2016 10:01PM |
Admin Registered: 13 years ago Posts: 18,997 |
Re: Tips for adding support to latest uBoot when I have 1.1.1 level source September 22, 2016 03:09PM |
Admin Registered: 13 years ago Posts: 18,997 |
Quote
28-Feb-2006
Release notes for 88F5181 U-Boot, release: 1.10.8
============================================================================
Table of Contents
-----------------
1. Contents of Release
2. Supported boards
3. How to build U-Boot
4. Changes from Previous Releases
5. Known Issues
6. Disclaimer
Re: Tips for adding support to latest uBoot when I have 1.1.1 level source September 22, 2016 10:08PM |
Registered: 9 years ago Posts: 461 |
In file included from /media/Development/Arm/Devices/KuroBox_Pro/u-boot/board/mv88fxx81/osServices/uboot/mvOsUboot.h:79:0, from /media/Development/Arm/Devices/KuroBox_Pro/u-boot/board/mv88fxx81/osServices/mvOs.h:106, from /media/Development/Arm/Devices/KuroBox_Pro/u-boot/board/mv88fxx81/Board/Nflash/mvNflashHwIf.c:64: /media/Development/Arm/Devices/KuroBox_Pro/u-boot/board/mv88fxx81/Board/Nflash/mvNflashHwIf.c: In function ‘mvNflash16bitDataSet’: /media/Development/Arm/Devices/KuroBox_Pro/u-boot/board/mv88fxx81/Board/Nflash/mvNflashHwIf.c:228:52: error: lvalue required as increment operand MV_MEMIO16_WRITE(DATA_CMD, *((MV_U16*)pSrc)++); ^ /media/Development/Arm/Devices/KuroBox_Pro/u-boot/board/mv88fxx81/osServices/uboot/ArchARM/mvUbootArm.h:52:64: note: in definition of macro ‘MV_MEMIO16_WRITE’ ((*((volatile unsigned short*)(addr))) = ((unsigned short)(data))) ^ /media/Development/Arm/Devices/KuroBox_Pro/u-boot/board/mv88fxx81/Board/Nflash/mvNflashHwIf.c: In function ‘mvNflash16bitDataGet’: /media/Development/Arm/Devices/KuroBox_Pro/u-boot/board/mv88fxx81/Board/Nflash/mvNflashHwIf.c:294:25: error: lvalue required as increment operand *((MV_U16*)pDst)++ = MV_MEMIO16_READ(DATA_CMD); ^ /media/Development/Arm/Devices/KuroBox_Pro/u-boot/config.mk:175: recipe for target '/media/Development/Arm/Devices/KuroBox_Pro/u-boot/board/mv88fxx81/Board/Nflash/mvNflashHwIf.o' failed make[1]: *** [/media/Development/Arm/Devices/KuroBox_Pro/u-boot/board/mv88fxx81/Board/Nflash/mvNflashHwIf.o] Error 1 make[1]: Leaving directory '/media/Development/Arm/Devices/KuroBox_Pro/u-boot/board/mv88fxx81/db88f5181' Makefile:171: recipe for target 'board/mv88fxx81/db88f5181/libdb88f5181.a' failed make: *** [board/mv88fxx81/db88f5181/libdb88f5181.a] Error 2
Re: Tips for adding support to latest uBoot when I have 1.1.1 level source September 29, 2016 06:28AM |
Registered: 9 years ago Posts: 298 |
Sivorius
Re: Tips for adding support to latest uBoot when I have 1.1.1 level source October 04, 2016 08:50AM |
make[1]: Entering directory '/srv/gpl_src/package/u-boot/u-boot-1.1.1/examples' arm-linux-gnueabi-gcc: error: unrecognized command line option ‘-mshort-load-bytes’ arm-linux-gnueabi-gcc: error: unrecognized command line option ‘-mapcs-32’ arm-linux-gnueabi-gcc: error: unrecognized command line option ‘-mshort-load-bytes’ arm-linux-gnueabi-gcc: error: unrecognized command line option ‘-mapcs-32’
arm-linux-gnueabi-gcc -g -Os -fno-strict-aliasing -fno-common -ffixed-r8 -mshort-load-bytes -msoft-float -D__KERNEL__ -DTEXT_BASE=0x00f10000 -I/srv/gpl_src/package/u-boot/u-boot-1.1.1/include -fno-builtin -ffreestanding -nostdinc -isystem /usr/lib/gcc/arm-linux-gnueabi/4.9/include -pipe -DCONFIG_ARM -D__ARM__ -mapcs-32 -march=armv5 -g -Os -fno-strict-aliasing -fno-common -ffixed-r8 -mshort-load-bytes -msoft-float -D__KERNEL__ -DTEXT_BASE=0x00f10000 -I/srv/gpl_src/package/u-boot/u-boot-1.1.1/include -fno-builtin -ffreestanding -nostdinc -isystem /usr/lib/gcc/arm-linux-gnueabi/4.9/include -pipe -DCONFIG_ARM -D__ARM__ -mapcs-32 -march=armv5 -Wall -Wstrict-prototypes -c -o stubs.o stubs.c arm-linux-gnueabi-gcc: error: unrecognized command line option ‘-mshort-load-bytes’ arm-linux-gnueabi-gcc: error: unrecognized command line option ‘-mapcs-32’ arm-linux-gnueabi-gcc: error: unrecognized command line option ‘-mshort-load-bytes’ arm-linux-gnueabi-gcc: error: unrecognized command line option ‘-mapcs-32’ /srv/gpl_src/package/u-boot/u-boot-1.1.1/config.mk:175: recipe for target 'stubs.o' failed make[1]: *** [stubs.o] Error 1 make[1]: Leaving directory '/srv/gpl_src/package/u-boot/u-boot-1.1.1/examples' Makefile:162: recipe for target 'examples' failed make: *** [examples] Error 2