- 积分
- 0
贡献0
飞刀0 FD
注册时间2016-2-3
在线时间0 小时
扫一扫,手机访问本帖
|
您好:
以下所谓函数为汇编
我在file0中写了一个子函数,假设函数名为A,然后export A
在主函数中,import A,编译OK,同时将其下载在kernel的位置
上电,从bootloader运行应用程序,选择4
+------------------------------------------------------------+
| Select Menu |
+------------------------------------------------------------+
| [0] Download & Run |
| [1] Download to flash |
| [2] Download From UART |
| [3] Boot My Application |
| [4] Boot Linux |
| [5] Boot Wince |
| [6] Erase Flash Partition |
| [7] Config parameters |
+------------------------------------------------------------+
NAND ID is 0xecf1
Set boot params = root=/dev/mtdblock3 init=/linuxrc load_ramdisk=0 console=ttySAC0,115200 mem=65536K devfs=mount display=sam320
Load Kernel...
马上又会跳到选择界面
+------------------------------------------------------------+
| Select Menu |
+------------------------------------------------------------+
| [0] Download & Run |
| [1] Download to flash |
| [2] Download From UART |
| [3] Boot My Application |
| [4] Boot Linux |
| [5] Boot Wince |
| [6] Erase Flash Partition |
| [7] Config parameters |
+------------------------------------------------------------+
如果将子函数包含在同一个函数中,则可以正确运行,请问这是为什么?在汇编中包含另一个文件的函数,是否需要在哪里设置呢?
以上,谢谢 |
|