HI b45499:
我已经参考了 你说的那个帖子,但是这个帖子中这样解决:
One solution to have OpenMP is to edit the configure file "local.conf" by adding :
CORE_IMAGE_EXTRA_INSTALL += ”libgomp libgomp-dev libgomp-staticdev”
但是,我现在在freescale 交叉编译工具链中 根本没找到libgomp 这个库文件, openmp好像是GNU gcc 从4.2版本就开始支持了,
我用的是freescale 4.6版本的,怎么会没有这个库?