我正在 AIX 6.1 上使用内核扩展构建示例程序。
实际上,我做了一个扩展文件,但我不知道如何导入它。
通常使用 IBM C 编译器的人可以使用“-bI:test.esp”来导入它。当我将此选项用于测试程序时。我收到以下错误。
bash# gcc -o test_prog -bI:import test_prog.c
test_prog.c: In function 'main':
gcc: unrecognized option '-bI:question.esp'
ld: 0711-317 error: unrecognized symbol: .question
collect2: ld returned 8 exit status