linking

  1. pcoppock1

    Compiling a Rust Kernel Module

    As part of an undergraduate project at the Georgia Institute of Technology I am attempting to compile a basic kernel module in Rust. I found this GitHub repository: https://github.com/johalun/echo, but the code is three years old, and I ran into an error I don't know how to fix. Since then...
  2. goshanecr

    database/mysql57-client Linking fails on 11.2 i386

    Good day! I have a server uname -a FreeBSD db_mysql 11.2-STABLE FreeBSD 11.2-STABLE #0 r338358: Thu Aug 30 01:29:38 +05 2018 user@BSD-TENNIS:/usr/obj/usr/src/sys/BSDSERV i386 And on that server works several jails. One named db_mysql has mysql57-{server,client}. pkg info | grep mysql...
  3. stratacast1

    BHyve desktops + easy access to host data

    I'm getting to a point where I want to switch my desktop to FreeBSD, but can't yet because there are some specific applications that I use that are Linux only. I'd like to simply just run FreeBSD as my host OS and have a Linux guest(s), but the thing is, some of the applications I use require...
  4. andrewschools

    Compile kernel module with modified object file

    I'm not sure if this is the right forum for this sort of question. If not, forgive me. I made a change to this file: /usr/src/sys/modules/usb/usb/ng_lookup.c and have ran a make which produces many object files. The one I am concerned with is /usr/src/sys/modules/usb/usb/usb_lookup.o. Now I...
  5. goshanecr

    Questions about porting process

    Hi friends! I'm try to port development version of tesseract-ocr, and do it regarding to existing graphics/tesseract port. I write that Makefile (mostly copied from existing): # $FreeBSD$ PORTNAME= tesseract-devel PORTVERSION= 4.0.0a CATEGORIES= graphics MAINTAINER=...
Back
Top