Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 09 Apr 2021 15:34:37 +0000
From:      bugzilla-noreply@freebsd.org
To:        ports-bugs@FreeBSD.org
Subject:   [Bug 254852] lang/sdcc does not compile and install libs for pic14-port
Message-ID:  <bug-254852-7788-VrXemDvmA0@https.bugs.freebsd.org/bugzilla/>
In-Reply-To: <bug-254852-7788@https.bugs.freebsd.org/bugzilla/>
References:  <bug-254852-7788@https.bugs.freebsd.org/bugzilla/>

next in thread | previous in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D254852

--- Comment #2 from pererikrunebert95@gmail.com ---
There are tests for all functions in all ports in directory support/regress=
ion.
To run:
'cd support/regression' and
'gmake' run all tests for all ports. (takes looooooong time to run)
'gmake test-pic14' only tests pic14-port. I did that. (takes looong time)
'touch tests/<test-case>.c; gmake [test-<target>]' re-execute single test c=
ase.
More info at https://sourceforge.net/p/sdcc/wiki/Regression%20Testing/

The tests I have run for pic14-port require at least gmake,gputils,gpsim and
python.
On my desktop there is only python with version in commandname so I had to =
make
a link from 'python3.6' to 'python'. Sadly, of 6488 tests there were 281
failures and 31 abnormal stop.

Some tests fail with coredump of gplink and some with sim-timeout of gpsim.

I have not dig into these errors. Im currently trying to locate the problems
with libsdcce.lib.

--=20
You are receiving this mail because:
You are the assignee for the bug.=



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-254852-7788-VrXemDvmA0>