Skip to content

Instantly share code, notes, and snippets.

@aep
Created February 10, 2018 15:04
Show Gist options
  • Save aep/6bf65776cac224a86f69cd09cfd20768 to your computer and use it in GitHub Desktop.
Save aep/6bf65776cac224a86f69cd09cfd20768 to your computer and use it in GitHub Desktop.
make[1]: Leaving directory '/home/aep/Downloads/SmartPlug_GPL/boot/u-boot/lib_generic'
make -C `dirname common/libcommon.a`
make[1]: Entering directory '/home/aep/Downloads/SmartPlug_GPL/boot/u-boot/common'
mips-openwrt-linux-gcc -Os -D__KERNEL__ -DTEXT_BASE=0x9f000000 -I/home/aep/Downloads/SmartPlug_GPL/boot/u-boot/include -fno-builtin -ffreestanding -nostdinc -isystem /home/aep/proj/lede/staging_dir/toolchain-mips_24kc_gcc-5.4.0_musl-1.1.16/lib/gcc/mips-openwrt-linux-musl/5.4.0/include -pipe -DCONFIG_MIPS -D__MIPS__ -mabicalls -march=mips32r2 -Wall -Wstrict-prototypes -g -c -o main.o main.c
mips-openwrt-linux-gcc -Os -D__KERNEL__ -DTEXT_BASE=0x9f000000 -I/home/aep/Downloads/SmartPlug_GPL/boot/u-boot/include -fno-builtin -ffreestanding -nostdinc -isystem /home/aep/proj/lede/staging_dir/toolchain-mips_24kc_gcc-5.4.0_musl-1.1.16/lib/gcc/mips-openwrt-linux-musl/5.4.0/include -pipe -DCONFIG_MIPS -D__MIPS__ -mabicalls -march=mips32r2 -Wall -Wstrict-prototypes -g -c -o ACEX1K.o ACEX1K.c
mips-openwrt-linux-gcc -Os -D__KERNEL__ -DTEXT_BASE=0x9f000000 -I/home/aep/Downloads/SmartPlug_GPL/boot/u-boot/include -fno-builtin -ffreestanding -nostdinc -isystem /home/aep/proj/lede/staging_dir/toolchain-mips_24kc_gcc-5.4.0_musl-1.1.16/lib/gcc/mips-openwrt-linux-musl/5.4.0/include -pipe -DCONFIG_MIPS -D__MIPS__ -mabicalls -march=mips32r2 -Wall -Wstrict-prototypes -g -c -o altera.o altera.c
mips-openwrt-linux-gcc -Os -D__KERNEL__ -DTEXT_BASE=0x9f000000 -I/home/aep/Downloads/SmartPlug_GPL/boot/u-boot/include -fno-builtin -ffreestanding -nostdinc -isystem /home/aep/proj/lede/staging_dir/toolchain-mips_24kc_gcc-5.4.0_musl-1.1.16/lib/gcc/mips-openwrt-linux-musl/5.4.0/include -pipe -DCONFIG_MIPS -D__MIPS__ -mabicalls -march=mips32r2 -Wall -Wstrict-prototypes -g -c -o bedbug.o bedbug.c
mips-openwrt-linux-gcc -Os -D__KERNEL__ -DTEXT_BASE=0x9f000000 -I/home/aep/Downloads/SmartPlug_GPL/boot/u-boot/include -fno-builtin -ffreestanding -nostdinc -isystem /home/aep/proj/lede/staging_dir/toolchain-mips_24kc_gcc-5.4.0_musl-1.1.16/lib/gcc/mips-openwrt-linux-musl/5.4.0/include -pipe -DCONFIG_MIPS -D__MIPS__ -mabicalls -march=mips32r2 -Wall -Wstrict-prototypes -g -c -o circbuf.o circbuf.c
mips-openwrt-linux-gcc -Os -D__KERNEL__ -DTEXT_BASE=0x9f000000 -I/home/aep/Downloads/SmartPlug_GPL/boot/u-boot/include -fno-builtin -ffreestanding -nostdinc -isystem /home/aep/proj/lede/staging_dir/toolchain-mips_24kc_gcc-5.4.0_musl-1.1.16/lib/gcc/mips-openwrt-linux-musl/5.4.0/include -pipe -DCONFIG_MIPS -D__MIPS__ -mabicalls -march=mips32r2 -Wall -Wstrict-prototypes -g -c -o cmd_ace.o cmd_ace.c
{standard input}: Assembler messages:
{standard input}:1465: Error: operand 2 must be an immediate expression `lb $2,$4($2)'
{standard input}:1534: Error: operand 2 must be an immediate expression `lb $2,$4($2)'
{standard input}:1596: Error: operand 2 must be an immediate expression `lh $2,$4($2)'
{standard input}:1665: Error: operand 2 must be an immediate expression `lh $2,$4($2)'
{standard input}:1721: Error: operand 2 must be an immediate expression `lw $2,$4($2)'
{standard input}:1778: Error: operand 2 must be an immediate expression `lw $2,$4($2)'
{standard input}:1828: Error: operand 2 must be an immediate expression `sb $4,$5($2)'
{standard input}:1884: Error: operand 2 must be an immediate expression `sb $4,$5($2)'
{standard input}:1933: Error: operand 2 must be an immediate expression `sh $4,$5($2)'
{standard input}:1989: Error: operand 2 must be an immediate expression `sh $4,$5($2)'
{standard input}:2038: Error: operand 2 must be an immediate expression `sw $4,$5($2)'
{standard input}:2094: Error: operand 2 must be an immediate expression `sw $4,$5($2)'
{standard input}:2176: Error: operand 2 must be an immediate expression `lb $1,$4($2)'
{standard input}:2266: Error: operand 2 must be an immediate expression `lh $1,$4($2)'
{standard input}:2356: Error: operand 2 must be an immediate expression `lw $1,$4($2)'
{standard input}:2448: Error: operand 2 must be an immediate expression `sb $1,$4($2)'
{standard input}:2538: Error: operand 2 must be an immediate expression `sh $1,$4($2)'
{standard input}:2628: Error: operand 2 must be an immediate expression `sw $1,$4($2)'
make[1]: *** [/home/aep/Downloads/SmartPlug_GPL/boot/u-boot/config.mk:259: cmd_ace.o] Error 1
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment