Advertisement
Guest User

Untitled

a guest
Jan 21st, 2017
60
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.65 KB | None | 0 0
  1. PlatformSDK [faraday@probook ~]$ sb2 -t $VENDOR-$DEVICE-$PORT_ARCH gcc main.c -o test
  2. armv7hl-meego-linux-gnueabi-gcc: error: main.c: No such file or directory
  3. armv7hl-meego-linux-gnueabi-gcc: fatal error: no input files
  4. compilation terminated.
  5. PlatformSDK [faraday@probook ~]$ ls -al main.c
  6. -rw-rw-r-- 1 faraday faraday 107 Jan 21 13:01 main.c
  7. PlatformSDK [faraday@probook ~]$ sdk-assistant list
  8. huawei-frd-armv7hl
  9. PlatformSDK [faraday@probook ~]$ sdk-assistant remove huawei-frd-armv7hl
  10. Going to remove the target [huawei-frd-armv7hl]
  11. Do you want to continue? (y/n) y
  12. Note: target huawei-frd-armv7hl was not seen by sb2
  13. PlatformSDK [faraday@probook ~]$
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement