1. 12 2月, 2012 1 次提交
  2. 04 11月, 2011 1 次提交
  3. 04 9月, 2011 1 次提交
    • D
      SMDKV310: Fix host compilation of mkv310_image · 34d34b88
      Dirk Behme 提交于
      Fix compilation of mkv310_image host tool
      
      tools/mkv310_image.c: In function 'main':
      tools/mkv310_image.c:67: error: 'S_IRUSR' undeclared (first use in this function)
      tools/mkv310_image.c:67: error: (Each undeclared identifier is reported only once
      tools/mkv310_image.c:67: error: for each function it appears in.)
      tools/mkv310_image.c:67: error: 'S_IWUSR' undeclared (first use in this function)
      tools/mkv310_image.c:67: error: 'S_IRGRP' undeclared (first use in this function)
      tools/mkv310_image.c:67: error: 'S_IWGRP' undeclared (first use in this function)
      tools/mkv310_image.c:67: error: 'S_IROTH' undeclared (first use in this function)
      tools/mkv310_image.c:67: error: 'S_IWOTH' undeclared (first use in this function)
      
      resulting from a 'make smdkv310_config'.
      Signed-off-by: NDirk Behme <dirk.behme@googlemail.com>
      Signed-off-by: NMinkyu Kang <mk7.kang@samsung.com>
      34d34b88
  4. 26 5月, 2011 1 次提交