Vivi has been successfully transplanted-general Linux technology-Linux programming and kernel information. The following is a detailed description. Today, we transplanted vivi to the development edition. vivi version is 1. 4. now let's talk about the specific modification process. download the vivi source code and decompress it. then modify the makefile, specifically:
To "LINUX-INCLUDE-DIR =/usr/local/arm/2.95.3/include", is your own compiler path.
Change to "CROSS-COMPILE =/usr/local/arm/2.95.3/bin/arm-linux -"
Change to "ARM_GCC_LIBS =/usr/local/arm/2.95.3/lib/gcc-lib/arm-linux/2.95.3"
Here I have encountered a problem. I will report many errors when compiling vivi with the 3.3.2 and 3.4.1 compilers, such as what: invalid option "no-fpu", but it will be okay if we use 2.95.3, A green light. I don't know if I have this problem or everyone else. In short, no one has mentioned it on the Internet. This is just a small problem. I will do my best for two days and waste a lot of energy.
Then modify arch/s3c2410/smdk2410.c
Change