Giter Club home page Giter Club logo

Comments (4)

mttbx avatar mttbx commented on July 18, 2024

my app:

#include <sel4/sel4.h>
#include "printf.h"

void _putc(char c) {
  seL4_DebugPutChar(c);
  //sbi_console_putchar(c);
}

int main(void)
{
  printf("hello world!\n");
  return 0;
}

from sel4.

mttbx avatar mttbx commented on July 18, 2024

Solved it. See Findmusllibc.cmake

from sel4.

Indanz avatar Indanz commented on July 18, 2024

Glad you resolved your problem and thanks for telling others how you fixed it.

However, like I said before, issues here should be about the seL4 kernel. Opening issues for user space problems encountered during development is not really appropriate. The exception is if you encounter problems with running unmodified sel4test or sel4bench, or if you suspect it is an actual kernel problem (e.g. it used to work but after an update it stopped working).

from sel4.

mttbx avatar mttbx commented on July 18, 2024

Thank you for the note. I'll rememer that.

from sel4.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.