如何生成这样的mod,在线等
工程,有一个第三方提供的.lib库,也有对应的.a文件,用的是arm编译器,namke执行的编译,但是在生成.elf的时候出现error:未定义的函数(都是库里面的),如何在makefile里面连接库可以编译成功呢,急? --------------------编程问答-------------------- ARM Linker, ADS1.2 [Build 848]Usage: armlink option-list input-file-list
where
option-list is a list of case-insensitive options.
input-file-list is a list of input object and library files.
Main options (abbreviations shown capitalised):
General options:
-Help Print this summary.
-Output file Specify the name of the output file.
Options for specifying memory map information:
-partial Generate a partially linked object.
-scatter file Create the memory map as described in file.
-ro-base n Set exec addr of region containing RO sections.
-rw-base n Set exec addr of region containing RW/ZI sections.
Software supplied by: Team-EFA --------------------编程问答-------------------- Usage: armlink option-list input-file-list
where
option-list is a list of case-insensitive options.
input-file-list is a list of input object and library files. --------------------编程问答-------------------- 不太明白啊,有例子吗,或者讲解一下啊 --------------------编程问答-------------------- /f "$(ProjectDir)$(TargetName)".mak all
大概就这样~~~
好像2.0的版本要不能用nmake,要用gcc-arm下的make
3.1.5的没问题~~
还有环境变量是否设置好~没设置好不会搜索到lib的~~
Path
加入C:\gnude;C:\gnude\bin
补充:移动开发 , Brew