soliton wrote:
> BTW, I just switched to bash and make the library. The lib/pic had
> been done. The lib/pic16 is in progress, from the progress i could
> tell it will be successfully compiled as well.
> Just wonder, why the makefile use bash instead of generic shell
> command. Therefore we coul
On 4/27/07, Xiaofan Chen <[EMAIL PROTECTED]> wrote:
On 4/27/07, soliton <[EMAIL PROTECTED]> wrote:
> You are right. I had problem installing FreeBSD on my old compaq PC, it
> would not install, which made me switch to openbsd. I thought it has the
> same flavor, BSD. :) By the way how is your p
On 4/27/07, soliton <[EMAIL PROTECTED]> wrote:
> You are right. I had problem installing FreeBSD on my old compaq PC, it
> would not install, which made me switch to openbsd. I thought it has the
> same flavor, BSD. :) By the way how is your progress with Pickit2 and
> FreeBSD?
> --
It is workin
On 4/27/07, Xiaofan Chen <[EMAIL PROTECTED]> wrote:
> gmake: bash: Command not found
> gmake: *** [recurse] Error 127
Just an obvious question, do you have bash installed? I believe by default
the BSDs do not use Bash. I have FreeBSD installed and SDCC can be
built without a problem.
I usual
On 4/27/07, soliton <[EMAIL PROTECTED]> wrote:
> I tried to built SDCC in OpenBSD Box. The sdcc/bin directory succesfully
> filled with all sdcc binary executable, but I could not get the
> sdcc/device/lib/pic and sdcc/device/lib/pic16 to compile. I got the
> following error messages:
>
> gmake: ba
I tried to built SDCC in OpenBSD Box. The sdcc/bin directory succesfully
filled with all sdcc binary executable, but I could not get the
sdcc/device/lib/pic and sdcc/device/lib/pic16 to compile. I got the
following error messages:
gmake: bash: Command not found
gmake: *** [recurse] Error 127
Doe