The latest release, ver 1.16 of the ARM (7TDMI, 720T, 920T) port for uC/OS-II V2.61 (and higher) includes ports for the following platforms:
1. S3c2410x ( ARM920T from Samsung ) on SMDK2410 eval board.
2. LPC2xxx - LPC210x & LPC213x ( ARM7TDMI-S from Philips ) on IAR s Kickstart & OLIMEX boards.
3. EP7312 ( ARM720T from CIRRUS ) on CDK238 eval board. Should also work on boards based on the CS89712.
Tool-chains: Gcc 3.3.2, ADS 1.2 & SDT 2.51.
Op-modes: Pure ARM & ARM-THUMB interworked.
Endianess: Big endian & Little endian modes
GNU Make 使用手冊(中譯版)目前,在網上雖然有一些著作,但都不能全面的解釋Linux源代碼中各級的Makefile文件,因此本人認真閱讀了GNU Make 使用手冊(3.79)版原文,在此基礎上翻譯了該手冊,以滿足對Linux源代碼有興趣或者希望采用Gcc編寫程序但對缺乏GNU Make全面了解之人士的需要。
This the implementation of structural SVM for training complex alignment models for protein sequence alignment, especially for homology modeling. The structural SVM algorithm can incorporate many relevant features like secondary structure, relative exposed surface area, profiles and their various interaction into the alignment model. It was developed under Linux and compiles under Gcc, built upon the svm^light software by Thorsten Joachims.