Skip to content

makefsdata.py generates invalid resource name for img/rpi.png #2149

@jjonethal

Description

@jjonethal

Building on msys2 toolchain with python from mingw64
when generating "rp2350-rppico2\pico-examples\build\pico_w\wifi\httpd\generated\pico_fsdata.inc"
in array data_img_rpi_png

/* "/img\rpi.png" (13 chars) */
0x2f,0x69,0x6d,0x67,0x5c,0x72,0x70,0x69,0x2e,0x70,0x6e,0x67,0x00,0x00,0x00,0x00,

makefsdata.py shall convert windows path delimiter to posix before exporting to rom file system data image.

resource is not found on subsequent request to lwip.

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

No type

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions