|
Hi guys
I am currently busy in Embeded-Linux ,So the enviroment of my development is that:
complier:arm-elf-gcc/g++
debug :arm-elf-gdb
(and so on)
target :based-ARM for uClinux OS
Well, this is scrath of my source code:
#define USB_MODULE_INIT(module) \
extern "C" void USB_##module##_ForceStaticLink() { } //I do not know what's this mean
I can not complied throungh here, since that the "syntax error before `#' " appear , I do not know what's this mean ? |
|