Results 1 to 3 of 3

Thread: Assembly program error on linux

  1. #1
    Member omidkamangar's Avatar
    Join Date
    Mar 2006
    Location
    Kurdistan
    Posts
    239

    Assembly program error on linux

    Hello ,
    When I want to run a program written in assembly language I get this message :
    bash:<program name > : Permission denied
    which <program name> is the name of the program I want to run.
    Can any one help??
    This will be over soon, and then I can ...

  2. #2
    If the program is accessing a piece of hardware or a privileged virtual device, you may need to do it as root or grant your users rights to the device.
    My crime is that of curiosity. My crime is that of judging people by what they say and think, not what they look like. My crime is that of outsmarting you, something that you will never forgive.

  3. #3
    You have assembled the assembly into machine code using an assembler, yes? If it's a text file it won't work. Also, ensure the corresponding machine code is executable ("chmod +x executablename").
    I lost my self-respect at Wes&#039; Rib House

Similar Threads

  1. Desktop Linux: The Final Hurdles
    By in forum General Chat
    Replies: 1
    Last Post: 11-11-2004, 12:47 AM
  2. Novell aims Linux at corporate desktops
    By in forum General Chat
    Replies: 1
    Last Post: 11-09-2004, 01:51 PM
  3. How Do I start GUI Based Service during Linux boot process
    By uday in forum Linux - Software, Applications & Programming
    Replies: 0
    Last Post: 07-22-2004, 02:40 PM
  4. Desktop Linux
    By cga in forum Linux - General Topics
    Replies: 8
    Last Post: 11-18-2002, 11:23 PM
  5. Dual Boot: Linux and Win ME, Please help
    By uma in forum Redhat / Fedora
    Replies: 5
    Last Post: 08-03-2002, 05:10 AM

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •