'오늘의 삽질'에 해당되는 글 3건

  1. 2014/04/08 손수 만드는 유비트 컨트롤러(Jubeat Controller) 삽질기
  2. 2012/09/27 anibot - 애니팡 오토 1
  3. 2012/07/18 atheros mips cross compile

보호되어 있는 글입니다.
내용을 보시려면 비밀번호를 입력하세요.

anibot - 애니팡 오토

2012/09/27 22:44

보호되어 있는 글입니다.
내용을 보시려면 비밀번호를 입력하세요.

cpu arch에 맞추어 toolchain 을 받습니다.

http://downloads.openwrt.org/kamikaze/7.09/atheros-2.6/OpenWrt-SDK-atheros-2.6-for-Linux-i686.tar.bz2


http://downloads.openwrt.org/kamikaze/7.09/atheros-2.6/OpenWrt-SDK-atheros-2.6-for-Linux-x86_64.tar.bz2


압축을 풀고 path 를 추가해줍니다.

export PATH=~/OpenWrt-SDK-atheros-2.6-for-Linux-x86_64/staging_dir_mips/bin/:$PATH



#test.c

#include <stdio.h>
int main() {
printf("hello world");
}

mips-linux-uclibc-gcc test.c -s -o test


2012/07/18 01:56 2012/07/18 01:56
Posted by 메케메케