Advertisement
Guest User

Untitled

a guest
Jun 22nd, 2017
61
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Ada 0.64 KB | None | 0 0
  1. [oenone@sakura aunit-gpl-2010-src]$ make
  2. for f in native; \
  3.       do if [ -f targets ]; then \
  4.            printf ", \"$f\"" >> targets; \
  5.          else  \
  6.            printf "\"$f\"" >> targets; \
  7.          fi; \
  8.     done
  9. cat support/aunit_shared.gpr.in | sed -e 's/@TARGETS@/"native"/' > support/aunit_shared.gpr
  10. gprbuild -Paunit/aunit_build -p -XRUNTIME=full -XPLATFORM=native  
  11. variable 'gcc_version' is not defined
  12. variable 'gcc_version' is not defined
  13. aunit_build.gpr:3:09: warning: no compiler specified for language "Ada", ignoring all its sources
  14. aunit_build.gpr:10:25: warning: libraries are not supported on this platform
  15. gprbuild: no sources to compile
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement