Difference between revisions of "Bugs"

From ArmadeusWiki
Jump to: navigation, search
 
(List of known bugs and others problems reported)
 
(12 intermediate revisions by 4 users not shown)
Line 1: Line 1:
==This is a list of known bugs and others problems reported==
+
==List of known bugs and others problems reported==
 +
* If you want a day by day view on all the '''OPEN''' bugs currently reported, please consult the project repository on gitlab:
 +
**https://gitlab.com/armadeus/armadeus-bsp/-/issues
 +
* To have the list of bugs & workaround (if any) per Release:
 +
** [[Releases]]
  
===If project is compiled twice then jffs2 generation of rootfs can fail===
+
== (Very) Old releases ==
'''workaround:''' do the compilation in a new shell.
+
* Armadeus release 2.2
 +
* Armadeus release 2.0
  
===Ma carte ne marche pas===
+
CCache seems to make some troubles for the moment:
Nico a du oublier de souder un composant, désolé ;-)
+
During a second buildroot compiling, the compiler does not use the right Linux
 +
headers. This is only visible with packages that needs system dependent headers.
 +
(ex: compile a new buildroot and then do a make menuconfig and select additional package:
 +
''utils-linux'' and then compile again. ...... this will not work ).
 +
 
 +
'''workaround:''' Disable ccache for the moment
 +
 
 +
* Armadeus release 1.6
 +
 
 +
If project is compiled twice then jffs2 generation of rootfs can fail
 +
 
 +
'''workaround:''' do the compilation in a new shell.

Latest revision as of 11:36, 30 June 2022

List of known bugs and others problems reported

(Very) Old releases

  • Armadeus release 2.2
  • Armadeus release 2.0

CCache seems to make some troubles for the moment: During a second buildroot compiling, the compiler does not use the right Linux headers. This is only visible with packages that needs system dependent headers. (ex: compile a new buildroot and then do a make menuconfig and select additional package: utils-linux and then compile again. ...... this will not work ).

workaround: Disable ccache for the moment

  • Armadeus release 1.6

If project is compiled twice then jffs2 generation of rootfs can fail

workaround: do the compilation in a new shell.