Advertisement
routinodesigns

Permissiondenied

Apr 14th, 2020
2,849
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Ada 1.01 KB | None | 0 0
  1. gprbuild -d -PC:\Users\David\OneDrive\Desktop\ADA\AdaPractice\dailyprogrammer\dailyprogrammer.gpr C:\Users\David\OneDrive\Desktop\ADA\AdaPractice\dailyprogrammer\src\easy\challenge1.adb
  2. Compile
  3.    [Ada]          challenge1.adb
  4. Bind
  5.    [gprbind]      challenge1.bexch
  6.    [Ada]          challenge1.ali
  7. Link
  8.    [link]         challenge1.adb
  9. c:/gnat/2019/bin/../libexec/gcc/x86_64-pc-mingw32/8.3.1/ld.exe: cannot open output file challenge1.exe: Permission denied
  10. collect2.exe: error: ld returned 1 exit status
  11. gprbuild: link of challenge1.adb failed
  12. gprbuild: failed command was: c:\gnat\2019\bin\gcc.exe challenge1.o b__challenge1.o -LC:\Users\David\OneDrive\Desktop\ADA\AdaPractice\dailyprogrammer\obj\ -LC:\Users\David\OneDrive\Desktop\ADA\AdaPractice\dailyprogrammer\obj\ -LC:/gnat/2019/lib/gcc/x86_64-pc-mingw32/8.3.1/adalib/ -static-libgcc C:/gnat/2019/lib/gcc/x86_64-pc-mingw32/8.3.1/adalib/libgnat.a -Wl,--stack=0x2000000 -o challenge1.exe
  13. [2020-04-11 10:47:05] process exited with status 4, elapsed time: 01.00s
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement