Package Details: asmotor 1.3.2-1

Git Clone URL: https://aur.archlinux.org/asmotor.git (read-only, click to copy)
Package Base: asmotor
Description: Portable, generic assembler engine written in ANSI C99 - supporting 680x0 family, 6502, MIPS32, Z80, Game Boy, DCPU-16, CHIP-8/SCHIP and RC811 CPUs
Upstream URL: https://github.com/asmotor/asmotor
Licenses: GPL-3.0-only
Conflicts: asmmotor
Provides: asmmotor
Submitter: uffe
Maintainer: uffe
Last Packager: uffe
Votes: 2
Popularity: 0.000000
First Submitted: 2021-01-19 19:03 (UTC)
Last Updated: 2025-03-18 20:45 (UTC)

Dependencies (3)

Required by (0)

Sources (2)

Latest Comments

simona commented on 2025-03-18 20:57 (UTC)

solved. thx.

simona commented on 2025-03-18 19:00 (UTC)


/home/simona/.cache/yay/asmotor/src/asmotor-1.2.0-src/xasm/common/section.c: In function ‘sect_OutputFloat64’:
/home/simona/.cache/yay/asmotor/src/asmotor-1.2.0-src/xasm/common/section.c:466:9: error: ‘floatValue’ is used uninitialized [-Werror=uninitialized]
466 |         sect_OutputConst32(intValue[0]);
|         ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/home/simona/.cache/yay/asmotor/src/asmotor-1.2.0-src/xasm/common/section.c:464:16: note: ‘floatValue’ declared here
464 |         double floatValue = (double) value;
|                ^~~~~~~~~~
cc1: all warnings being treated as errors
make[2]: *** [xasm/common/CMakeFiles/xasm.dir/build.make:387: xasm/common/CMakeFiles/xasm.dir/section.c.o] Error 1
make[1]: *** [CMakeFiles/Makefile2:387: xasm/common/CMakeFiles/xasm.dir/all] Error 2

make: *** [Makefile:136: all] Error 2 ==> ERRORE: Si è verificato un errore in build().