Advertisement
Guest User

Untitled

a guest
Aug 18th, 2010
219
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.68 KB | None | 0 0
  1. neon auto-detection... ()
  2. g++ -c -pipe -mfpu=neon -O2 -Wall -W -I../../../mkspecs/linux-g++ -I. -I/usr/include/freetype2 -o neon.o neon.cpp
  3. In file included from neon.cpp:42:0:
  4. /usr/lib/gcc/armv7l-meego-linux-gnueabi/4.5.0/include/arm_neon.h:32:2: error: #error You must enable NEON instructions (e.g. -mfloat-abi=softfp -mfpu=neon) to use arm_neon.h
  5. neon.cpp: In function 'int main(int, char**)':
  6. neon.cpp:46:5: error: 'int32x4_t' was not declared in this scope
  7. neon.cpp:46:15: error: expected ';' before 'null'
  8. neon.cpp:49:29: error: 'null' was not declared in this scope
  9. neon.cpp:49:36: error: 'vst1q_lane_s32' was not declared in this scope
  10. gmake: *** [neon.o] Error 1
  11. neon disabled.
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement