chicken-users
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Chicken-users] cross compiled hellow world says: Error: call of non-pro


From: jo
Subject: [Chicken-users] cross compiled hellow world says: Error: call of non-procedure: #<unbound value>
Date: Fri, 1 Apr 2016 13:49:35 +0000 (UTC)

Hi

This time I followed the instructions on http://wiki.call-cc.org/man/4/Cross%20development to build a cross compiler for powerpc.

After the build I copied the target tree to the device.

I compiled following test program:

 cat hello.scm
(define (hello who)
  (format #t "~A ~A!\n"
          "Hello" who))
(hello "Wisp")

Howver on target I get this error?:

target:/tmp# ./hello

Error: call of non-procedure: #<unbound value>

        Call history:

        hello.scm:4: hello
        hello.scm:2: format             <--

What does this mean ? Any ideas on how to proceed?

tx
Jo



reply via email to

[Prev in Thread] Current Thread [Next in Thread]