rockbox/tools/checkwps
Solomon Peachy 9a142ee02d checkwps: Fix warning uncovered with GCC16
/home/rbbuild/rockbox/tools/checkwps/checkwps.c: In function 'main':
/home/rbbuild/rockbox/tools/checkwps/checkwps.c:329:21: warning: initialization discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers]
329 | char *ext = strrchr(name, '.');
| ^~~~~~~

Change-Id: I0c62600f269456cb81d0e3eaf77839c9103f2e41
2026-05-25 09:10:08 -04:00
..
buildall.sh checkwps: Exclude targets that only exist as a bootloader from buildall 2025-09-27 13:47:04 -04:00
checkwps.c checkwps: Fix warning uncovered with GCC16 2026-05-25 09:10:08 -04:00
checkwps.h fix checkwps breakage caused by r229900 2009-10-06 22:02:06 +00:00
checkwps.make checkwps: Validate all fonts in themes 2025-10-27 09:52:16 -04:00
cleanall.sh checkwps: Update the cleanall script and documentation 2024-12-07 18:09:17 -05:00
parse_configure.awk checkwps: Exclude targets that only exist as a bootloader from buildall 2025-09-27 13:47:04 -04:00
README checkwps: Update the cleanall script and documentation 2024-12-07 18:09:17 -05:00
SOURCES checkwps: Validate %?St() tags 2025-09-27 10:19:20 -04:00
system-target.h Fix/hack checkwps + add Onda VX747/VX777 targets 2009-08-21 18:15:20 +00:00

This directory contains the checkwps tool which can be used to
validate wps files outside of Rockbox.

checkwps uses the Rockbox WPS parser and is therefore built in
target-specific versions (to avoid making lots of changes to the core
code).

To compile
----------

Just run the ./buildall.sh script

To remove all compiled files
----------------------------

./cleanall.sh

To add a new target
-------------------

No action necessary, list of targets is parsed out of the configure script