Advertisement
rz2k

Untitled

Nov 9th, 2012
111
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.30 KB | None | 0 0
  1. arm-linux-gnueabihf-gcc -g -Os -fno-common -ffixed-r8 -msoft-float -D__KERNEL__ -DCONFIG_SYS_TEXT_BASE=0x4A000000 -DCONFIG_SPL_TEXT_BASE=0x20 -DCONFIG_SPL_PAD_TO=24576 -I/home/rz2k/allwinner/uboot-allwinner/include -fno-builtin -ffreestanding -nostdinc -isystem /usr/lib/gcc/arm-linux-gnueabihf/4.7/include -pipe -DCONFIG_ARM -D__ARM__ -marm -mno-thumb-interwork -mabi=aapcs-linux -march=armv7-a -Wall -Wstrict-prototypes -fno-stack-protector -Wno-format-nonliteral -Wno-format-security -fstack-usage -o sunxi_mmc.o sunxi_mmc.c -c
  2. sunxi_mmc.c: In function ‘mmc_resource_init’:
  3. sunxi_mmc.c:137:23: error: ‘SUNXI_CCM_MMC0_SCLK_CFG’ undeclared (first use in this function)
  4. sunxi_mmc.c:137:23: note: each undeclared identifier is reported only once for each function it appears in
  5. sunxi_mmc.c:141:23: error: ‘SUNXI_CCM_MMC1_SCLK_CFG’ undeclared (first use in this function)
  6. sunxi_mmc.c:145:23: error: ‘SUNXI_CCM_MMC2_SCLK_CFG’ undeclared (first use in this function)
  7. sunxi_mmc.c:149:23: error: ‘SUNXI_CCM_MMC3_SCLK_CFG’ undeclared (first use in this function)
  8. sunxi_mmc.c:155:22: error: ‘SUNXI_CCM_AHB_GATING0’ undeclared (first use in this function)
  9. sunxi_mmc.c: In function ‘mmc_clk_io_on’:
  10. sunxi_mmc.c:234:9: error: ‘SUNXI_CCM_PLL5_CFG’ undeclared (first use in this function)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement