[arm-gnu] How to compile OpenMP source code ?
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[arm-gnu] How to compile OpenMP source code ?



Hi,

    I have downloaded the
"arm-2008q3-72-arm-none-linux-gnueabi-i686-pc-linux-gnu.tar.bz2" from the
website,
but when I use it to compile OpenMP source code, it says there is no
"libgomp.spec".

    So I copy the "libgomp.spec" from my computer (
/usr/lib/gcc/i486-linux-gnu/4.3/libgomp.spec ), but the other error message
appears,
"/home/MPCore/arm-2008q3/bin/../lib/gcc/arm-none-linux-gnueabi/4.3.2/../../../../arm-none-linux-gnueabi/bin/ld:
cannot find -lgomp".

    Can anyone tells me how to use
arm-2008q3-72-arm-none-linux-gnueabi-i686-pc-linux-gnu.tar.bz2 to compile
OpenMP source code? Do I need to copy other libraries from my computer?

My Environment:
Linux:       Ubuntu 8.10
gcc version: 4.3.2(I can use it to compile the OpenMP source for X86)


Thanks.