GithubHelp home page GithubHelp logo

jelowang / i51 Goto Github PK

View Code? Open in Web Editor NEW
8.0 8.0 7.0 98.09 MB

i51 : Applications Dynamic Loading & Programming Framework (for Arm&Mips) 15KB ROM Only

Home Page: http://www.tok.cc

C 94.86% C++ 3.94% Makefile 0.01% Shell 0.05% Objective-C 0.19% HTML 0.94% CMake 0.01% CSS 0.01% Ruby 0.01%

i51's People

Contributors

jelowang avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar

i51's Issues

编译不过

F:\works\XC_Server\sdk\i51\Sdk\i51KIT\i51Loger>i51Compiler i51Loger.se
'i51'套件编译器 - Build1.0.17
"....\i51LIB\i51.h", line 229: Warning: C2220W: Superfluous ',' in 'enum' declaration
"....\i51LIB\i51.h", line 229: Warning: C2224W: storage-class without declarator is spurious
"....\i51LIB\i51.h", line 305: Warning: C2220W: Superfluous ',' in 'enum' declaration
"....\i51LIB\i51.h", line 351: Warning: C2220W: Superfluous ',' in 'enum' declaration
"....\i51LIB\i51.h", line 364: Warning: C2220W: Superfluous ',' in 'enum' declaration
"....\i51LIB\i51.h", line 475: Warning: C2220W: Superfluous ',' in 'enum' declaration
"....\i51LIB\i51.h", line 475: Warning: C2224W: storage-class without declarator is spurious
"....\i51LIB\i51.h", line 509: Warning: C2220W: Superfluous ',' in 'enum' declaration
"....\i51LIB\i51.h", line 527: Warning: C2220W: Superfluous ',' in 'enum' declaration
"....\i51LIB\i51.h", line 565: Warning: C2220W: Superfluous ',' in 'enum' declaration
"....\i51LIB\i51KitAde.h", line 31: Warning: C2220W: Superfluous ',' in 'enum' declaration
"....\i51LIB\i51KitAde.h", line 250: Warning: C2220W: Superfluous ',' in 'enum' declaration
"i51Loger.c", line 507: Warning: C2898W: unsigned comparison with 0 is always false: '<'
"i51Loger.c", line 507: Warning: C2898W: unsigned comparison with 0 is always false: '<'
"i51Loger.c", line 643: Warning: C2870W: variable 'FileInfo' declared but not used
"i51Loger.c", line 674: Warning: C2870W: variable 'i' declared but not used
"i51Loger.c", line 795: Warning: C2870W: variable 'FileInfo' declared but not used
"i51Loger.c", line 795: Warning: C2870W: variable 'c' declared but not used
"i51Loger.c", line 795: Warning: C2870W: variable 'b' declared but not used
"i51Loger.c", line 795: Warning: C2870W: variable 'a' declared but not used
"i51Loger.c", line 870: Warning: C2871W: static 'CORENRDrawRect' declared but not used
i51Loger.c: 21 warnings, 0 errors, 0 serious errors
Error: L6218E: Undefined symbol __call_via_r2 (referred from i51Loger.o).
Error: L6218E: Undefined symbol __rt_memclr_w (referred from i51Loger.o).
Error: L6218E: Undefined symbol __call_via_r5 (referred from i51Loger.o).
Error: L6218E: Undefined symbol __call_via_r1 (referred from i51Loger.o).
Error: L6218E: Undefined symbol __call_via_r0 (referred from i51Loger.o).
Error: L6218E: Undefined symbol __call_via_r3 (referred from i51Loger.o).
Error: L6218E: Undefined symbol __call_via_r7 (referred from i51Loger.o).
Error: L6218E: Undefined symbol __call_via_r6 (referred from i51Loger.o).
Finished: 0 information, 0 warning and 8 error messages.
'i51'套件依赖: i51SYS\i51KitServer.kit , 版本号: 0.1.8
'i51'编译套件名称: i51Loger.i51
EllResolver Error -> Can not open the file '__image.axf'
'i51' Compiling Failed
F:\works\XC_Server\sdk\i51\Sdk\i51KIT\i51Loger>PackageMaker.exe i51Loger -re -kit -i51
'i51'安装文件生成成功

F:\works\XC_Server\sdk\i51\Sdk\i51KIT\i51Loger>del *.exe

F:\works\XC_Server\sdk\i51\Sdk\i51KIT\i51Loger>rem del *.o

F:\works\XC_Server\sdk\i51\Sdk\i51KIT\i51Loger>rem del *.axf

F:\works\XC_Server\sdk\i51\Sdk\i51KIT\i51Loger>if not exist ....\i51EMU\WIN32FS\DRIVE_E\i51\i51KIT\i51Loger md ....\i51EMU\WIN32FS\DRIVE_E\i51\i51KI
T\i51Loger

F:\works\XC_Server\sdk\i51\Sdk\i51KIT\i51Loger>if exist _.i51 copy *.i51 ....\i51EMU\WIN32FS\DRIVE_E\i51\i51KIT\i51Loger_.i51
i51Loger.i51
已复制 1 个文件。

F:\works\XC_Server\sdk\i51\Sdk\i51KIT\i51Loger>if exist _.kit copy *.kit ....\i51EMU\WIN32FS\DRIVE_E\i51\i51KIT\i51Loger_.kit

F:\works\XC_Server\sdk\i51\Sdk\i51KIT\i51Loger>if exist _.re copy *.re ....\i51EMU\WIN32FS\DRIVE_E\i51\i51KIT\i51Loger_.re

F:\works\XC_Server\sdk\i51\Sdk\i51KIT\i51Loger>if exist .\Debug*.dll copy .\Debug*.dll ....\i51EMU\WIN32FS\DRIVE_E\i51\i51KIT\i51Loger*.dll

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.