where/how to report a strace bug, add make to stock OS


dmarschal

Member
Joined
Feb 13, 2009
Messages
116
Location
Hungary
Website
www.marschalgrips.com
Hello,

My questions are,

1/ where and how to report a strace bug.

bug is: it does not handle conditional SWI's and quits when it finds one.

"syscall: unknown syscall trap 0x1f000000" and so on for every NE, EQ, MI, PL, ... conditions. Only AL is processed.

2/ can we have 'make' added to stock OS?

or added to openpandora feed.

Thank you and Happy Coding!
 
You can report bugs to the bugtracker:


http://bugs.openpandora.org/


Make should be in the feed already iirc. If not you can use the code::blocks pnd.


Try sudo opkg update followed by sudo opkg install make on latest firnware :)
 
Thank you mcobit,

I tried to install make with opkg. No luck, it worked when angstrom repos were enabled but it was a few firmwares earlier.

To install make  I had to manually enable angstrom feeds, install make and disable angstrom feeds.

I do not prefer using code::blocks or cdevtools. I only do assembly and as, ld and make suits me fine.
 
Hmmm. Maybe I misread that then. I remember a thread where notaz said he added make and gcc to the feed, but I might be wrong.


Notaz might be the right person to contact for adding it though.
 
I seem to recall people having issues when they did an upgrade of the OS, as opposed to a reflash.
 
Back
Top