问题是这样的 : 我建立了一个静态库工程,假设里面有2个c文件 ,最后生成的lib库中包含了test1.obj ,test2.obj,在调用他们的工程里面,我想通过cmd文件让两个obj分别分配到不同的寄存器上,应该怎样做呢?test1 { test1.obj(.text)} > L2,这样的写法是找不到obj的。
This thread has been locked.
If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.
问题是这样的 : 我建立了一个静态库工程,假设里面有2个c文件 ,最后生成的lib库中包含了test1.obj ,test2.obj,在调用他们的工程里面,我想通过cmd文件让两个obj分别分配到不同的寄存器上,应该怎样做呢?test1 { test1.obj(.text)} > L2,这样的写法是找不到obj的。