Search Criteria
Package Details: asmutils 0.18-3
Git Clone URL: | https://aur.archlinux.org/asmutils.git (read-only, click to copy) |
---|---|
Package Base: | asmutils |
Description: | A 32-bit *NIX userland written in assembly |
Upstream URL: | http://asm.sourceforge.net/asmutils.html |
Licenses: | |
Submitter: | WFCody |
Maintainer: | stevenhoneyman |
Last Packager: | stevenhoneyman |
Votes: | 1 |
Popularity: | 0.000000 |
First Submitted: | 2011-04-05 20:39 |
Last Updated: | 2015-06-09 18:10 |
Latest Comments
Ambrevar commented on 2018-01-11 09:54
I get the following error during the build:
ld: ./libm.so.0: hidden symbol `__stack_chk_fail_local' isn't defined
ld: final link failed: Bad value
make[1]: *** [Makefile:87: libm] Error 1
stevenhoneyman commented on 2014-07-09 20:50
Hmm was sure I commented on this. Oh well:
Adopted & fixed. Works fine on x86_64 now too (still 32 bit executables though)
WFCody commented on 2011-04-05 20:44
Seems like a really cool alternative userland, which might be used in sta.li in the future. I have some issues with the build at the moment:
libm.c : "frac" "Lpow2" defined but not used,
testm.c/"main" : itmp undefined
I am happily taking suggestions how to make this work :) If you want to take over the build, that is also possible.