404

[ Avaa Bypassed ]




Upload:

Command:

botdev@3.19.246.111: ~ $
/* SPDX-License-Identifier: GPL-2.0 */
/*#OUTPUT_FORMAT(elf32-us-cris) */
OUTPUT_ARCH (crisv32)

MEMORY
	{
	dram : ORIGIN = 0x40700000,
	       LENGTH = 0x00100000
	}

SECTIONS
{
	.text :
	{
		_stext = . ;
		*(.text)
		*(.rodata)
		*(.rodata.*)
		_etext = . ;
	} > dram
	.data :
	{
		*(.data)
		_edata = . ;
	} > dram
	.bss :
	{
		*(.bss)
		_end = ALIGN( 0x10 ) ;
	} > dram
}

Filemanager

Name Type Size Permission Actions
Makefile File 1.03 KB 0644
decompress_v10.lds File 381 B 0644
decompress_v32.lds File 376 B 0644