Open krispstack opened 3 years ago
Hi
I am trying to build uboot, looks like there is issue in httpd
/opt/buildroot-gcc342/bin/mipsel-linux-gcc -gdwarf-2 -DDEBUG -Os -D__KERNEL__ -DTEXT_BASE=0xBC000000 -I/home/karthi/omega/omega2-bootloader/include -fno-builtin -ffreestanding -nostdinc -isystem /opt/buildroot-gcc342/bin/../lib/gcc/mipsel-linux-uclibc/3.4.2/include -pipe -DCONFIG_MIPS -D__MIPS__ -mabicalls -DONION_WEB_FLASH -DONION_USB_FLASH -DRALINK_MDIO_ACCESS_FUN -DRALINK_DDR_POWERSAVE -march=4kc -mtune=4kc -DRALINK_SPI_UPGRADE_CHECK -DRALINK_RW_RF_REG_FUN -DRALINK_CMDLINE -DRALINK_EPHY_INIT -DCONFIG_LZMA -DRALINK_USB -DRALINK_OHCI -DP5_MAC_TO_NONE_MODE -DP4_MAC_TO_NONE_MODE -DASIC_BOARD -DMT7628_ASIC_BOARD -DMT7628_MP -DUBOOT_ROM -DON_BOARD_DDR2 -DON_BOARD_DDR_WIDTH_16 -DON_BOARD_16BIT_DRAM_BUS -DON_BOARD_1024M_DRAM_COMPONENT -DCFG_ENV_IS_IN_SPI -Wall -Wstrict-prototypes -c -o fs.o fs.c In file included from fs.c:54: fsdata.c:693: error: parse error before ',' token /home/karthi/omega/omega2-bootloader/config.mk:830: recipe for target 'fs.o' failed make[1]: *** [fs.o] Error 1 make[1]: Leaving directory '/home/karthi/omega/omega2-bootloader/httpd' Makefile:368: recipe for target 'httpd/libhttpd.a' failed make: *** [httpd/libhttpd.a] Error 2
@karthirockz what were the commands you used to setup and then build the bootloader?
Hi
I am trying to build uboot, looks like there is issue in httpd
/opt/buildroot-gcc342/bin/mipsel-linux-gcc -gdwarf-2 -DDEBUG -Os -D__KERNEL__ -DTEXT_BASE=0xBC000000 -I/home/karthi/omega/omega2-bootloader/include -fno-builtin -ffreestanding -nostdinc -isystem /opt/buildroot-gcc342/bin/../lib/gcc/mipsel-linux-uclibc/3.4.2/include -pipe -DCONFIG_MIPS -D__MIPS__ -mabicalls -DONION_WEB_FLASH -DONION_USB_FLASH -DRALINK_MDIO_ACCESS_FUN -DRALINK_DDR_POWERSAVE -march=4kc -mtune=4kc -DRALINK_SPI_UPGRADE_CHECK -DRALINK_RW_RF_REG_FUN -DRALINK_CMDLINE -DRALINK_EPHY_INIT -DCONFIG_LZMA -DRALINK_USB -DRALINK_OHCI -DP5_MAC_TO_NONE_MODE -DP4_MAC_TO_NONE_MODE -DASIC_BOARD -DMT7628_ASIC_BOARD -DMT7628_MP -DUBOOT_ROM -DON_BOARD_DDR2 -DON_BOARD_DDR_WIDTH_16 -DON_BOARD_16BIT_DRAM_BUS -DON_BOARD_1024M_DRAM_COMPONENT -DCFG_ENV_IS_IN_SPI -Wall -Wstrict-prototypes -c -o fs.o fs.c In file included from fs.c:54: fsdata.c:693: error: parse error before ',' token /home/karthi/omega/omega2-bootloader/config.mk:830: recipe for target 'fs.o' failed make[1]: *** [fs.o] Error 1 make[1]: Leaving directory '/home/karthi/omega/omega2-bootloader/httpd' Makefile:368: recipe for target 'httpd/libhttpd.a' failed make: *** [httpd/libhttpd.a] Error 2