From owner-freebsd-questions@FreeBSD.ORG Fri Jun 12 05:34:08 2015 Return-Path: Delivered-To: freebsd-questions@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 84034E8A for ; Fri, 12 Jun 2015 05:34:08 +0000 (UTC) (envelope-from m.e.sanliturk@gmail.com) Received: from mail-ig0-x22e.google.com (mail-ig0-x22e.google.com [IPv6:2607:f8b0:4001:c05::22e]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4D1ED18C9 for ; Fri, 12 Jun 2015 05:34:08 +0000 (UTC) (envelope-from m.e.sanliturk@gmail.com) Received: by igbsb11 with SMTP id sb11so4656969igb.0 for ; Thu, 11 Jun 2015 22:34:07 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type; bh=oGzCUrb/K28alApdQbc4RO/zEO9RVOtN+jlqpGGh2Ec=; b=e+6YP/WttIid6lur30QZgvNsAfvf9/dKPnzktAhe+isUwai8F14K0FSkDNCmsuboAE kMR8tIzVCfsjhHXXLS/GYz2ZMxO6dtCTl4xHpr0S4cgm/dm8NZJj5eLp39AvhO6Q2+49 GkWDE5suxveoSrWEVWszG/md7qa+Ium5l9eavDRM1yGP4h1dPKgHqcO01GNWnkmOVHFT KboWSJwPsOvcktSswJvF4u5eW1Xuh854uUqmR7npd1xFPCp8BDs49gq2nNBajK6oXLZI 7yrsGzDgI8U7UrMOyZ+EFTdC0t9o2LiZ8tu7++ymO9PBzpw40gnoytDo+m6YS80oWe3H oB7w== MIME-Version: 1.0 X-Received: by 10.107.7.37 with SMTP id 37mr15624494ioh.28.1434087247777; Thu, 11 Jun 2015 22:34:07 -0700 (PDT) Received: by 10.65.15.33 with HTTP; Thu, 11 Jun 2015 22:34:07 -0700 (PDT) In-Reply-To: <1c5f3e6e3cafb9022d257afcce1757b3@kathe.in> References: <731c3f79950e679799b5f8078a5ba7f0@kathe.in> <917AE52A-45E0-42CB-A6A8-40BAAE318CC9@gmail.com> <1c5f3e6e3cafb9022d257afcce1757b3@kathe.in> Date: Thu, 11 Jun 2015 22:34:07 -0700 Message-ID: Subject: Re: randall hyde's high level assembly! From: Mehmet Erol Sanliturk To: mayuresh@kathe.in Cc: Matthew Pherigo , FreeBSD Questions Mailing List Content-Type: text/plain; charset=UTF-8 X-Content-Filtered-By: Mailman/MimeDel 2.1.20 X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 12 Jun 2015 05:34:08 -0000 On Thu, Jun 11, 2015 at 9:29 PM, Mayuresh Kathe wrote: > hi matthew, > > no luck, I got the following message; > root@www:~ # pkg install hla > Updating FreeBSD repository catalogue... > FreeBSD repository is up-to-date. > All repositories are up-to-date. > pkg: No packages available to install matching 'hla' have been found in > the repositories > > `uname -a` gives me the following; > FreeBSD www.kathe.in 10.1-RELEASE-p10 FreeBSD 10.1-RELEASE-p10 #0: Wed > May 13 06:54:13 UTC 2015 root@amd64-builder.daemonology.net:/usr/obj/usr/src/sys/GENERIC > amd64 > > `freebsd-version` gives me the following; > 10.1-RELEASE-p11 > > anything i might be doing wrong? > > ~mayuresh > > > On 2015-06-12 09:26, Matthew Pherigo wrote: > >> Hey Mayuresh, >> >> There's actually a port in the tree already! 'pkg install hla' >> >> --Matt >> >> On Jun 11, 2015, at 5:52 AM, Mayuresh Kathe wrote: >>> >>> has anyone been successful at working with randall hyde's high level >>> assembly toolkit under freebsd 10.x? >>> http://www.plantation-productions.com/Webster/ claims to have a >>> pre-built archive, but one that fails to assemble the binaries. :( >>> >>> ~mayuresh >>> >>> _______________________________________________ >>> >>> Is hla able to generate 64-bit machine code for amd64 ? It seems that it is for 32-bits , i.e. i386 . Thank you very much . Mehmet Erol Sanliturk