Go to advanced search

by kriaS
Sat Sep 24, 2016 11:23 am
Forum: Troubleshooting
Topic: Connecting IPC screen to RPI
Replies: 1
Views: 406

Connecting IPC screen to RPI

hi, I got this IPC P5E - 486/TFT screen ,which the connectors on the photo, from a friend, and i was wondering if i can connect it to the RPI.
is it possible to do so? if yes, how can it be done?
by kriaS
Wed Aug 24, 2016 12:05 pm
Forum: Bare metal, Assembly language
Topic: Creating a file without a file system
Replies: 6
Views: 1442

Re: Creating a file without a file system

OK
thanks a lot :D
by kriaS
Wed Aug 24, 2016 12:03 pm
Forum: Bare metal, Assembly language
Topic: Creating a file without a file system
Replies: 6
Views: 1442

Re: Creating a file without a file system

how simple can it get?
by kriaS
Wed Aug 24, 2016 11:42 am
Forum: Bare metal, Assembly language
Topic: Creating a file without a file system
Replies: 6
Views: 1442

Creating a file without a file system

hi,
I'm working on a bare-metal project that recieves data from serial port and saves it in file. but i don't know if it's necessary to implement a file system in the RPI before creating and manipulating files.
by kriaS
Mon Aug 15, 2016 8:29 pm
Forum: Troubleshooting
Topic: Cross compilation problem
Replies: 3
Views: 553

Re: Cross compilation problem

I'm using Windows 7 - 64bits operating system, compiling for a raspberry pi 1 model b. i' using YAGARTO as a cross compiler. this is the makefile i'm using: ARMGNU ?= arm-none-eabi INCLUDEPATH ?= "./h" COPS = -Wall -O2 -nostdlib -nostartfiles -ffreestanding -mcpu=arm1176jzf-s -I $(INCLUDEPATH) gcc :...
by kriaS
Mon Aug 15, 2016 1:37 pm
Forum: Troubleshooting
Topic: Cross compilation problem
Replies: 3
Views: 553

Cross compilation problem

hi, i want to run this c code "world.c" on Raspberry: #include <stdio.h> int main(void) { printf("Hello world!\n"); return 0; } but whenever i try to compile it, it keep giving this error: world.o: In function `main': hello_world/world.c:34: undefined reference to `puts' i think that there is some l...

Go to advanced search